Frontend: view scenario (list + show with buckets) #53
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
research
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#54 Frontend: add bucket}
lvl0/buckets
#55 Frontend: add income stream}
lvl0/buckets
#56 Frontend: preview distribution}
lvl0/buckets
#59 Frontend: edit + delete bucket (inline)}
lvl0/buckets
Reference: lvl0/buckets#53
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Split from #34 (too broad). First read-only content slice of the SPA: a user can see their scenarios and open one to view its buckets. All data is owner-scoped server-side (#50), so the frontend just consumes the API.
Scope (read-only — uses existing GET ops only)
GET /api/scenarios(Hydra collection; owner-scoped). Empty state when the user has none.GET /api/scenarios/{id}— buckets are now embedded inline in the scenario response (#64), so this is a SINGLE request. No separate/api/bucketscall, no client-side filtering. Render the bucket layout — port the old-app aesthetic (buckets left, connector middle, income panel right; see PLATFORM.md "UI Theme & Layout").Depends on
Out of scope
Testing