-
Notifications
You must be signed in to change notification settings - Fork 282
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
Routine Operations #61
Comments
Prerequisite: Profiles (#72)Routine operations are best suited if they each have a separate profile. For instance, a user may want to disable a bunch of apps for a certain interval or immediately for that matter. Having profiles can help him achieving that easily. Features of a profile:
|
How is profiles going to be merged with routine opsAll routines are considered separate events: some are built-in (such as on reboot, on install, on uninstall, etc.) and some are user-defined (such as custom interval), and each event can be assigned multiple profiles. So, when an event is called, the operations stated in the profile will be executed. |
|
Prompt to restore data in the notification, if available. |
This should go in the settings page related to backup/restore, I think. |
It's important to add a feature that lets users execute various operations in a definite moment or event. These events are:
* May not be implemented
Routine operations can be performed on the following options:
2-5 also require a profile but the packages within the profile will be ignored. I may add an option for it in profiles later.
The text was updated successfully, but these errors were encountered: