Add html_content field to BoardOut schema #270
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/pal-e-api#270
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
feature
Lineage
Companion to forgejo_admin/pal-e-app#104
Repo
pal-e-api (pal-e-docs)
User Story
As a board viewer, I want to see the board note's content (User Stories, Architecture, Acceptance Criteria) rendered above the kanban columns so I have full context without navigating away.
Context
The
BoardOutschema does not includehtml_contentfrom the board's linked note. The frontend has no way to render board note content. This adds the field to the schema and populates it in_board_to_out().File Targets
src/pal_e_docs/schemas.py— Addhtml_content: str | None = NonetoBoardOutsrc/pal_e_docs/routes/boards.py— Populatehtml_contentfromboard_note.html_contentin_board_to_out()Acceptance Criteria
GET /boards/{slug}returnshtml_contentfieldnullTest Expectations
Constraints
Checklist
Related