Closed nicholaschiang closed 3 years ago
Admins and volunteers should be able to download a CSV of their service hours. Essentially, just a downloaded sheet of all of their meetings and then the sum of all of those service hours. It should be pretty straight forward to do with a PostgreSQL function and Supabase's built-in CSV function streamed to an HTTP response.
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/tutorbook/tutorbook/He5NKjkTuUn1NzETwnJA4QAexBmP
✅ Preview: https://tutorbook-git-hours-tutorbook.vercel.app
/[org]/users/[id]/hours | /[org]/users/[id] |
---|---|
(view full size) |
(view full size) |
And 2 other routes:
Commit cfb178151e56945175859fe5f5e9c0965f7705f6 (https://tutorbook-b1q0uh8r3-tutorbook.vercel.app).
Fixes TB-137