-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨(frontend) Filter video views #17
Commits on Jul 20, 2023
-
⬆️(frontend) update Cunningham
New release of Cunningham offers components such as DatePicker or DateRangePicker, which are necessary to filter our data.
Configuration menu - View commit details
-
Copy full SHA for ce482a5 - Browse repository at this point
Copy the full SHA ce482a5View commit details -
🩹(frontend) fix cunningham font tokens
Generated design tokens were breaking the default Roboto font. These new values are copied from the Cunningham demo app.
Configuration menu - View commit details
-
Copy full SHA for 765726a - Browse repository at this point
Copy the full SHA 765726aView commit details -
🏗️(frontend) create a reusable App context provider
Introduce a new component responsible to inject all the required providers to make warren web app works.
Configuration menu - View commit details
-
Copy full SHA for 8062895 - Browse repository at this point
Copy the full SHA 8062895View commit details -
✨(frontend) implement a Filters context
To manage and share filters' state across multiple components, we adopted a basic workaround by using React context. This approach allows us to store and provide the filters state efficiently to all subscribers in our app.
Configuration menu - View commit details
-
Copy full SHA for 6bb2313 - Browse repository at this point
Copy the full SHA 6bb2313View commit details -
🏗️(frontend) create a Axios lib utility file
Factorize Axios instanciation and configuration in a dedicated file, along the react-query. We would avoid dupplicating these lines.
Configuration menu - View commit details
-
Copy full SHA for 5e958de - Browse repository at this point
Copy the full SHA 5e958deView commit details -
✨(frontend) introduce a Filter component
This component would be responsible to render the filters bar in our dashboarding web app.
Configuration menu - View commit details
-
Copy full SHA for 66adc7f - Browse repository at this point
Copy the full SHA 66adc7fView commit details -
♻️(frontend) refactor Views plotting component
Component is now subscribing to filters state. Note: Time management in the current version of the frontend and the API is still bulky. A lot of work need to be done.
Configuration menu - View commit details
-
Copy full SHA for e0e2cb5 - Browse repository at this point
Copy the full SHA e0e2cb5View commit details
Commits on Jul 21, 2023
-
📝(api) make it clear that date_range handles timezones
Documentation misled me to think only UTC timezone was allowed. This add an example of handling queries in a non-UTC timezone using an ISO format.
Configuration menu - View commit details
-
Copy full SHA for f07415b - Browse repository at this point
Copy the full SHA f07415bView commit details