Frontend for sphinx tribes and bounties. The bounty platform that pays out in bitcoin. Sign up with Sphinx Chat, complete a bounty, and earn bitcoin! Go to our website for available bounties.
Implement a new Phase Planner view allowing Product Managers to create and edit multiple work tickets within a phase. This view integrates with the existing ticket builder system (ref: stakwork/sphinx-tribes-frontend#659) to streamline ticket creation workflow.
Context
Implement a new Phase Planner view allowing Product Managers to create and edit multiple work tickets within a phase. This view integrates with the existing ticket builder system (ref: stakwork/sphinx-tribes-frontend#659) to streamline ticket creation workflow.
Requires ticket: https://github.com/stakwork/sphinx-tribes-frontend/issues/659
Task
/feature/{UUID}/phase/{UUID}/planner
Outcome
A new Phase Planner page where Product Managers can dynamically add multiple ticket components for batch editing.
Design
UI Layout
The page will be populated as follows from Tribes endpoints:
r.Get("/{uuid}", featureHandlers.GetFeatureByUuid)
r.Get("/{feature_uuid}/phase/{phase_uuid}", featureHandlers.GetFeaturePhaseByUUID)
Interactions
ON Load page will check for Tickets by Phase UUID.
Ticket n
where n is +1 the previous ticket will be loaded on the form.Acceptance Criteria