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 basic campaign management #1192

Open
3 of 7 tasks
Tracked by #1002
mike-mcnulty opened this issue Nov 12, 2024 · 0 comments
Open
3 of 7 tasks
Tracked by #1002

πŸ› οΈ [TASK] : Implement basic campaign management #1192

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

Comments

@mike-mcnulty
Copy link

mike-mcnulty commented Nov 12, 2024

Summary

Implement basic campaign management

Description

Summary

Implement basic campaign management. This is the very basic implementation of campaign management, switching the campaign between draft and published

Description / user story

As an admin, I need the ability to change the status of a campaign, so I can control what is visible to end users.

Acceptance Criteria:

  • Show "Campaign Management" status in banner: Draft vs Published
  • When user click campaign management, launch modal
  • If user select draft, then campaign hidden from end users
  • If user select published, then campaign visible to end users
  • Update campaign status on backend if user makes new selection

Requirements:

  • Campaign Management button in the campaign builder opens Modal
  • Draft + save
  • Publish + save
  • Simple Campaign status chip, based on the selection

AC:

  • As we have one Campaign in MVE3, putting a campaign back to draft, save as draft, will 'unpublish campaign'.
  • On save draft status, modal closes updates status in top nav.
  • On publish status, modal closes updates status in top nav.
  • Campaign receives required flags based on user input.

Figma design: Basic Campaign management Modal

Relates to #1169

@mike-mcnulty mike-mcnulty added MVE3 ux/ui UX/UI related issues labels Nov 12, 2024
@mike-mcnulty mike-mcnulty added this to the M4: Voting & Delegation milestone Nov 12, 2024
@mike-mcnulty mike-mcnulty moved this from New to πŸ”– Ready in Catalyst Nov 14, 2024
@LynxLynxx LynxLynxx self-assigned this Dec 2, 2024
@LynxLynxx LynxLynxx moved this from πŸ”– Ready to πŸ— In progress in Catalyst Dec 2, 2024
@LynxLynxx LynxLynxx moved this from πŸ— In progress to πŸ‘€ In review in Catalyst Dec 3, 2024
@LynxLynxx LynxLynxx moved this from πŸ‘€ In review to πŸ›‘ Blocked in Catalyst Dec 3, 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
Status: πŸ›‘ Blocked
Development

No branches or pull requests

2 participants