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

feat(cat-voices): Campaign managment status UI #1314

Merged
merged 6 commits into from
Dec 3, 2024

Conversation

LynxLynxx
Copy link
Contributor

@LynxLynxx LynxLynxx commented Dec 2, 2024

Description

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

Related Issue(s)

Related #1192

Description of Changes

  • widget that represents the status of the campaign
  • dialog that allows the user to change the status of the campaign
  • cubit that keep information about the campaign,

Screenshots

image image image

Please confirm the following checks

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream module

@LynxLynxx LynxLynxx added review me PR is ready for review ux/ui UX/UI related issues labels Dec 2, 2024
@LynxLynxx LynxLynxx self-assigned this Dec 2, 2024
@LynxLynxx LynxLynxx requested a review from minikin as a code owner December 2, 2024 21:59
@damian-molinski
Copy link
Contributor

Does it really resolves #1192 or maybe it will require some backend integration?

Copy link
Contributor

github-actions bot commented Dec 3, 2024

Test Report | ${\color{lightgreen}Pass: 346/346}$ | ${\color{red}Fail: 0/346}$ |

@LynxLynxx LynxLynxx changed the title feat(cat-voices): Campaign managment status feat(cat-voices): Campaign managment status UI Dec 3, 2024
@LynxLynxx LynxLynxx requested a review from dtscalac December 3, 2024 10:59
dtscalac
dtscalac previously approved these changes Dec 3, 2024
Copy link
Contributor

@dtscalac dtscalac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

github-actions bot commented Dec 3, 2024

Test Report | ${\color{lightgreen}Pass: 346/346}$ | ${\color{red}Fail: 0/346}$ |

Copy link
Contributor

github-actions bot commented Dec 3, 2024

Test Report | ${\color{lightgreen}Pass: 346/346}$ | ${\color{red}Fail: 0/346}$ |

@LynxLynxx LynxLynxx merged commit c186759 into mve3 Dec 3, 2024
30 of 31 checks passed
@LynxLynxx LynxLynxx deleted the feat/1192-campaign-managment branch December 3, 2024 11:48
LynxLynxx added a commit that referenced this pull request Dec 4, 2024
* feat: campaign managment status

* fix: structure of the project

* fix: earthfile

* docs: adding docs for campaign enums

* fix: whitespacing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review me PR is ready for review ux/ui UX/UI related issues
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants