Update docs and guidelines for statistics feature
- CODE_GUIDELINES.md and feature-roadmap.md - Add statistics-page-implementation-plan.md
This commit is contained in:
parent
6fd9d00327
commit
2beceb539b
3 changed files with 168 additions and 3 deletions
|
|
@ -118,7 +118,8 @@ lib/
|
|||
│ ├── mailer.ex # Email mailer
|
||||
│ ├── release.ex # Release tasks
|
||||
│ ├── repo.ex # Database repository
|
||||
│ └── secrets.ex # Secret management
|
||||
│ ├── secrets.ex # Secret management
|
||||
│ └── statistics.ex # Reporting: member/cycle aggregates (counts, sums by year)
|
||||
├── mv_web/ # Web interface layer
|
||||
│ ├── components/ # UI components
|
||||
│ │ ├── core_components.ex
|
||||
|
|
@ -155,6 +156,7 @@ lib/
|
|||
│ │ ├── import_export_live.ex # CSV import/export LiveView (mount/events/glue only)
|
||||
│ │ ├── import_export_live/ # Import/Export UI components
|
||||
│ │ │ └── components.ex # custom_fields_notice, template_links, import_form, progress, results
|
||||
│ │ ├── statistics_live.ex # Statistics page (aggregates, year filter, joins/exits by year)
|
||||
│ │ └── contribution_type_live/ # Contribution types (mock-up)
|
||||
│ ├── auth_overrides.ex # AshAuthentication overrides
|
||||
│ ├── endpoint.ex # Phoenix endpoint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue