xwikisas / application-antivirus

Keeps your XWiki instance safe by scanning file attachments for viruses or malware.
GNU Lesser General Public License v2.1
0 stars 1 forks source link

Expose the configuration of the scheduled scan in Administration #8

Open Enygma2002 opened 6 years ago

Enygma2002 commented 6 years ago

We need an easier way to configure the scheduler job directly from Administration.

Right now, an admin needs to go to the Scheduler Application's UI in order to find the Antivirus Job, to edit its cron expression in order to use a different scheduling.

We would have 2 options:

  1. The easiest is to simply add a link to the job's page, in edit mode, in the Antivirus Application's administration
  2. The alternative would be to configure the schedule directly in the administration UI, maybe in a Google Calendar style: date picker + repeat period (daily, weekly, monthly, etc.). Might be more complicated to implement it right and have a good UX.