Skip to content

Commit cc1c35f

Browse files
committed
docs: update project structure
1 parent 46b463b commit cc1c35f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,14 +258,14 @@ src/
258258
├── modules/ # Vertical business modules
259259
│ ├── training/
260260
│ │ ├── exercises/ # Exercise types, constants, tracking rules, formatters
261-
│ │ ├── plans/ # Plan types, constants, formatters, server queries
261+
│ │ ├── plans/ # Payload plan documents, tree building, formatters, server loaders
262262
│ │ ├── logs/ # Training-log types, constants, metric transformations
263263
│ │ ├── components/ # Training-specific frontend components and hooks
264264
│ │ └── admin/ # Training-specific Payload Admin UI
265265
│ └── sharing/
266266
│ ├── server/ # Share-link validation and data loading
267267
│ └── admin/ # Sharing-specific Payload Admin UI
268-
├── scripts/ # One-off CLI scripts (seed, import-plan…)
268+
├── scripts/ # Seed and seed-export CLI scripts
269269
├── proxy.ts # Locale routing and share-token cookie handling
270270
├── payload-types.ts # Auto-generated — do not edit manually
271271
└── payload.config.ts

0 commit comments

Comments
 (0)