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

Determine how weekends should be discovered and treated in commands #321

Open
fmartingr opened this issue Aug 31, 2023 · 0 comments
Open

Comments

@fmartingr
Copy link
Contributor

fmartingr commented Aug 31, 2023

#discussion

Currently the /trigger tomorrow command displays events for the next natural day, but in most scenarios instead of the next natural day we want the next working day.

There are some handlers in pieces of code that avoid Saturdays and Sundays (for the daily reminder) but this is not for everyone.

The plugin must discover (from the provider configuration for example) or let the user setup their working days and either avoid them under tomorrow or add a new command that controls this behaviour.

Acceptance criteria

  • Determine how we can let/discover working days for users.
  • Determine if we should modify the tomorrow subcommand behaviour or create a new command.
  • Document findings in a new issue to handle the task.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant