Files @ 2a720bd46bb4
Branch filter:

Location: symposion_app/fixtures/2021/proposals.proposalkind.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_proposals.proposalkind",
  "pk": 1,
  "fields": {
    "section": 1,
    "name": "Talk",
    "slug": "talk"
  }
},
{
  "model": "symposion_proposals.proposalkind",
  "pk": 3,
  "fields": {
    "section": 2,
    "name": "Miniconf",
    "slug": "miniconf"
  }
}
]