UniTrackApp / dashboard

📊 Attendance monitoring platform for universities with powerful data analytics and visualizations. Built with Next.js.
https://unitrack-dashboard.vercel.app
GNU General Public License v3.0
5 stars 1 forks source link

Create tRPC procedures for Lecture router #64

Closed aryanprince closed 11 months ago

aryanprince commented 1 year ago

File can be found at server/api/routers/lecture.ts

Create the following endpoints:

Check Student and AttendanceRecord router files for hints.

aryanprince commented 11 months ago

Closed in #91