FruitBankHybridApp/FruitBankHybrid.Shared/Pages
Loretta 45195b9cdf Add LLM onboarding docs and standardize project READMEs
- 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.
2026-03-28 22:38:23 +01:00
..
Home.razor improvements, fixes 2025-11-18 12:52:23 +01:00
Home.razor.cs Add secure cross-platform auto-login with credential storage 2025-12-09 16:46:47 +01:00
Login.razor MapHub TransportSendTimeout, WebSockets.CloseTimeout fix; etc... 2025-11-16 19:21:06 +01:00
Login.razor.cs Add secure cross-platform auto-login with credential storage 2025-12-09 16:46:47 +01:00
Login.razor.css Convert to Devexpress solution; impovements, clean, etc... 2025-09-17 06:02:32 +02:00
MeasuringIn.razor Refactor measuring UI, centralize status logic 2026-03-23 17:43:06 +01:00
MeasuringIn.razor.cs Refactor measuring UI, centralize status logic 2026-03-23 17:43:06 +01:00
MeasuringIn.razor.css MeasuringIn UI improvements, etc... 2025-09-20 13:07:00 +02:00
MeasuringOut.razor Refactor measuring UI, centralize status logic 2026-03-23 17:43:06 +01:00
MeasuringOut.razor.cs Refactor measuring UI, centralize status logic 2026-03-23 17:43:06 +01:00
MeasuringOut.razor.css ... 2025-10-15 07:56:56 +02:00
OrdersAdmin.razor Allowed Martin to access edit 2025-12-11 18:32:29 +01:00
OrdersAdmin.razor.cs Add URL link support to grid columns and info panel 2025-12-22 14:37:56 +01:00
OrdersAdmin.razor.css improvements, fixes, etc.. 2025-10-31 13:51:13 +01:00
README.md Add LLM onboarding docs and standardize project READMEs 2026-03-28 22:38:23 +01:00
ShippingsAdmin.razor Allowed Martin to access edit 2025-12-11 18:32:29 +01:00
ShippingsAdmin.razor.cs improvements, fixes, etc... 2025-11-24 08:27:07 +01:00
ShippingsAdmin.razor.css improvements, fixes, etc.. 2025-10-31 13:51:13 +01:00
StockTaking.razor Improve toolbar controls and async UX in stock taking 2026-02-07 08:55:00 +01:00
StockTaking.razor.cs Upgrade to .net10 and Visual Studio 2026; StockTaking in progress... 2025-11-28 08:15:58 +01:00

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.