forked from rael346/nucarpool
-
Notifications
You must be signed in to change notification settings - Fork 3
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
SCRUM-47 Basic information about Carpool Group #128
Merged
Merged
Changes from 10 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
17d086a
Backend logic working, now just frontend edits remaining
sinhaaaryan b33bead
Various changes to group page + changes to DB to support more charact…
sinhaaaryan 9bedbd1
Minor changes on rider side group page when in group
sinhaaaryan dabc6dd
Fixed tsc + lint errors
sinhaaaryan 549694c
Backend logic working, now just frontend edits remaining
sinhaaaryan f87d963
Various changes to group page + changes to DB to support more charact…
sinhaaaryan 6fd35e8
Minor changes on rider side group page when in group
sinhaaaryan 2519c6e
Fixed tsc + lint errors
sinhaaaryan 5304a86
rebased off staging
sinhaaaryan b731e4b
rebased changes from email.ts
sinhaaaryan e1a280a
FTUE tracking + view route event fix
matherg b5ad2ff
Merge pull request #130 from sandboxnu/mixpanelFTUE
sinhaaaryan 4ce2c52
Changes per review
sinhaaaryan 6a7e4cd
Admin dashboard initial setup
matherg 6e2db62
Admin setup and perm management done
matherg cece952
hide overflow
matherg 6d9859e
missed file
matherg 317b07f
Merge pull request #132 from sandboxnu/adminInitial
matherg f546506
Logic improvement for admin users + tooltip
matherg 1a00643
Admin Charts
matherg 75ab43d
Both charts fully implemented
matherg a6e5432
Slider step by week
matherg 20ad307
End range of slider inclusive
matherg 11b51b7
Merge pull request #133 from sandboxnu/adminData
matherg c458bf5
Inactive user settings, main is overwhelmed otherwise
matherg 69860fb
Added toast popup, blocks drivers from switching roles in a group
matherg f9f6f20
Merge pull request #136 from sandboxnu/SCRUM-125
sinhaaaryan 86b3622
Backend logic working, now just frontend edits remaining
sinhaaaryan d596dd3
Various changes to group page + changes to DB to support more charact…
sinhaaaryan c9151bd
Minor changes on rider side group page when in group
sinhaaaryan f0fe5c6
Fixed tsc + lint errors
sinhaaaryan fd1d453
Backend logic working, now just frontend edits remaining
sinhaaaryan 11c2436
Various changes to group page + changes to DB to support more charact…
sinhaaaryan 44913a6
Changes per review
sinhaaaryan d6e99d5
Merge branch 'SCRUM-47' of https://github.com/sandboxnu/nucarpool int…
sinhaaaryan 10de778
Backend logic working, now just frontend edits remaining
sinhaaaryan e771ec1
Various changes to group page + changes to DB to support more charact…
sinhaaaryan 85fcdf0
Minor changes on rider side group page when in group
sinhaaaryan 6eed630
Fixed tsc + lint errors
sinhaaaryan 740b137
Backend logic working, now just frontend edits remaining
sinhaaaryan 2135e50
Various changes to group page + changes to DB to support more charact…
sinhaaaryan 0138d1a
Fixed tsc + lint errors
sinhaaaryan e159d15
rebased changes from email.ts
sinhaaaryan 17544c6
Changes per review
sinhaaaryan f040fd5
Backend logic working, now just frontend edits remaining
sinhaaaryan 501c5de
Various changes to group page + changes to DB to support more charact…
sinhaaaryan 35b4070
Fixed tsc + lint errors
sinhaaaryan 03ab954
Backend logic working, now just frontend edits remaining
sinhaaaryan 679d9bd
Various changes to group page + changes to DB to support more charact…
sinhaaaryan 9941d33
Merge branch 'SCRUM-47' of https://github.com/sandboxnu/nucarpool int…
sinhaaaryan 6a8e445
rebased off schema
sinhaaaryan 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
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
prisma/migrations/20241119202005_increase_group_message_length/migration.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
-- AlterTable | ||
ALTER TABLE `conversation` ADD COLUMN `dateCreated` DATETIME(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3); | ||
|
||
-- AlterTable | ||
ALTER TABLE `group` ADD COLUMN `dateCreated` DATETIME(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3); | ||
|
||
-- AlterTable | ||
ALTER TABLE `user` ADD COLUMN `coop_end_date` DATE NULL, | ||
ADD COLUMN `coop_start_date` DATE NULL, | ||
ADD COLUMN `dateCreated` DATETIME(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3), | ||
ADD COLUMN `dateModified` DATETIME(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3), | ||
ADD COLUMN `group_message` TEXT NULL, | ||
MODIFY `role` ENUM('RIDER', 'DRIVER', 'VIEWER') NOT NULL DEFAULT 'VIEWER'; |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- AlterTable | ||
ALTER TABLE `group` MODIFY `message` TEXT NOT NULL; |
This file contains 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 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 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
onClose() doesn't seem to do anything. After pressing submit, there should be some indication of success. (could be loading symbol, popup, or a text display under the text box showing the current message)