-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: remove unused validate * fix: add subject into userExam * feat: create api get all documents by subjectId * fix: remove validation for author field in DocumentDto * fix: update response of verifyAccessToken * fix: update response of verifyAccessToken * fix: add userInfo into response refreshToken * fix: add subject to response of getDocumentBySubject api * feat: create api get a subject by id * feat: create unique for subject_name * fix: return code and message error when create duplicate subject * feat: update auth api for the admin * fix: refreshToken response * feat: [update api approve subject] * fix: error response * fix: [TOKEN_EXPIRED response] * feat: [add api update is_approved for admin] * feat: api create new document for admin * feat: [Pagination for all of api get all] * feat: [update metadata(total, currentPage, pageSize) in response] * fix: [resolve conflict] * fix: [resolve conflict] * feat: [default sort with desc] * feat/#135 (#136) * feat/#138 (#139) * feat: allow users outside the organization * fix: typo * feat: softDelete * feat: [delete plugin] * feat: [api update document & exam by admin and own] * feat: [Update api documentation and exam by admin and owner] * feat: [...] * feat: [:boom:][change the structure, logic, algorithms related to userExam and scoring] * feat: [...] * feat: [test workflows] * feat: [test workflows] * feat: [test workflows] * feat: [:zap:][add is_show_info & nickname to user and handle hide userinfo if required] * fix: [convert pageSize & currentPage from string to number in pipeline] * fix: [change Dockfile] * fix: [author array to object in response] * feat: [...] * feat/#146 (#151) * feat: [add questions into response of draft exam] * fix: return wrong hideUserInfoIfRequired * fix: missing hideUserInfoIfRequired() in GetAllDocumentByAdmin() * feat/#155 (#156) * feat/#155 * fix resolve conflicts [feat/#155] * fix feat/#155 reslove conflicts * feat/#160 (#161) * feat/#160 * fix [feat/#160] * fix [feat/#160] 2 * fix [feat/#160] 3 * Feat/#162 (#163) * feat/#162 * fix feat/#162 --------- Co-authored-by: Loc Xuan Dao <[email protected]> Co-authored-by: dungnguyenn1103 <[email protected]>
- Loading branch information
1 parent
04118e1
commit ef490a1
Showing
9 changed files
with
137 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
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
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