Skip to content

Releases: OpenPecha/WeBuddhist-Backend

v1.10.0

01 May 10:02
db14057

Choose a tag to compare

🚀 Sprint Release Notes: Sprint 10 - WeBuddhist-Backend

Date: 2026-05-01 | Version: v1.10.0 | Status: Shipped | Repository: OpenPecha/WeBuddhist-Backend


Summary

This sprint delivered 1 item(s) in OpenPecha/WeBuddhist-Backend.

✨ New Features

  • Studio side GET api for start date: Description :
    We need update with start date for GET api for studio side
    Implementation :
  • code implement
  • write test case
  • test in swagger
    Endpoint :
GET /cms/plans/{plan_id}
`

---
*Generated from GitHub Project Board - Sprint 10*

v1.8.0

09 Apr 10:32
08d5798

Choose a tag to compare

🚀 Sprint Release Notes: Sprint 8 - WeBuddhist-Backend

Date: 2026-04-09 | Version: v1.8.0 | Status: Shipped | Repository: OpenPecha/WeBuddhist-Backend


Summary

This sprint delivered 4 item(s) in OpenPecha/WeBuddhist-Backend.

✨ New Features

  • DELETE time block (soft delete): ## Context
    Soft deletes a time block by setting deleted_at. Sessions stay in DB but are excluded from GET. Doesn't affect plan enrollments or recitations.

Endpoint

`DELETE /api/v1/routines/{rou

  • POST Create time block: ## Context
    Adds a new time block with sessions to an existing routine.

Endpoint

POST /api/v1/routines/{routine_id}/time-blocks

Headers

| Header | Required | Description |
|--------|-------

  • GET user's routine: ## Context
    Returns all time blocks with resolved session details, paginated.

Endpoint

GET /api/v1/users/me/routine

Headers

Header Required Description
  • PUT Update time block: ## Context
    Replaces a time block and all its sessions (delete existing → insert new). Called when user modifies sessions or changes time/notification.

Endpoint

`PUT /api/v1/routines/{routine_id}/


Generated from GitHub Project Board - Sprint 8