Files @ 2a720bd46bb4
Branch filter:

Location: symposion_app/fixtures/2021/conference.section.json

Joel Addison
Tickets for LCA2021

Disable lots of inventory that does not exist for a virtual conf.
Add Swag Badge category and product.
Adjust attendee profile to hide irrelevant questions.
[
{
  "model": "symposion_conference.section",
  "pk": 1,
  "fields": {
    "conference": 1,
    "name": "Main Conference",
    "slug": "main",
    "start_date": "2021-01-23",
    "end_date": "2021-01-25"
  }
},
{
  "model": "symposion_conference.section",
  "pk": 2,
  "fields": {
    "conference": 1,
    "name": "MiniConf",
    "slug": "miniconf",
    "start_date": null,
    "end_date": null
  }
}
]