-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add and edit events, attach skills to events, give skills to members #142
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
441952d
refactor: Move seed data outside of main seed file
ZeroWave022 49142de
feat: Add events table and seed data
ZeroWave022 830861a
fix: Add locale to eventLocalizations
ZeroWave022 481a758
feat: Fetch events from db
ZeroWave022 978f8bb
fix: Fetch internal events only for members
ZeroWave022 b6884c8
refactor: Move event fetching to tRPC
ZeroWave022 9d900b2
feat: Add pagination to events page
ZeroWave022 c2ebba9
fix: Only show image on EventCard if there is one available
ZeroWave022 b4134a7
refactor: Use next-intl formatter wherever possible
ZeroWave022 533026a
refactor: Simplify ref prop typing
ZeroWave022 3506764
feat: Add DateTimePicker
ZeroWave022 a51918b
fix: Connect events to skills in db schema
ZeroWave022 7e3f52a
feat: Add event editing form
ZeroWave022 d396969
refactor: Rename storage procedure to protected edit procedure
ZeroWave022 1e60c50
refactor: Remove skillIdentifiers, replace with db
ZeroWave022 7199606
feat: Add default icon if skill identifier doesn't have a custom icon
ZeroWave022 ed2c340
feat: Event creation
ZeroWave022 bd7369f
fix: Make summary, description and location required
ZeroWave022 0436574
feat: Add edit button and back to events button
ZeroWave022 e52082b
fix: Set initial value in DateTimePicker if provided
ZeroWave022 4b385ce
feat: Add event editing and deletion
ZeroWave022 989e3fa
feat: Event image deletion
ZeroWave022 b940a5f
refactor: Remove skill names from messages, they're stored in db now
ZeroWave022 02a003d
feat: Add sign-up for events
ZeroWave022 3da2368
refactor: Rename many-to-many relation SQL tables for consistency
ZeroWave022 6566985
fix: Disable sign up button when not logged in
ZeroWave022 f98b070
refactor: Move member avatar to own component
ZeroWave022 e82b607
feat: Setting member attendance for events
ZeroWave022 4f82233
feat: Add event deadlines
ZeroWave022 ef49bdd
fix: Adjust size of MemberAvatar on MemberInfoCard
ZeroWave022 99f274a
feat: Give participants skills after finished event
ZeroWave022 63cba55
feat: Use non-relative imports for all VS Code users
ZeroWave022 2af3ca8
Merge branch 'dev' into feat/events
ZeroWave022 12b023f
feat: Add loading to new event and edit event pages
ZeroWave022 181ae9f
Merge branch 'dev' into feat/events
ZeroWave022 d0f72da
feat: Custom tooltip if event is finished
ZeroWave022 6820cbe
fix: Adjust the back buttons on event edit pages
ZeroWave022 37fd6e0
fix: Set initial event start date to next day
ZeroWave022 241b0a1
refactor: Avoid event localization arrays of length 1
ZeroWave022 79e062e
refactor: Move API exports
ZeroWave022 4db409b
fix: Limit name and location lengths on client
ZeroWave022 8625303
feat: Optimistic UI for event attendance checkbox
ZeroWave022 06fc6a0
feat: Show skill that can be achieved by participating at event
ZeroWave022 2ae53a2
Merge branch 'dev' into feat/events
ZeroWave022 5ab4d0e
Merge branch 'dev' into feat/events
ZeroWave022 03a4366
fix: Increase max length of event name
ZeroWave022 24f5557
refactor: Simplify check for user having skill already
ZeroWave022 1209f39
fix: Don't use div inside HTML paragraph
ZeroWave022 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: Add pagination to events page
- Loading branch information
commit 9d900b2bc1bdc0ef3c68ec1ea8242af374c2dc49
There are no files selected for viewing
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.