- Introduced `.github/copilot-instructions.md` as the single source of truth for domain rules, conventions, and pitfalls in each solution. - Added `CLAUDE.md` to guide Claude to read domain rules, glossary, and README before code generation. - Updated all solution and project `README.md` files to document project purpose, structure, key files, and LLM context (Copilot/Claude/Cursor). - Added or revised `docs/ARCHITECTURE.md`, `docs/CONVENTIONS.md`, and `docs/GLOSSARY.md` to clarify dependency graphs, naming, patterns, and terminology. - For FruitBankHybridApp, added `docs/SCHEMA.md` (Toon format) and expanded the glossary with business/measurement terms and common traps. - Updated all subfolder READMEs to list key files, conventions, and LLM maintenance notes. - Ensured all documentation is cross-referenced, up-to-date, and includes explicit instructions for LLMs to keep docs in sync with code and avoid suggesting removal/rollback as a solution. - Standardized documentation and onboarding for maintainability and LLM/code quality across all solutions. |
||
|---|---|---|
| .. | ||
| Home.razor | ||
| Home.razor.cs | ||
| Login.razor | ||
| Login.razor.cs | ||
| Login.razor.css | ||
| MeasuringIn.razor | ||
| MeasuringIn.razor.cs | ||
| MeasuringIn.razor.css | ||
| MeasuringOut.razor | ||
| MeasuringOut.razor.cs | ||
| MeasuringOut.razor.css | ||
| OrdersAdmin.razor | ||
| OrdersAdmin.razor.cs | ||
| OrdersAdmin.razor.css | ||
| README.md | ||
| ShippingsAdmin.razor | ||
| ShippingsAdmin.razor.cs | ||
| ShippingsAdmin.razor.css | ||
| StockTaking.razor | ||
| StockTaking.razor.cs | ||
README.md
Pages
Routed Blazor pages for the FruitBank application.
Key Files
Home.razor.cs— Landing page showing form factor and platform.Login.razor.cs— Authentication with user selection and password validation.ShippingsAdmin.razor.cs— Inbound shipping management with tabbed interface.OrdersAdmin.razor.cs— Outbound order management with product and order item tabs.MeasuringIn.razor.cs— Shipping measurement: calendar date picker, item detail, pallet recording.MeasuringOut.razor.cs— Order measurement/audit: measurement tracking, approval workflow, RevisorId assignment.StockTaking.razor.cs— Inventory management: stock taking sessions, item reconciliation.
LLM Maintenance: If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.