Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Option to only print announcements, when a new role has been obtained #81

Open
ConnysCode opened this issue Sep 8, 2023 · 1 comment
Assignees
Labels
Bot Issue regarding XP8. Dashboard Issue regarding the dashboard. feature
Milestone

Comments

@ConnysCode
Copy link
Member

There should be an option on the dashboard, to only print the announcement, when a new role has been obtained.


Suggested by: 277950020102258698
Thread: 1086123870618136636

@ConnysCode ConnysCode moved this to Todo in XP Board Sep 8, 2023
@ConnysCode ConnysCode added Bot Issue regarding XP8. Dashboard Issue regarding the dashboard. labels Sep 8, 2023
@ConnysCode ConnysCode moved this from Open to In Progress in XP Board Sep 9, 2023
@ConnysCode
Copy link
Member Author

@angelsflyinhell Added a new property to the announce model.

The announce Model now has a child-object named "conditions". Maybe we want to add multiple conditions in the future.

  • onlyOnNewRole defaults to false.
interface announceModel {
  announce: {
    // ...
    conditions: {
      onlyOnNewRole: boolean;
    };
  };
}

@ConnysCode ConnysCode moved this from In Progress to Open in XP Board Sep 9, 2023
@ConnysCode ConnysCode added this to the XP 8 Launch milestone Sep 9, 2023
@ConnysCode ConnysCode moved this from Open to Backlog in XP Board Sep 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bot Issue regarding XP8. Dashboard Issue regarding the dashboard. feature
Projects
Status: Backlog
Development

No branches or pull requests

2 participants