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 details #1108

Open
Tracked by #1002
mike-mcnulty opened this issue Nov 1, 2024 · 0 comments
Open
Tracked by #1002

🛠️ [TASK] : Implement UI to setup campaign details #1108

mike-mcnulty opened this issue Nov 1, 2024 · 0 comments
Labels
ux/ui UX/UI related issues

Comments

@mike-mcnulty
Copy link

mike-mcnulty commented Nov 1, 2024

Summary

Implement UI to setup campaign details

Description

Child of #1002

As an admin user, I need to enter campaign details, so that my community can learn what my campaign is about.

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 detail questions

AC

  • If user selects "Setup Campaign Details" in left nav menu, then view jumps to component and selects it
  • Editable fields include campaign title, description, and cover image (file upload)
  • If user clicks "edit", put component into edit mode
  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ux/ui UX/UI related issues
Projects
Status: New
Development

No branches or pull requests

1 participant