Skip to content

Allow final AttendanceRecord to have value fractional of whole value #24

Description

@nharper

For rehearsals like an all-day rehearsal or retreat where it's worth 2 rehearsals (i.e. the Rehearsal has a weight of 2), some members only show up for half and get half credit. There should be a way for a section coordinator to record this half credit.

This requires changes to the AttendanceRecord model - instead of the "present" bool, a "weight" field is needed. The weight field could either be normalized (where 0 is not present and 1 is present for the whole rehearsal), or it could be a raw weight value (for a Rehearsal with weight N, the AttendanceRecord weight could be up to N).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions