Skip to content

fix: remove incorrect v_attendance_summary from README.md database views #29

@claude

Description

@claude

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:129 defines attendance_summary as a TABLE
  • src/database/views.sql contains exactly 13 views, none named v_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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions