Skip to content

Attendance Page #36

New issue

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

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

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Attendance Page #36

wants to merge 8 commits into from

Conversation

wavexnani
Copy link

  • In attendance-service.ts updated the number of queries, like before there was two queries, one for

    • memberId
    • name
    • year
      and the second one for
    • memberId
    • timeIn
    • timeOut
    • isPresent
      After getting the response there is a map which maps each member with there memberId, name, year, timeIn, timeOut, isPresent.
      Now I updated this two queries with one query which get all the information above and removed the map in AttendanceService function.
  • Added the Pi chart and Bar chart in right side of the page which shows the details of number of members are present, absent, and late.

  • Updated a feature in calendar component which is :

    • There is a new dropdown for the month and year.
    • You can select any month and year and get the attendance data of a particular day you want.

Copy link

netlify bot commented Jun 6, 2025

Deploy Preview for zingy-speculoos-372a93 ready!

Name Link
🔨 Latest commit e1d6037
🔍 Latest deploy log https://app.netlify.com/projects/zingy-speculoos-372a93/deploys/684297f1aad67c00084b7d93
😎 Deploy Preview https://deploy-preview-36--zingy-speculoos-372a93.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant