lots of changes
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
## Scope
|
||||
- Choose a single sidebar layout system.
|
||||
- Move or consolidate routes so `/dashboard`, `/opportunities`, and other app pages live under the same layout.
|
||||
- Move or consolidate routes so `/app/dashboard`, `/app/search`, and other app pages live under the same layout.
|
||||
- Remove unused layout/components or mark deprecated ones.
|
||||
- Extend Convex schema to support analysis + opportunity storage.
|
||||
- Add indices required for efficient queries.
|
||||
@@ -21,7 +21,7 @@
|
||||
- Remove or archive the unused layout and sidebar component to avoid confusion.
|
||||
|
||||
2. **Route structure alignment**
|
||||
- Ensure `/dashboard`, `/opportunities`, `/settings`, `/help` sit under the chosen layout.
|
||||
- Ensure `/app/dashboard`, `/app/search`, `/app/settings`, `/app/help` sit under the chosen layout.
|
||||
- Update sidebar links to match actual routes.
|
||||
- Confirm middleware protects all app routes consistently.
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
- Add verification steps and basic test coverage.
|
||||
|
||||
## Scope
|
||||
- Implement `/settings` and `/help` pages.
|
||||
- Implement `/app/settings` and `/app/help` pages.
|
||||
- Add progress and error handling improvements for analysis/search.
|
||||
- Document manual QA checklist.
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
- Depends on Phases 1–3 to stabilize core flows.
|
||||
|
||||
## Acceptance Criteria
|
||||
- `/settings` and `/help` routes exist and are linked.
|
||||
- `/app/settings` and `/app/help` routes exist and are linked.
|
||||
- Background tasks reduce timeouts and improve UX.
|
||||
- QA checklist is documented and executable.
|
||||
|
||||
|
||||
@@ -23,5 +23,5 @@
|
||||
- Load more increases result count.
|
||||
|
||||
## Settings / Help
|
||||
- `/settings` and `/help` load under app layout.
|
||||
- `/app/settings` and `/app/help` load under app layout.
|
||||
- Sidebar links navigate correctly.
|
||||
|
||||
Reference in New Issue
Block a user