-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[#11572] Notification Feature - PUT notification route #11665
Merged
jianhandev
merged 25 commits into
TEAMMATES:notification-feature
from
NicolasCwy:11572-put-notification-route
Mar 27, 2022
Merged
[#11572] Notification Feature - PUT notification route #11665
jianhandev
merged 25 commits into
TEAMMATES:notification-feature
from
NicolasCwy:11572-put-notification-route
Mar 27, 2022
Conversation
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
Hi @NicolasCwy, these parts of your pull request do not appear to follow our contributing guidelines:
|
NicolasCwy
force-pushed
the
11572-put-notification-route
branch
from
March 21, 2022 08:54
a368518
to
4633685
Compare
NicolasCwy
force-pushed
the
11572-put-notification-route
branch
from
March 21, 2022 09:02
4633685
to
db70ee6
Compare
NicolasCwy
added
the
s.OnHold
The issue/PR's validity has been put on hold pending some other event
label
Mar 21, 2022
NicolasCwy
force-pushed
the
11572-put-notification-route
branch
from
March 21, 2022 14:57
109a118
to
962a245
Compare
NicolasCwy
force-pushed
the
11572-put-notification-route
branch
from
March 21, 2022 15:04
962a245
to
b388a82
Compare
NicolasCwy
force-pushed
the
11572-put-notification-route
branch
from
March 21, 2022 15:22
b388a82
to
fd2c250
Compare
NicolasCwy
added
s.ToReview
The PR is waiting for review(s)
and removed
s.OnHold
The issue/PR's validity has been put on hold pending some other event
labels
Mar 22, 2022
3 tasks
2 tasks
jianhandev
added
s.Ongoing
The PR is being worked on by the author(s)
and removed
s.OnHold
The issue/PR's validity has been put on hold pending some other event
labels
Mar 25, 2022
NicolasCwy
force-pushed
the
11572-put-notification-route
branch
from
March 26, 2022 10:34
97f8b98
to
78972c5
Compare
NicolasCwy
added
s.ToReview
The PR is waiting for review(s)
and removed
s.Ongoing
The PR is being worked on by the author(s)
labels
Mar 26, 2022
jianhandev
reviewed
Mar 27, 2022
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.
Looks good!
src/main/java/teammates/ui/request/NotificationBasicRequest.java
Outdated
Show resolved
Hide resolved
…teammates into 11572-put-notification-route
fsgmhoward
approved these changes
Mar 27, 2022
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.
LGTM.
jianhandev
approved these changes
Mar 27, 2022
jianhandev
added
s.ToMerge
The PR is approved by all reviewers including final reviewer; ready for merging
and removed
s.ToReview
The PR is waiting for review(s)
labels
Mar 27, 2022
fsgmhoward
pushed a commit
that referenced
this pull request
Apr 1, 2022
fsgmhoward
pushed a commit
that referenced
this pull request
Apr 1, 2022
jianhandev
pushed a commit
that referenced
this pull request
Apr 5, 2022
jianhandev
pushed a commit
that referenced
this pull request
Apr 5, 2022
jianhandev
pushed a commit
that referenced
this pull request
Apr 6, 2022
jianhandev
pushed a commit
that referenced
this pull request
Apr 6, 2022
wkurniawan07
added
the
c.Task
Other non-user-facing works, e.g. refactoring, adding tests
label
Apr 6, 2022
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.
Part of #11572
To be merged after #11651 and #11660
Outline of Solution
Add PUT notification route to update notifications.