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

Change Notification Schedule Policy #1

Open
whdalsrnt opened this issue Sep 13, 2022 · 2 comments
Open

Change Notification Schedule Policy #1

whdalsrnt opened this issue Sep 13, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@whdalsrnt
Copy link
Member

When dispatching notifications through channels, we want to add the option of setting the schedule.
We would like to add an "All time" option so that alarms can be dispatched in any time.

@whdalsrnt
Copy link
Member Author

I have summarized the points that are not currently working in more detail.
As you can see in the picture, the current console is blocked for full time, which means 0:00 to 24:00.

Image

In the current development, selecting 0:00 to 23:00 means full-time.
This is the part that tells us why we need the full time option.

Image

The places where the schedule is used in the code are user_channel_service and project_channel_service.
We want to improve it by adding full-time options.

@whdalsrnt
Copy link
Member Author

The detailed progress is as follows.

  1. Full-time option function development
  2. Add the full-time option to the corresponding api's protobuffer.
  3. Test run in local environment
  4. Discuss API spec finalization with @whdalsrnt
  5. Test run in dev environment after PR

@whdalsrnt whdalsrnt added the enhancement New feature or request label Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants