docs: add MVP user flows (7 flows with screen IDs and error paths, plus grant and Serverpod demo paths) - #61
Open
XxHugheadxX wants to merge 1 commit into
Open
XxHugheadxX wants to merge 1 commit into
XxHugheadxX wants to merge 1 commit into
Conversation
docs/blueprints/flows.md covers the seven MVP flows (connect wallet, discover, agent detail, create and register, hire and pay, track a hire, rate), each with a Mermaid flowchart and a step table: screen ID, user action, system response and error path. Steps follow ADR-0002, ADR-0003, ADR-0004 and the domain model, and reuse the app's existing screens (S01-S04, S07, S08); S05, S06, S09 and S10 are new. Includes the under-15-second grant video path (#32) and the under-2-minute Serverpod video path mapped to the vision's five demo criteria (#4).
Deploying puls3 with
|
| Latest commit: |
d37bcda
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4c346a5e.puls3-4lw.pages.dev |
| Branch Preview URL: | https://docs-22-mvp-user-flows.puls3-4lw.pages.dev |
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.
Closes #22
Summary
Adds
docs/blueprints/flows.md: what the user does in each MVP flow, step by step, including what happens when something fails. #23 (wireframes), #8 (API contract) and #25–#28 (app screens) can now derive from it.F1 connect wallet · F2 discover agents · F3 view agent detail · F4 create and register an agent · F5 hire and pay · F6 track a hire and see its result · F7 rate an agent (P1)
register_full, builder signs theset_agent_walletauthorization entry)give_feedbackneeds the authorization of a verified paid hire; one rating per hire)Acceptance criteria
docs/vision.mdis covered by at least one flow (coverage table at the top of the doc)Verification evidence
Structure, checked with a script over the Markdown:
Rendering: each diagram was sent to the Kroki Mermaid renderer and all 7 returned an SVG (HTTP 200; 15 to 31 SVG nodes each). F1, F6 and F7 first returned an intermittent HTTP 500 from the service and rendered unchanged on retry.
All relative links (vision anchors
#in,#out,#7-demo-success-criteria, ADRs, domain model) resolve.Notes for reviewers