FRC5892 / HeroHours

Team 5892's attendance solution
1 stars 4 forks source link

Add detailed analytics to the admin page #13

Open MichaelStatt-S opened 6 days ago

MichaelStatt-S commented 6 days ago

replacement for 'add more versatility to admin commands'

yyy2356 commented 2 days ago

this can still be done, but Trevor.io makes it easier and is technically done.

MichaelStatt-S commented 2 days ago

I don't know how you set up Trevor, but I don't really want to have to open that and run a query every day. I like the present spreadsheet approach, but it is very clunky. Daily attendance should either be automated in the sheet or made into a view in the admin page

yyy2356 commented 2 days ago

Trevor updates all existing queries and dashboards automatically to fit the data and sends that update to sheets, as i have done in our attendance sheet. currently, the only thing that needs to be done manually is make new queries for each individual meetings attendance, which is as simple as copying the previous one and changing the filtered date.

MichaelStatt-S commented 2 days ago

Yes, but I would like to remove that step of copying and pasting. That should be easily automated.

MichaelStatt-S commented 2 days ago

all the IMPORTDATA formula does is go to a web url that returns a csv. We could implement that ourselves and take in an input (meeting date) as url parameter. We could then still use the format I made, and we would only need to add months ahead of time. I would prefer to keep the look of my month-separated sheets (without the 200+ character formula)

yyy2356 commented 2 days ago

its very possible that trevor already supports something like that, in which case that would be easier. ill look into it

yyy2356 commented 2 days ago

also, making apis is annoying

yyy2356 commented 2 days ago

look in the spreadsheet, i added a sheet called "attendance by meeting" this should do what you want, given that the logs update hourly

yyy2356 commented 2 days ago

can automate inserting new dates