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

Preview schedule #56

Closed
zero88 opened this issue Jul 28, 2023 · 0 comments · Fixed by #58
Closed

Preview schedule #56

zero88 opened this issue Jul 28, 2023 · 0 comments · Fixed by #58
Assignees
Milestone

Comments

@zero88
Copy link
Owner

zero88 commented Jul 28, 2023

Is your feature request related to a problem? Please describe.
Add preview for each kind of trigger

Describe the solution you'd like

interface Trigger {
    List<OffsetDateTime> preview();
    List<OffsetDateTime> preview(PreviewParameter parameter);
}
@zero88 zero88 self-assigned this Jul 28, 2023
zero88 added a commit that referenced this issue Aug 1, 2023
zero88 added a commit that referenced this issue Aug 1, 2023
@zero88 zero88 closed this as completed in #58 Aug 1, 2023
@zero88 zero88 added this to the 2.0.0 milestone Aug 16, 2023
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

Successfully merging a pull request may close this issue.

1 participant