Skip to content
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

feat: implement create post api #185

Closed
wants to merge 1 commit into from

Conversation

xxiihdc
Copy link
Contributor

@xxiihdc xxiihdc commented Aug 7, 2024

Pull Request types

  • ✨ New Feature

Description

Implement api for create new posts

Checklist

  • 1. Build successfully on local
  • 2. Format all code files included in the PR
  • 3. No more unconfirmed specs in the PR
  • 4. Tested the normal case and error cases following specs
  • 5. Is there a refactor to the old code? If yes, have you tested the old function and noted the impact yet?
  • 6. Loops have a set length and correct termination conditions
  • 7. There aren't any redundant or duplicate codes in PR (clean code)
  • 8. There aren't any hard-coded in the code in PR
  • 9. Optimization logic handling and optimizations SQL (for example, don't get redundant data or add an index to optimize performance, query only necessary fields...)
  • 10. Update issue status and add PR link to the issue

Evidence

(Screenshot or Video)

Discussion

@xxiihdc xxiihdc changed the title WIP: feat: implement create post api feat: implement create post api Aug 7, 2024
@xxiihdc xxiihdc marked this pull request as draft August 7, 2024 03:57
@xxiihdc xxiihdc linked an issue Aug 7, 2024 that may be closed by this pull request
@xxiihdc xxiihdc self-assigned this Aug 7, 2024
@khuongln-1346 khuongln-1346 deleted the branch develop August 23, 2024 02:53
@lamngockhuong lamngockhuong deleted the feature.150.impl-create-post-api branch August 23, 2024 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature (Post Module): Implement create post API
2 participants