✨Issue-196 course user wishlist models and endpoints#207
Merged
Conversation
5dee84b to
a5cc3a5
Compare
sampaccoud
reviewed
Feb 10, 2023
b9ad30d to
e2e9b46
Compare
2922716 to
ef63832
Compare
Contributor
Author
|
According to our discussion with @sampaccoud and @rlecellier , I renamed the model "WishList" to "CourseWish" because:
|
Contributor
Author
|
Those routes has been tested locally with the front in Richie of this PR openfun/richie#1904 and it works |
ef63832 to
1aa2177
Compare
1aa2177 to
d280c9d
Compare
carofun
reviewed
Feb 28, 2023
Contributor
carofun
left a comment
There was a problem hiding this comment.
👍
a small return in the commit message
that link => that links
Don't you think we will need a field to inactivate the wish?
f9b6bc4 to
06f3ee7
Compare
Contributor
Author
jbpenrath
reviewed
Mar 2, 2023
6417199 to
88c26bc
Compare
88c26bc to
531830b
Compare
531830b to
455a5f9
Compare
jbpenrath
reviewed
Jul 6, 2023
Collaborator
jbpenrath
left a comment
There was a problem hiding this comment.
Are we agree that a wish means I want to be warned when :
- A new course run / products is added to the course
- A previously full product has a vacancy
?
jbpenrath
approved these changes
Jul 7, 2023
6f34e11 to
d5363a3
Compare
This commit is the first part of resolving issue 196 (course wishes). We add a CourseWish model and an API endpoint as action on the existing course endpoint. co-authored with Morgane Alonso <malonso@hybird.org>
d5363a3 to
6c7da60
Compare
Richie knows the code but not the ID of courses.
6c7da60 to
06b0584
Compare
Collaborator
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.




This PR is the first part of the issue #196 (feature user course wishlist)
This PR adds: