This task is part of improving the describe step of the Upload Wizard on Commons T358765.
As part of this ticket we will be making some improvements to the date of creation field such as simplifying the input, using EXIF data as a starting point and provide guidance to the user.
Link to UI
- Replace the grouped button with a single button to access the calendar as shown in the UI
- The text input is always editable even after the user has selected a date from a date component. (Added June 28)
- If the file is ‘own work’ and has a date in the EXIF show that date in the date field by default with a message as shown here
- If the file is ‘not own work’ do not use the date in EXIF to pre-fill the date field
- Tapping on calendar icon shows the existing calendar widget where users will be able to choose a date
- The format of the date will be displayed in input box will be the same as what shows in wikitext (Added June 28)
- If the user picks a date in the future show the error message as shown here
- Allow users to enter their own date or time period in the input box.
- When the user is typing the date, check if the format is a valid format that we can copy to SD if not show the message as shown here (Updated June 28)
- If the user choses a date from the calendar widget remove the above message and replace the previously typed input with date selected.
- If we detect that the user has typed the valid full date then remove the above message (Added June 28)
- If the user proceeds without entering the date show the error message as shown here
- Attempt to automatically convert the entered date into a format suitable for structured data. If that conversion fails, only include the date in the wikitext.
- "Copy information to other uploads" continues to work