sarumie / spps

student attendance admin app for school

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Displaying attendance data on attendance page

Gure-san opened this issue · comments

Pay attention to user access first, if the user's access is only for specific classes, then only display attendance data for the classes that can be accessed by the user. If the user's level is 'highest' where they have access to all classes, then it is safe to display all attendance data to the user.

Just display the data and don't make it too complicated, alright? Don't get carried away and try to add more features like creating new attendance records.