anebz / boulder

Occupancy tracker for bouldering gyms
http://boulder.anebz.eu
7 stars 3 forks source link

Get data for a given day #8

Closed anebz closed 3 years ago

anebz commented 3 years ago

A user wants to see all the data for a given day. Steps:

When it's done, message me so I can push it to heroku :) Because I activated continuous integration, whenever a commit is done to main, the app is deployed to heroku automatically. So when we merge your branch, heroku will be updated :)

AnglinaBhambra commented 3 years ago
  1. Shall I amend the chart to have the same axis regardless of how minimal the data is?
  2. We can't have another selectbox for choosing a gym (for point 2), because "DuplicateWidgetID: There are multiple identical st.selectbox widgets with the same generated key.". I can use a checkbox of multibox or something else instead?
  3. I also noticed rows 200-504 in the boudlerdf data csv are duplicates, which I haven't removed yet!
anebz commented 3 years ago
  1. I think you mean that the y axis should always go from 0 to 100 regardless of how full it is? I don't get the question :)
  2. I would say we can pick the gym and day once, and with that show the average data + the data for just that day. so one input, 2 plots. No need to ask for input again
  3. Yes I have to give you access to the S3 bucket --> TODO for me!