Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸ› οΈ [TASK] : Implement UI to setup campaign stages #1109

Closed
Tracked by #1002
mike-mcnulty opened this issue Nov 1, 2024 · 1 comment
Closed
Tracked by #1002

πŸ› οΈ [TASK] : Implement UI to setup campaign stages #1109

mike-mcnulty opened this issue Nov 1, 2024 · 1 comment
Assignees
Labels
MVE3 ux/ui UX/UI related issues

Comments

@mike-mcnulty
Copy link

mike-mcnulty commented Nov 1, 2024

Summary

Implement UI to setup campaign stages

Description

Child of #1002

As an admin user, I need to enter the start and end dates to each campaign stage, so that my community knows what's coming and when they need to take action.

GIVEN an admin user logged in with API key
WHEN create a new campaign OR select existing campaign
THEN allow admin user to edit preset campaign timeline details

Acceptance Criteria

  • If user selects "Setup Campaign Stages" in left nav menu, then view jumps to component and selects it
  • Editable fields include:
    • Campaign Start
    • Campaign End
  • If user clicks "edit", put component into edit mode
    • User can select date from date picker
    • User can select time from dropdown showing 1hr increments
    • User can switch between local time zone and UTC for setting times
  • If user clicks "cancel" while in edit mode, then go to view mode without saving changes
  • If user clicks "save" while in edit mode, then save changes to backend and return to view mode (refresh data?)

Integration
GIVEN admin key GET brand
GIVEN brand GET campaigns
GIVEN admin key UPDATE campaign

Designs

@mike-mcnulty
Copy link
Author

@nielskijf need to define time zone setting. Dropdown? Search? Simple toggle between my local vs UTC?

@Mr-Leshiy Mr-Leshiy moved this from New to πŸ”– Ready in Catalyst Nov 18, 2024
@dtscalac dtscalac moved this from πŸ”– Ready to πŸ— In progress in Catalyst Dec 12, 2024
@dtscalac dtscalac self-assigned this Dec 12, 2024
@dtscalac dtscalac moved this from πŸ— In progress to πŸ‘€ In review in Catalyst Dec 16, 2024
@dtscalac dtscalac moved this from πŸ‘€ In review to πŸ”¬ Ready For QA in Catalyst Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MVE3 ux/ui UX/UI related issues
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants