-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request for spec: track vs. type #131
Comments
<track name="Sustainability & Climate Justice" color="#0084b0" slug="sustainability"/>
<track name="Hardware & Making" color="#44357e" slug="hardware-making"/>
<track name="Art & Beauty" color="#f9b000" slug="art-beauty"/>
<track name="Ethics, Politics & Society" color="#e40429" slug="ethics-politics-society"/>
<track name="CCC" color="#ffa500" slug="ccc"/>
<track name="Entertainment" color="#4d4d4c" slug="entertainment"/>
<track name="Science" color="#00a356" slug="science"/>
<track name="Security" color="#18386b" slug="security"/>
https://github.com/frab/frab/blob/7ddfe97fe8ca2466eba6277f9385808013e0ba30/app/models/event.rb#L10 TYPES = %w(lecture workshop podium lightning_talk meeting film concert djset performance other).freeze We could add these to the schedule.xsd as examples like in the json schema: schedule/validator/json/schema.json Lines 243 to 254 in 89a4a34
but first we should probably harmonise the values... there the repo also contains already an method for that: |
fwiw, in pretalx, event types are user generated, as such, harmonising the data will always be event-dependent. |
ℹ️ This topic was initially been posted here. In order to give everyone interested in the topic access to comment it was decided to continue the discussion here. This repository is more appropriate for more general topics related to the schedule data specification.
Context
Both the schedule.xml and schedule.json contain
track
andtype
nodes resp. properties for anevent
.The values of these properties are very similar - describing which category an event belongs to.
Android
In lack of a specification for these properties their values are merged in the 37C3 Fahrplan app, while giving
track
priority.Request for specification
I would like to find out about the original purpose of these properties in Pentabarf, Frab, Pretalx.
@saerdnaer , @toto, @manno, @rixx - please be welcome copy/paste your former responses here. That would be great.
The text was updated successfully, but these errors were encountered: