Mayur Shinde
5cf34da58b
new lead created by estimate wizard now list in leads page
2026-06-09 22:43:01 +05:30
Mayur Shinde
075d2dd60f
wizard admin feature in existing crm as separate route
2026-06-09 18:01:32 +05:30
Mayur Shinde
0da194b157
AI recomendation feature
2026-06-09 17:45:29 +05:30
Mayur Shinde
03801a5087
good better best prising plus add ons
2026-06-09 17:31:58 +05:30
Mayur Shinde
110790d5ae
locate adress on map and find hail risk
2026-06-09 16:15:21 +05:30
Mayur Shinde
716d096fc8
estimate module setup and wizard ui
2026-06-09 14:47:25 +05:30
Mayur7887
944a745892
Merge pull request 'Subcontractor module changes' ( #2 ) from subcontractor-module-changes into revamp
...
Reviewed-on: AITeam/LynkedUpPro_CRM_Demo_Old#2
2026-06-09 08:08:58 +00:00
Mayur Shinde
2e7075a5de
Project Progression: added popup when project move from contract signed to work in progress
2026-06-05 20:37:01 +05:30
Mayur Shinde
e40a1a828d
Project details: cost & breakdown section display cost type for each team cost entry
2026-06-05 16:15:36 +05:30
Mayur Shinde
4f57469e30
Project details: cost & breakdown section change table styling & added cost type dropdown in Team Cost model
2026-06-05 13:41:20 +05:30
Mayur Shinde
647bdddaf5
Project details: cost & breakdown section shows partial payment details
2026-06-04 17:10:47 +05:30
Mayur Shinde
2f1703870a
Owners box:navigate user to project details page when click on project from subcontractor table list
2026-06-04 15:37:16 +05:30
Mayur Shinde
96381d4e0a
Owners box: subcontractor table restrutcured name wise and display projects of each subcon with payment statuses
2026-06-04 14:53:35 +05:30
Mayur Shinde
d420deaa0b
Leads page: change door knock to Canvassers and Storm Chase to Storm Chase/Self-Gen
2026-06-04 12:36:43 +05:30
Satyam Rastogi
ba52200d08
fix(film): capture resilience + scene fixes; finalize 20-clip durations
...
Orchestrator: bind ctx.spaNavigate to the page (fixes breadth-flash/role-perspective doing nothing) and wrap each clip in try/catch so one bad scene can't abort the run or lose the manifest. Cursor: guard page.evaluate against navigation-mid-move (fixes storm-intel 'execution context destroyed'). territory-map now leads with an existing Hot-Lead parcel (full populated detail); crane-close shows the full crane (mast+cable) then pans to the swinging card. Manifest holds real ffprobe durations for all 20 clips (film = 14m56s).
2026-05-31 00:07:44 +05:30
Satyam Rastogi
f76a9da7b4
feat(film): author 19 interaction scenes on the storm-intel template
...
One scene per remaining manifest clip (territory-map, lead-create, lead-verify, dispatch, kanban, sub-tasks, pro-canvas, estimates, owner-snapshot, operator-dashboard, people-skills, project-detail, documents, org-access, role-perspective, ai-assistant, breadth-flash, landing-hero, crane-close). All follow the wait-for-load -> cursor-driven interactions -> payoff-hold pattern with guarded selectors. Selectors pinned from page source; some flagged for capture-time verification.
2026-05-30 22:07:59 +05:30
Satyam Rastogi
e58428126f
feat(film): high-visibility cursor, lead-in trim, and rich storm-intel template
...
Replace the tiny SVG pointer with a solid brand-blue disc (white border + glow + bold click pulse) visible on any background. Orchestrator measures and trims the login/nav lead-in via ffmpeg -ss. Configurable FILM_BASE_URL. storm-intel becomes the rich hero template: waits for each load, drops a pin, waits for its storm history, clicks a storm event to visualise its polygon on the map, widens the range, and holds on the payoff.
2026-05-30 21:57:00 +05:30
Satyam Rastogi
8602c70eea
feat(film): live-interaction product film foundation
...
Capture pipeline (Playwright recordVideo + injected synthetic cursor + ffmpeg webm->mp4) and a Remotion LiveFilm composition driven by a 20-clip manifest with caption/zoom overlays and a music bed. Includes the capture orchestrator, storm-intel reference scene, pre-render smoke check, and VO script. Pure logic is unit-tested (28 passing). Remaining scene scripts are authored during live capture.
2026-05-30 20:33:02 +05:30
Satyam Rastogi
48f6d8d094
docs(film): live product film design spec + implementation plan
2026-05-30 20:33:02 +05:30
Satyam Rastogi
2ce3395006
feat(ai-chat): use openai/gpt-oss-120b and token-budget the role context
...
Switch the assistant model from qwen/qwen3-32b to openai/gpt-oss-120b. Cap every per-role context list, hard-clamp the assembled system prompt to ~4000 tokens at a line boundary, and bound re-sent chat history to 12 messages so the model context window can't be exceeded regardless of mock-data volume.
2026-05-30 20:33:01 +05:30
Satyam Rastogi
034ed1d180
feat(storm-intel): replace Hail Recon per-pin history with keyless IEM LSR + NOAA SWDI storm history (multi-type, no API key)
2026-05-30 06:12:48 +05:30
Satyam Rastogi
6a3e4afd4e
fix(api): trim API key env vars (tolerate trailing whitespace from paste); remove debug probe
2026-05-30 05:47:54 +05:30
Satyam Rastogi
13f0f8d3cf
chore(storm-forecast): temp debug probe for env key presence
2026-05-30 05:45:37 +05:30
Satyam Rastogi
741a999b39
fix(storm-forecast): request imperial units so temps are degF and wind mph
2026-05-30 05:28:33 +05:30
Satyam Rastogi
9f4c3362d2
feat(dev): run real KV-free /api handlers in vite dev (loads .env) instead of stubbing
2026-05-30 05:28:33 +05:30
Satyam Rastogi
6f175f4498
fix(storm-intel): force en-US digit grouping on homes/area/revenue figures
2026-05-30 05:01:43 +05:30
Satyam Rastogi
6cbb1d729c
feat(ui): add portaled Select component used by lead verification modals
2026-05-30 04:22:33 +05:30
Satyam Rastogi
41d90010b9
chore(film): drop unused import in KenBurns
2026-05-30 04:05:23 +05:30
Satyam Rastogi
552b0adb68
docs(film): capture/render workflow readme
2026-05-30 03:30:26 +05:30
Satyam Rastogi
7a6f51444a
chore(film): longer capture waits for map-heavy screens
2026-05-30 03:28:00 +05:30
Satyam Rastogi
90c7fb7bba
feat(film): crane CTA close (swinging suspended card)
2026-05-30 03:24:42 +05:30
Satyam Rastogi
bd9c6ead23
feat(film): pillar 5 — know your true profit
2026-05-30 03:15:04 +05:30
Satyam Rastogi
00669ab925
feat(film): pillar 4 — scale with control (access boundaries)
2026-05-30 03:12:19 +05:30
Satyam Rastogi
56dcac82f7
feat(film): pillar 3 — every job runs on rails
2026-05-30 03:09:15 +05:30
Satyam Rastogi
242b97072f
feat(film): pillar 2 — right person, automatically
2026-05-30 03:05:49 +05:30
Satyam Rastogi
41cc7a5ceb
feat(film): pillar 1 — storms into pipeline
2026-05-30 03:02:28 +05:30
Satyam Rastogi
88a29a336f
feat(film): cold open + promise sequences
2026-05-30 02:58:47 +05:30
Satyam Rastogi
1891b515cb
feat(film): assemble 8-sequence series skeleton
2026-05-30 02:54:59 +05:30
Satyam Rastogi
d998c8db6f
feat(film): gated audio track with fade in/out
2026-05-30 02:50:39 +05:30
Satyam Rastogi
350cc4a601
feat(film): crane swing curve (TDD), crane SVG, suspended CTA card
2026-05-30 02:44:34 +05:30
Satyam Rastogi
b35033ced3
feat(film): pillar title card
2026-05-30 02:35:51 +05:30
Satyam Rastogi
6898ccb7d9
feat(film): synthetic cursor + type-reveal
2026-05-30 02:33:06 +05:30
Satyam Rastogi
ba7186fe7b
feat(film): screen frame (with placeholder fallback) + ken burns
2026-05-30 02:30:14 +05:30
Satyam Rastogi
e3f708e73f
feat(film): theme tokens, blueprint background, caption component
2026-05-30 02:27:09 +05:30
Satyam Rastogi
6f09813ec0
feat(film): playwright capture pipeline (dark-mode, role-aware)
2026-05-30 02:21:46 +05:30
Satyam Rastogi
dc15c45402
feat(film): capture manifest + validation
2026-05-30 01:56:57 +05:30
Satyam Rastogi
b48caaa591
feat(film): timing config (8 sequences, 265s, 30fps)
2026-05-30 01:52:29 +05:30
Satyam Rastogi
0131424554
chore(film): scaffold remotion product-film project
2026-05-30 00:57:12 +05:30
Satyam Rastogi
a15a77eb77
docs: implementation plan for flagship product film (Remotion + capture pipeline)
2026-05-30 00:41:22 +05:30
Satyam Rastogi
4deef5fe7a
docs: lock product-film decisions (captions+music v1, dark mode, ~5 min)
2026-05-30 00:33:09 +05:30