-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Problem
In PR #28, v_attendance_summary was added to the database views table in README.md, but this is incorrect. attendance_summary is a table, not a view.
Evidence
src/database/schema.sql:129definesattendance_summaryas a TABLEsrc/database/views.sqlcontains exactly 13 views, none namedv_attendance_summary- The actual 13 views are correctly listed in the other entries
Required Fix
Location: README.md line ~216
Remove this row from the database views table:
| `v_attendance_summary` | Overall attendance statistics per student |
The view count should remain 13 (which is correct), but this specific entry should be deleted.
References
- Identified in PR docs: comprehensive documentation accuracy and compliance update #28 review: docs: comprehensive documentation accuracy and compliance update #28 (comment)
- Related file:
src/database/schema.sql(defines attendance_summary as a table) - Related file:
src/database/views.sql(contains the actual 13 views)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation