KaoushikMurugan / yet-another-better-office-hour-bot

Yet Another Better Office-Hours Bot
https://tomli380576.github.io/yabob-docs/
GNU General Public License v3.0
11 stars 1 forks source link

API to access logging data from YABOB #201

Open KaoushikMurugan opened 8 months ago

KaoushikMurugan commented 8 months ago

To create an API to allow external applications to fetch data from YABOB's attendance and help session tracking. This will be useful to implement a website to view the data.

tomli380576 commented 7 months ago

website repo https://github.com/tomli380576/ucd-cstutoring-website/. If anyone is interested in working on the website, react with an emoji and I'll add you as a collaborator.

KaoushikMurugan commented 6 months ago

We could just directly read from firebase instead of creating an api since the latter requires us to have a domain just for api request handling. This shouldn't be a problem since we're storing everything on firebase anyways