-
Notifications
You must be signed in to change notification settings - Fork 5
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
Implement domain SimpleArticle
#31
Labels
enhancement
New feature or request
Comments
jiwooo-kim
added a commit
to jiwooo-kim/kiworkshop-community
that referenced
this issue
Aug 20, 2019
- Add domain `Post` - Add domain `Tag`
jiwooo-kim
added a commit
to jiwooo-kim/kiworkshop-community
that referenced
this issue
Aug 20, 2019
jiwooo-kim
added a commit
to jiwooo-kim/kiworkshop-community
that referenced
this issue
Aug 21, 2019
- originalFileName - storedFileName
jiwooo-kim
added a commit
to jiwooo-kim/kiworkshop-community
that referenced
this issue
Sep 3, 2019
- Change LocalDateTime to ZonedDateTime - Add imageUrls fileds to domain `Post`
jiwooo-kim
added a commit
to jiwooo-kim/kiworkshop-community
that referenced
this issue
Sep 25, 2019
- Delete url field - Add viewCount field to `Post`
jiwooo-kim
added a commit
that referenced
this issue
Oct 10, 2019
* [#31] Implement domain layer - Add domain `Post` - Add domain `Tag` * [#31] Obey to checkstyle * [#31] Add file name fields to Post.java - originalFileName - storedFileName * [#31] Change some fields of domain - Change LocalDateTime to ZonedDateTime - Add imageUrls fileds to domain `Post` * [#31] Refactor some fields of domain - Delete url field - Add viewCount field to `Post`
jiwooo-kim
added a commit
to jiwooo-kim/kiworkshop-community
that referenced
this issue
Oct 24, 2019
jiwooo-kim
added a commit
to jiwooo-kim/kiworkshop-community
that referenced
this issue
Nov 6, 2019
- Refactor Article, Tag domain - Add article.http
jiwooo-kim
added a commit
that referenced
this issue
Dec 17, 2019
* [#31] Implement domain layer - Add domain `Post` - Add domain `Tag` * [#31] Obey to checkstyle * [#31] Add file name fields to Post.java - originalFileName - storedFileName * [#31] Change some fields of domain - Change LocalDateTime to ZonedDateTime - Add imageUrls fileds to domain `Post` * [#31] Refactor some fields of domain - Delete url field - Add viewCount field to `Post` * [#33] Implement Controller layer - Add PostController.java - Add PostRequestDto.java - Add PostResponseDto.java * [#33] Change class name * [#31] Implement domain layer of SimpleArticle * [#34] Implement Service layer of SimpleArticle * [#34] Refactor Controller and Service * [#31] Refactor domain - Refactor Article, Tag domain - Add article.http * [#34] Change method sequence * [#34] Add IntTest
myeongjae-kim
pushed a commit
that referenced
this issue
Jul 23, 2020
* [#31] Implement domain layer - Add domain `Post` - Add domain `Tag` * [#31] Obey to checkstyle * [#develop] add other content api * [#62] add tag-api module settings * [#62] Implement tag api * [#62] delete duplicated settings * [#62] refactor codes * [#62] add custom exception and exception controller - TagNotFoundException.java - ExceptionController.java * [#62] delete unused statement * [#62] add Tag tests * [#62] add TagContent tests * [#62] fix variable name - 'tableContent' to 'contentType' * [#62] add tagContent test * [#62] change tagContent api * [#62] add TagService test * [#62] add TagController test * [#62] add tag test fixture * [#62] fix service - list to page * [#62] add restdocs Co-authored-by: Jiwoo,Kim <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: