feat: shared feedback router factory (closes #23) #28
No reviewers
Labels
No labels
architecture
backlog
enhancement
module:documents
module:hardware
module:manage
module:pipeline
module:voice
priority:backlog
priority:high
priority:medium
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/circuitforge-core#28
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/api-feedback"
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?
Summary
circuitforge_core.api.feedback.make_feedback_router(repo, product, demo_mode_fn)— a reusable FastAPIAPIRouterthat products include in one lineGET /status→{"enabled": bool},POST /→ creates a Forgejo issueDEMO_MODEenv varConsumer migrations
kiwi, snipe, and peregrine will replace their hand-rolled feedback endpoints in follow-up commits (tracked in this issue).
Test plan
pytest tests/test_api/ -v— 13/13 passingcircuitforge_core.api.feedbackafter merge