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.

Back to home
Local API target
http://localhost:8080
Production API target
https://api.openstaff.eu
Auth mode
OpenStaff JWT auth via /auth/login, /auth/register, /auth/me, with refresh token support

Home

/

Marketplace home renders from the moderated PublicPost feed without demo fallback data.

Implemented

Login

/login

Login route uses the OpenStaff JWT auth contract through /auth/login.

Implemented

Register

/register

Registration route exists in the active public app.

Implemented

Profile

/profile

Profile route exists; complete auth and persistence validation is still pending.

In progress

Projects list

/projects

Public projects list route exists and is connected to the active API client.

Implemented

Project details

/projects/[id]

Dynamic route exists and includes API-backed workflow screens.

Implemented

Project create

/projects/new

Route exists; full production workflow validation remains pending.

In progress

Marketplace publish

/publish

Authenticated users can create, edit, delete, and attach moderated public posts and assets.

Implemented

Internal status board

/status

Internal route added for implementation tracking and environment visibility.

Implemented