• Joined on 2025-01-06
squid closed issue squid/blog#104 2025-08-02 14:35:28 +08:00
Post creating and updating routes
squid merged pull request squid/blog#108 2025-08-02 14:35:28 +08:00
BLOG-104 Implement CRUD functionality for Posts
squid commented on pull request squid/blog#108 2025-08-02 14:35:17 +08:00
BLOG-104 Implement CRUD functionality for Posts

**The published_time field is marked as required in the OpenAPI schema, but its Rust
type Option indicates it's optional. This creates an…

squid created pull request squid/blog#108 2025-08-02 14:32:46 +08:00
BLOG-104_post_create_and_update_routes
squid created branch BLOG-104_post_create_and_update_routes in squid/blog 2025-08-02 14:29:54 +08:00
squid pushed to BLOG-104_post_create_and_update_routes at squid/blog 2025-08-02 14:29:54 +08:00
d5b7e81b27 BLOG-104 feat: add 404 response description for post update handler
451951f22a BLOG-104 feat: add URI format to preview_image_url in request and response DTOs; remove maximum constraints from color DTOs
d69482116c BLOG-104 refactor: use rfc3339 format datetime
30ec8651bb BLOG-104 feat: add order column to post_label and update related queries in PostDbServiceImpl
27c23367ad BLOG-104 feat: create and update post functionality with corresponding DTOs and handlers
Compare 5 commits »
squid deleted branch BLOG-105_lable_create_and_update_routes from squid/blog 2025-08-02 10:46:02 +08:00
squid pushed to main at squid/blog 2025-08-02 10:46:02 +08:00
71528294ae BLOG-105 Implement CRUD functionality for Labels (#107)
squid merged pull request squid/blog#107 2025-08-02 10:46:00 +08:00
BLOG-105 Implement CRUD functionality for Labels
squid closed issue squid/blog#105 2025-08-02 10:46:00 +08:00
Label creating and updating routes
squid commented on pull request squid/blog#107 2025-08-02 10:45:18 +08:00
BLOG-105 Implement CRUD functionality for Labels

**The update_label method in LabelDbServiceImpl already handles the case where the
label is not found by checking rows_affected and returning…

squid pushed to BLOG-105_lable_create_and_update_routes at squid/blog 2025-08-02 10:44:41 +08:00
234b337519 BLOG-105 fix: remove unnecessary label retrieval before updating label
squid created pull request squid/blog#107 2025-08-02 10:41:09 +08:00
BLOG-105 Implement CRUD functionality for Labels
squid pushed to BLOG-105_lable_create_and_update_routes at squid/blog 2025-08-02 10:32:42 +08:00
8f9a32948f BLOG-105 fix: update post endpoint to remove '/all' from the path for consistency
squid pushed to BLOG-105_lable_create_and_update_routes at squid/blog 2025-08-02 10:30:47 +08:00
646b2db73b BLOG-105 feat: implement label management features including creation, retrieval, and updating of labels
squid created branch BLOG-105_lable_create_and_update_routes in squid/blog 2025-08-02 10:30:47 +08:00
squid deleted branch BLOG-103_backend_api_doc from squid/blog 2025-08-02 06:51:39 +08:00
squid pushed to main at squid/blog 2025-08-02 06:51:39 +08:00
e255e076dc BLOG-103 Add API documentation with Utoipa (#106)
squid closed issue squid/blog#103 2025-08-02 06:51:37 +08:00
Backend API document
squid merged pull request squid/blog#106 2025-08-02 06:51:37 +08:00
BLOG-103 Add API documentation with Utoipa