You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During Camp2023 we came across an Event which took longer than 24h (due to a user input validation error) which broke the Android app as it was not cleary specified if 1:00:00 is H:MM:SS aka 1h or D:HH:MM aka 1day = 24h.
We could an a comment or validation to the XML + JSON schema to check for this issue. Normally the content of the duration field is ony HH:MM eh 1:15 for a 75 minute session
During Camp2023 we came across an Event which took longer than 24h (due to a user input validation error) which broke the Android app as it was not cleary specified if 1:00:00 is H:MM:SS aka 1h or D:HH:MM aka 1day = 24h.
EventFahrplan/EventFahrplan#561
We could an a comment or validation to the XML + JSON schema to check for this issue. Normally the content of the duration field is ony HH:MM eh
1:15
for a 75 minute sessionschedule/validator/json/schema.json
Lines 397 to 402 in e3bd7df
schedule/validator/xsd/schedule.xml.xsd
Lines 109 to 113 in e3bd7df
The text was updated successfully, but these errors were encountered: