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

feat: adds ability to archive tasks #837

Closed
wants to merge 3 commits into from

Conversation

KitArmstrong
Copy link

Tasks can now be archived using a new class attribute that is set in any classes inheriting from the MaintenanceTasks::Task parent class.

Archived tasks will be shown at the bottom of the UI in a new section with an 'archived' task. In the detailed view, the previous runs will still display but the task cannot be run. To run the task it would need to be unarchived. This was done to prevent someone from accidentally running a task that should no longer be used.

Before:

before.mov

After:

after.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant