Skip to content

Automating exports for the mobile app #244

@jaymzh

Description

@jaymzh

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:

  1. I need a long abstract that isn't HTML escaped (currently it's the short abstract, but with HTML escaping)
  2. I'd need a "Track" that's the same as the current "Topic" but again, without HTML escaping.
  3. 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions