DEV-732 Create calendar page#41
Open
celloii wants to merge 14 commits into
Open
Conversation
* Added event model sterilizer * added error messages and field names * changed to like mail
Co-authored-by: Jenny Fan <40123244+jfmath04@users.noreply.github.com>
* Add Ruff to dev dependencies and run linting * Linting workflow for backend
* post handler for event views * added check if serializer isvalid * simplified with raise exception parameter
* complete the get() handler for EventView * implement filter by multiple categories in EventView * implement multiple category filter in EventView * implement multiple category filter in EventView * implement multiple category filter in EventView * change gt/lt to gte/lte, got rid of ruff in dependencies list in pyproject.toml * remake uv lock
* Added event model sterilizer * added error messages and field names * changed to like mail * add id to read only * get put delete * ruff * id in normal field, delete delete * format * required to blank --------- Co-authored-by: Jenny Fan <40123244+jfmath04@users.noreply.github.com>
* added get handler in user_events_view * add user/events/ as a path * imported EventSerializer directly to use it * fixed changes and ran ruff
* week view that the events will go on * gray to left side and heading, more rounded edges, colors from the theme * darker border * replaced theme colors with import * removed redundant line
* complete the get() handler for EventView * implement filter by multiple categories in EventView * implement multiple category filter in EventView * implement multiple category filter in EventView * implement multiple category filter in EventView * change gt/lt to gte/lte, got rid of ruff in dependencies list in pyproject.toml * remake uv lock * add .env.local file * testing monthView * created monthView * resolve merge conflicts * format prettier * use colors from useTheme, get rid of themeColors
* added event placeholders for monthly view * fixed ESlint warnings * fixed ESlint warnings
* Added Dayview visualizer * Added hover animation and dialog popup * prettier fixes * reverted to no onSelect * prettier fixes * Clean up event card * Remove temp day view page --------- Co-authored-by: Jenny Fan <40123244+jfmath04@users.noreply.github.com> Co-authored-by: zz3188 <zz3188@princeton.edu>
* Added Dayview visualizer * Added hover animation and dialog popup * prettier fixes * reverted to no onSelect * prettier fixes * Updated team members page & changed linkedin link to imgur link * profile changes * Add past leads section, fix theme colors * Remove unnecessary changes * Remove day view files * Change titles to developer --------- Co-authored-by: Jenny Fan <40123244+jfmath04@users.noreply.github.com> Co-authored-by: zz3188 <zz3188@princeton.edu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References
Proposed Changes