-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement fetching related reviews of a lecture (#82)
* feat(lectures): define entry for GET /lectures/:lectureId/related-reviews * feat(lecture): impl svc level queries * feat(review): implement ReviewRepository#getRelatedReviewsOfLecture * refactor(review): use common expression snippet * refactor(repositories): use EReview.Details (@doxylee) * refactor(repositories): use orderFilters of search utils (@doxylee) * refactor(lectures): rename (@doxylee) * docs(lectures): add comment
- Loading branch information
1 parent
ed3c692
commit 18039e5
Showing
3 changed files
with
102 additions
and
2 deletions.
There are no files selected for viewing
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