docs: add ADR 003 — admin / CRUD tooling#52
Merged
Conversation
Records the decision to build backend management screens with Symfony Form plus hand-written controllers and Twig templates rather than adopt an admin generator (EasyAdmin, Sonata, API Platform Admin). The backend surface is small, the assistant entity needs a first-class product UI anyway, and the user-management screens require row-level domain-manager scoping that a generic CRUD generator would only get in the way of. Both martinyde and tuj have indicated support on the issue. Status: Draft. Index updated. CHANGELOG entry under [Unreleased] / Added. Refs #39. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
lilosti
previously approved these changes
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds ADR 003 recording the backend admin / CRUD tooling decision from #39 — Symfony Form + hand-written controllers and Twig templates over a generator (EasyAdmin, Sonata, API Platform Admin).
docs/adr/003-admin-crud-tooling.md(new, Draft).docs/adr/README.md— index entry for 003.CHANGELOG.md—[Unreleased] / Addedentry.The ADR is intentionally scoped to the generator question. Form
component conventions and the in-admin authorisation model are left to
follow-on decisions once the data model (#14) and roles (#12) firm up.
Rationale (short)
@martinydeand@tujindicated support for option 4 on the issue.Note — pre-existing ADR numbering conflict
docs/adr/002-frontend-tooling.mdis ondevelopbut is not listed in the index (the index's 002 entry is the MPL-2.0 ADR). Two files share the002-prefix today. This PR does not touch that conflict — I picked 003 for the new ADR and left the existing inconsistency for a separate cleanup so the review for this ADR isn't muddled with a renumber.Test plan
task coding-standards-markdown-check→ clean.docs/adr/README.mdindex links to the new file and the link resolves.Closes #39
🤖 Generated with Claude Code