What to build
Write down that one Pinia store is staying, and why.
The console view-model store is genuine derived client state, not cached server state, so it is correctly a store. Recording that makes it an intentional choice rather than something a future reader assumes was missed — and gives the next person a worked example of where the line between the query cache and Pinia actually falls.
Acceptance criteria
Blocked by
- Convert the server-state half of the workspaces store to Query
What to build
Write down that one Pinia store is staying, and why.
The console view-model store is genuine derived client state, not cached server state, so it is correctly a store. Recording that makes it an intentional choice rather than something a future reader assumes was missed — and gives the next person a worked example of where the line between the query cache and Pinia actually falls.
Acceptance criteria
Blocked by