-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
OK so I'm looking into better automation for feeding the Schedule data into the app.
The easiest thing to do would just be to make the current CSV view non-authenticated like the current JSON view (https://www.socallinuxexpo.org/scale/23x/signs).
However, if we would like to collapse these, using the JSON is a simple change, except there's a bunch of changes that would need to happen:
- I need a long abstract that isn't HTML escaped (currently it's the short abstract, but with HTML escaping)
- I'd need a "Track" that's the same as the current "Topic" but again, without HTML escaping.
- Not sure if "name" is HTML escaped as well, but if so, a "title" that is the name but without escaping.
We'd want to keep the current fields as-is for the existing users, so these would be additional fields.
I don't have a preference on which route we take, either is fine with me.
Metadata
Metadata
Assignees
Labels
No labels