Update app-architecture.md to match actual codebase #253
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Standalone -- discovered during QA board validation and pipeline health check.
Repo
ldraney/landscaping-assistantUser Story
As a developer
I want app-architecture.md to reflect the real data model and code structure
So that new contributors and agents don't build against aspirational schema that doesn't exist
Context
The ERD shows Business, UserBusiness, PropertyComment models that were never implemented. Meanwhile 5 real models added over the past month are missing: CrewMember, DailyNote, DayExclusion, FeatureFlag, ServiceRequest. The Rails structure section is also missing DaysController, ProfileController, ClientErrorsController, ScheduleDigester, and 7 Stimulus controllers.
File Targets
Files the agent should modify or create:
docs/app-architecture.md-- update ERD, model descriptions, Rails structure, key design decisionsFiles the agent should NOT touch:
Feature Flag
none
Acceptance Criteria
db/schema.rbwith real column typesapp/controllers/are listedapp/javascript/controllers/are listedTest Expectations
Constraints
Checklist
Related
landscaping-assistant-- project this affects