-
Notifications
You must be signed in to change notification settings - Fork 19
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
Added feature to export user data to csv file #109
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/acmutd/hackportal/D2nQLKGTYnDEsJUAzBDYh9UoadUX |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* feat(tracks): Added field for tracks to event model and event form * feat(tracks): Add tracks view to schedule page (WIP) * feat(schedule): Add tracks to schedule re #137 * feat(tracks): Group events by date first, then track * feat(tracks): Add coloring to different tracks * feat(tracks): Add constant for event form data, revert WIP dropdown Adds a constant for the default data of a schedule event form * feat(tracks): Add constant for event form data, revert WIP dropdown Add a constant that stores the default values of the event form. Remove unfinished code for a track dropdown selector * style(tracks): Remove TODO in favor of an issue Co-authored-by: Abdullah H <[email protected]>
Switched bar chart to use a new framework instead of devexpress
Due to the way |
`@devexpress/dx-react-charts` is not working so merge with nivo instead
Closed in favor of #188 |
Resolves #124
Changes made in this PR:
Changes will be added