Public
Group 187 Charia B - UDS Member Registration & Attendance
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.

🎓 Group 187 — Charia B Community Attendance

University for Development Studies (UDS) — Member Registration & Daily Attendance System

Features

  • Register Members — Add group members with their index number (format: ABC/XXXX/25), full name, and optional phone number
  • Sign Daily Attendance — Members search their name and tap to sign attendance each day (one sign per day)
  • View Records — Browse attendance records for any date
  • Summary Dashboard — See total attendance days per member with progress bars

Architecture

Rendering mermaid diagram...

API Endpoints

MethodEndpointDescription
POST/api/membersRegister a new member
GET/api/membersList all members (optional ?search=)
DELETE/api/members/:idRemove a member
POST/api/attendanceSign attendance for a member
GET/api/attendanceGet records for a date (optional ?date=)
GET/api/attendance/summaryGet per-member attendance totals