BLOG-104 Implement CRUD functionality for Posts #108

Merged
squid merged 5 commits from BLOG-104_post_create_and_update_routes into main 2025-08-02 14:35:27 +08:00

5 Commits

Author SHA1 Message Date
d5b7e81b27 BLOG-104 feat: add 404 response description for post update handler
All checks were successful
Frontend CI / build (push) Successful in 1m8s
Auto Comment On PR / add_improve_comment (pull_request) Successful in 17s
PR Title Check / pr-title-check (pull_request) Successful in 13s
2025-08-02 14:29:50 +08:00
451951f22a BLOG-104 feat: add URI format to preview_image_url in request and response DTOs; remove maximum constraints from color DTOs 2025-08-02 14:28:39 +08:00
d69482116c BLOG-104 refactor: use rfc3339 format datetime 2025-08-02 14:18:17 +08:00
30ec8651bb BLOG-104 feat: add order column to post_label and update related queries in PostDbServiceImpl 2025-08-02 13:41:14 +08:00
27c23367ad BLOG-104 feat: create and update post functionality with corresponding DTOs and handlers 2025-08-02 13:31:23 +08:00