docs: add roadmap #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ae-add-roadmap"
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?
Updated architecture and added roadmap
ROADMAP.md— Under “Build signup flow” you still list:Add contact_info creation with primary contact.contact_info.is_primarywas removed (perARCHITECTURE.md). If you want a single preferred contact, clarify the replacement (e.g.,mark contact_info as preferred/verifiedor adduser_settingskey for preferred contact).Changes Requested
.github/workflows/code-review.ymlor make the image public; clarify the required repo secrets.ROADMAP.mdwithARCHITECTURE.mdregardingcontact_info.is_primaryremoval: update signup docs to statecontact_infovisibility or add apreferred_contactmechanism.003_indexes.sqlin migrations foritem/itemsqueries (database performance is important for listing pages).Summary of Changes
.github/workflows/code-review.yml.AGENTS.md,ARCHITECTURE.md,ROADMAP.md, andREADME.mdupdates.ARCHITECTURE.md(singular table names, newitem_image,message_image,watch,connection,threadtables, invite/onboarding flow updates).Overall Feedback
Issues (needs changes): The workflow references a private container image
ghcr.io/mrs-electronics-inc/bots/code-review:latestand a non-standard secretAPI_KEY_CODE_REVIEW_BOT. This will break CI for external contributors; switch to a public action or run the script directly on the runner. Also theROADMAP.mdstill references creating contact info during signup without reflecting thatis_primarywas removed inARCHITECTURE.md— reconcile these docs or add a replacementpreferred_contactmechanism. Finally, consider adding index guidance or including003_indexes.sqlin migrations for item listing performance.Positives: Documentation updates significantly clarify schema, visibility rules, and feature roadmap. The
item_imageandmessage_imagebreakdown and the watch list addition are good improvements. Nice, thorough work on architecture and roadmap. 🚀