SRF-Consulting-Group-Inc / iris

Intelligent Roadway Information System
GNU General Public License v2.0
2 stars 0 forks source link

Add Date and Time Picker Widgets #17

Open mgallagher01 opened 3 years ago

mgallagher01 commented 3 years ago

Various functions like Action Plans and the Report Generator require users to specify dates and times.

Currently, this requires the user to type in a properly formatted string of characters. This approach is cumbersome as it it time consuming and error prone.

A better approach is to implement a date picker (preferably with a calender metaphor UI) and some sort of time picker.

mgallagher01 commented 3 years ago

Still allow typed entry if picker is implemented.