-
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.
feat: add some api of workspace (#2)
* feat: add api of creating workspace * style: move file * feat: add api of joining workspace and seeing workspace password * refactor: modify status code of exception handling * feat: add api of matching workspace password * refactor: modify fixtures * refactor: move responsibility for mapping value of query param from enum to converter * feat: add api of seeing workspaces joined * feat: add api(not fully) of seeing all workspaces * feat: add api of starting workspace * test: supplement test of joining in workspace * feat: add api of leaving workspace * style: reformatting
- Loading branch information
Showing
51 changed files
with
2,009 additions
and
242 deletions.
There are no files selected for viewing
100 changes: 84 additions & 16 deletions
100
src/main/java/gymmi/controller/WorkspaceController.java
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
Oops, something went wrong.