MolinoPro

README

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

Default Index
Open README.md
Root: README.mdorders
Milestones
H1Orders

Status: hub for locked commercial snapshots and fulfillment orders.

This folder maps to the order route group and its actions:

  • /orders/[orderId]
  • app/orders/actions/orderFromOffer.ts
  • app/orders/actions/projectOrders.ts
H2Current status
  • Order is the downstream locked transaction surface.
  • Order creation should snapshot Offer LineItems.
  • The order surface is thinner than Trips and Offers, which is correct.
  • This folder exists mainly to document snapshot discipline and projection behavior.
H2Canonical files
H2Related hubs
H2Folder rule
  • Orders are immutable snapshots of commercial truth.
  • No offer recompute belongs here.
  • Keep order-specific presentation notes here only when they affect snapshot or export behavior.