opencast / opencast-admin-interface

A modern admin user interface for Opencast
https://admin-interface.opencast.org
Educational Community License v2.0
1 stars 24 forks source link

Filter for start date allows end before start date #920

Open marcusm7 opened 1 month ago

marcusm7 commented 1 month ago

(The same day for start and end bug which returned an empty list has been fixed - works for me. Thanks. :) The filter for start date allows end before start date.

Steps:

This shouldn't be possible.

System: PC, Linux, Firefox 130.0.1 (64-bit), Opencast 16.x – b0e0131 – built on 2024-09-29

image

Suggestion: A date range picker which allows to pick start and end in the same picker (to safe the user some clicks). image

related: https://github.com/opencast/opencast-admin-interface/issues/614 addresses date picker issues, too.

snoesberger commented 1 week ago

I agree with @marcusm7, a date range picker would be much more user friendly (see also this issue #948 ). Looking at the source code, I can see that the MUI DatePicker is currently used. There is also a MUI DateRangePicker, but you have to pay for it. From my point of view it would therefore make sense to replace the MUI DatePicker with something free that also allows date range picking. And to have just one dependency and a consistent design, replace the date picker also in other places in the admin UI (and at the same time address #614).