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
This topic again surfaces for Chemnitzer Linux-Tage 2025. Their schedule.xml uses dd:HH:mm, e.g. <duration>1:00:00</duration>. This breaks the rendering in the EventFahrplan app.
Hence, it would be great if we can sort this out in the specification to avoid future errors.
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: