-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
Schedule repeat end date / execution count #676
Comments
Hi @UrekD great idea, thanks. Feel free to submit PR for backend. |
Hey @bugy, yeah I figured it would be much easier to edit the vue and build it than the manual js editing I did like an idiot before xD After managing to get it to build on windows, I managed to construct the box shown below. If you are happy with the structure of that I'll move onto the functional part. As you can see the styling is not good with that, if there is an easy way to handle that I'd appreciate that. The yet unformatted additions can be found here. |
Looks very good to me! If you struggle too much with styling, you can leave it for me |
Extend repeat schedule functionality #676
Hey,
For scheduling repeatable task it would be nice to have extra options to specify when the task should stop/not be executed anymore or how many times a task should execute.
For I instance I reworked the current repeatable option to require the end time to satisfy our needs as:
I'm open to working on a proper implementation, but I'd need someone to do the frontend, as I'm terrible with that.
The text was updated successfully, but these errors were encountered: