feat(ux): nudges API, reminder fixes, and UX overhaul handoff - #2
Merged
Conversation
… UX work - Add dashboard/nudges.py and GET /api/nudges for proactive action items - Fix POST /api/reminders to schedule APScheduler jobs; add PATCH endpoint - Add CRM follow-up POST endpoint and chat vault attachments in agent_jobs - Add global progress bar shell + skeleton CSS (JS wiring pending) - Document current state, local setup, and phased UX overhaul plan Co-authored-by: Vinayak Raizada <vinayakraizada@gmail.com>
Vinayak-RZ
marked this pull request as ready for review
June 17, 2026 14:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Handoff commit for the UX overhaul work — backend foundations + CSS shell + documentation for continuing locally.
Read first:
docs/CURRENT_STATE.mdanddocs/UX_OVERHAUL_PLAN.mdWhat's in this PR
Backend (ready to use)
GET /api/nudges— actionable items (reminders, follow-ups, approvals, goals, vault lead prompts)POST /api/remindersnow callsschedule_reminder()(fixes UI-created reminders not firing)PATCH /api/reminders/{id}— done/cancel/reschedulePOST /api/crm/contacts/{id}/followup— schedule follow-up in N daysattachments[]on/api/chat/async— vault docs inlined into agent messageFrontend (partial)
app.jswiring not done yet — see plan Phase 1–5Docs
docs/CURRENT_STATE.md— exact branch statedocs/UX_OVERHAUL_PLAN.md— phased implementation plandocs/LOCAL_SETUP.md— clone, env, run locallyTests
tests/test_nudges.pyDepends on
Includes README viewer work from
cursor/github-repo-readme-viewer-cb1c(Open README, vault View buttons).Local continuation
Start with Phase 1 in
docs/UX_OVERHAUL_PLAN.md(wire progress bar + skeletons inapp.js).