-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
apiIssues/PRs dealing with REST endpoints.Issues/PRs dealing with REST endpoints.area:storiesIssues/PRs related to the Stories domain (entity, repository, service, controller, feed, deletion)Issues/PRs related to the Stories domain (entity, repository, service, controller, feed, deletion)backendWork related to APIs, services, or controllers.Work related to APIs, services, or controllers.javaPull requests that update java codePull requests that update java coderoadmapPlanned feature or strategic goal from the project roadmap.Planned feature or strategic goal from the project roadmap.type:testTest coverage or new tests for backend types, DTOs, or models.Test coverage or new tests for backend types, DTOs, or models.
Milestone
Description
Area / Component
Stories endpoints (POST /api/stories, GET /api/stories, GET /api/me/stories, DELETE /api/stories/{id})
Test Cases
- Unauthenticated requests return
401 UNAUTHENTICATEDenvelope. - POST creates story (201) and returns body with timestamps.
- GET feed respects
limitandbefore; newest-first. - GET me/stories returns only self stories.
- DELETE: 204 owner; 403 non-owner; 404 unknown id.
Target Release
v0.1.2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
apiIssues/PRs dealing with REST endpoints.Issues/PRs dealing with REST endpoints.area:storiesIssues/PRs related to the Stories domain (entity, repository, service, controller, feed, deletion)Issues/PRs related to the Stories domain (entity, repository, service, controller, feed, deletion)backendWork related to APIs, services, or controllers.Work related to APIs, services, or controllers.javaPull requests that update java codePull requests that update java coderoadmapPlanned feature or strategic goal from the project roadmap.Planned feature or strategic goal from the project roadmap.type:testTest coverage or new tests for backend types, DTOs, or models.Test coverage or new tests for backend types, DTOs, or models.