You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an admin user, I need to configure and detail the categories for a campaign, so that I can define the intended impact, budget, and rules for each category.
GIVEN an admin user logged in with API key
WHEN create a new campaign OR select existing campaign
THEN allow admin user to input JSON to configure category details and category questions
AND THEN render categories in UI
AND THEN allow admin user to edit category details and questions from editor
AC
If user selects "Setup Categories" in left nav menu, then view jumps to component and selects it
If user clicks "config" then display JSON editor
If user clicks cancel from within JSON editor, then close without saving
If user clicks save from within JSON editor, then save and close (refresh)
Component renders saved JSON as categories
If user clicks "Detail Category" then launch category details editor
If user clicks "Detail Questions" then launch category questions editor
User can edit category details, category questions, and category answer input types / data validations
User can see input type and data validations for each field, but not edit them directly
User can see timestamp and user of latest updates
Integration
GIVEN admin key GET brand
GIVEN brand GET campaigns
GIVEN campaign GET categories
GIVEN admin key UPDATE category
The text was updated successfully, but these errors were encountered:
Summary
Implement UI to setup category (simple)
Description
Child of #1002
As an admin user, I need to configure and detail the categories for a campaign, so that I can define the intended impact, budget, and rules for each category.
GIVEN an admin user logged in with API key
WHEN create a new campaign OR select existing campaign
THEN allow admin user to input JSON to configure category details and category questions
AND THEN render categories in UI
AND THEN allow admin user to edit category details and questions from editor
AC
Integration
GIVEN admin key GET brand
GIVEN brand GET campaigns
GIVEN campaign GET categories
GIVEN admin key UPDATE category
The text was updated successfully, but these errors were encountered: