Prompt file imported from Tamriel-Toolkit/ESO-Guild-Bank-Management (
.github/prompts/product-roadmap.prompt.md). Copyright stays with the author.
Review ESO Guild Gold Ledger and produce a roadmap grounded in the current implementation.
Use the current repo surface as your anchor:
- README
- src/App.jsx
- src/components/Graph.jsx
- src/components/PieBreakdownChart.jsx
- src/components/TutorialOverlay.jsx
- src/components/GuildProfilesDrawer.jsx
- server/index.js
- server/auth-sharing.test.js
Required output:
- Current strengths already present in the app.
- Product gaps that affect competitiveness.
- UX gaps that affect adoption or clarity.
- Technical risks or scaling concerns.
- A roadmap grouped into
must-have,should-have, andlater. - For the top 5 roadmap items, include impacted areas/files, expected user value, implementation risk, and verification.
Constraints:
- Do not give generic startup advice.
- Do not recommend a stack rewrite unless the current architecture clearly blocks the feature.
- Prefer suggestions that work with the current React, MUI, Express, and SQLite setup.