Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Create Plural functions for attendance manipulation #18

Open
mcflyhalf opened this issue Mar 13, 2020 · 1 comment
Open

Create Plural functions for attendance manipulation #18

mcflyhalf opened this issue Mar 13, 2020 · 1 comment
Labels
Back end Back end of the application enhancement New feature or request

Comments

@mcflyhalf
Copy link
Owner

The functions for attendance manipulation (in attendance.py) currently only mark (or give) attendance for a single student at a time.

Create the following functions to bulk insert/view attendance:

  • createClassSessions - Single function to create multiple class sessions
  • updateAttendances - Single function that updates the attendance record for multiple students
  • get_students_attendance - Single function that gets the attendance of multiple specific students
@mcflyhalf mcflyhalf added enhancement New feature or request Back end Back end of the application labels Mar 13, 2020
@mcflyhalf mcflyhalf added this to the V3. Working prototype milestone Mar 13, 2020
@mcflyhalf mcflyhalf removed this from the V3. Working prototype milestone Apr 18, 2020
@mcflyhalf
Copy link
Owner Author

Doesnt give any clear advantage at the moment. Not linked to a milestone anymore until it has a clear usefulness.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Back end Back end of the application enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant