docs: backend requests — milestones read path + phase field - #4
Open
tanthehack wants to merge 7 commits into
Open
docs: backend requests — milestones read path + phase field#4tanthehack wants to merge 7 commits into
tanthehack wants to merge 7 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Add §3 — GET /api/notifications contract for the new admin header bell: the Notification model, the four derived types (overdue invoices, pending revisions, deliverables awaiting review, milestones due) and their href targets. Read state is client-side, so no mark-read endpoint is requested.
…ble review persistence, dashboard aggregates
…reason, attachments, deliverable link, notifications
… mark-read endpoints)
…approval, manual deliverable→revision promotion
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.
Adds
docs/backend-requests.md— the frontend's asks for the backend, written against the live spec (v3.0.0):GET /api/projects/{id}/milestonesand embeddingmilestonesin the portal project response.phasefield onMilestone— a nullable string so milestones can be grouped by phase.Plus related gaps (project
updatesread path, portal invoices).Follow-up to #3 — this commit landed just after that PR merged, so it wasn't captured there.