LinkUp Source Map
Purpose
This page records the source material used to build the first local BookStack knowledge base. Use it when checking whether an article matches the actual LinkUp implementation.
Primary source docs
| Source | Use | Notes |
|---|---|---|
LINKUP_PLATFORM_PLAN.md |
Platform-wide feature inventory, payments, tickets, security, infrastructure. | Some sections are plan-level and must be verified before publishing as live behavior. |
backend/FRONTEND_PROGRESS.md |
Frontend and BookStack status. | Confirms local BookStack and help-center wiring. |
backend/FRONTEND_AUDIT.md |
Public frontend and organizer-panel gaps. | Useful for marking partial or missing features. |
backend/FILAMENT_MIGRATION_COMPLETE.md |
Admin panel migration inventory. | Use to confirm which admin resources exist. |
backend/ADMIN_AUDIT.md |
Admin options to keep, add, hide, and audit risks. | Useful for internal/admin KB pages. |
backend/INVESTIGATION_TODO.md |
Known technical gaps. | Use to avoid overclaiming account, event, currency, and security behavior. |
backend/TEST_PLAN.md |
Manual verification scenarios. | Use for checklist wording. |
backend/CUTOVER_RUNBOOK.md |
Production deployment steps. | Internal operations only. |
deployment-docs/README.md |
Post-modernization deployment checklist. | Internal operations only. |
Current implementation anchors
| Area | Status | Evidence to check |
|---|---|---|
| BookStack local help center | Implemented | backend/docker/bookstack/compose.yml and https://help.linkupcompanion.app. |
| LinkUp help redirect | Implemented | /help redirects to config('services.help.url'). |
| Filament admin | Implemented / Needs Verification | Admin resources and pages under backend/app/Filament. |
| Organizer panel | Partial | Organizer resources exist; audit notes list missing workspace/team/scanner/promo flows. |
| Offline reservations | Partial / Needs Verification | Two-step checkout and hold models exist; full user flow needs testing. |
| Scanner operations | Needs Verification | Scanner app and scan models exist; offline and duplicate scan behavior need hands-on tests. |
Rule for future articles
When an article depends on code, docs, or a screenshot that has not been checked in the running app, mark it as Needs Verification.
Gaps / notes
- This source map is not a replacement for testing.
- Add links to exact BookStack pages after the first review pass.
- Add screenshots only after the current UI labels are confirmed.