Internal status board
Public application status
This page summarizes the real implementation state of the active public-facing routes in this repository and the intended API targets for local and production.
Home
/
Marketplace home renders from the moderated PublicPost feed without demo fallback data.
Login
/login
Login route uses the OpenStaff JWT auth contract through /auth/login.
Register
/register
Registration route exists in the active public app.
Profile
/profile
Profile route exists; complete auth and persistence validation is still pending.
Projects list
/projects
Public projects list route exists and is connected to the active API client.
Project details
/projects/[id]
Dynamic route exists and includes API-backed workflow screens.
Project create
/projects/new
Route exists; full production workflow validation remains pending.
Marketplace publish
/publish
Authenticated users can create, edit, delete, and attach moderated public posts and assets.
Internal status board
/status
Internal route added for implementation tracking and environment visibility.