Actions
Feature #1574
closedDates with hours, minutes and seconds
Status:
Closed
Priority:
Normal
Assignee:
Category:
Backend
Target version:
Start date:
2021-09-11
Estimated time:
Description
The INDIGO project will need dates with hours and minutes because if the data is already available (e.g. timestamps of pictures taken) we should track it.
We already use timestamp without time zone in the PostgreSQL database but we have to think about how to implement it in the user interface.
Implementation
We could call the option: dates_with_time and implement it similar to e.g. the "sub units" option:- Add this option at admin/modules to set a default for new user
- Add this option at profile/modules for users to override
- Forms: display 3 additional fields (hours/minutes/seconds) for dates if activated OR a time is already entered
- Validate and process forms accordingly
- Entity detail views: display time if not 00:00:00
- Update the manual accordingly
- Adaptions at the API? (not sure if needed)
Actions