MolinoPro

routes

Master Codebase Guidebook
Markdown + HTML Dev-Docs Renderer - Frontend Client Module

Default Index
Open README.md
Root: README.mdframework
Milestones
H1Routes

Status: route map for the app surface.

This file documents the visible route structure the docs refer to.

H2Trips
  • /trips
  • /trips/new
  • /trips/[tripId]
  • /trips/[tripId]/schedule
  • /trips/[tripId]/join
H2Offers
  • /offers/[offerId]
H2Orders
  • /orders/[orderId]
H2Projects
  • /projects
  • /projects/[projectId]
  • /projects/[projectId]/calendar
H2Sponsor
  • /weeks
  • /weeks/[weekSlotId]
H2Concept
  • /cards
  • /paths
  • /sessions
H2Rule
  • Keep this as the route map, not the business spec.
  • If a route implies a new entity boundary, document the entity in its own hub file first.