ephios-dev / ephios

ephios is a django web application for managing participation for services at events, like paramedics at a festival, lifeguards at the beach, referees and judges at competitions, etc.

Home Page:https://ephios.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Section based signup: nested JSON is string-encoded in API event list

felixrindt opened this issue · comments

Signup configuration:

 "signup_configuration": {
    "minimum_age": null,
    "signup_until": null,
    "user_can_decline_confirmed": false,
    "choose_preferred_section": true,
    "sections": "[{'title': 'Wachleiter', 'qualifications': [], 'min_count': 1, 'uuid': '89730a15-92a1-4474-bd23-f07b7dab538b'}, {'title': 'Sani', 'qualifications': [2], 'min_count': 1, 'uuid': 'f895a4dc-e9e0-4e1d-8037-9bec1e210b27'}, {'title': 'Bootsführer', 'qualifications': [28], 'min_count': 0, 'uuid': '0dc1fa34-a4e9-4549-a09c-8898c59ed3e1'}]"
},

The sections item should contain json directly.

woopsy daisy, this actually only happens with beachguard signup. moved to https://github.com/jeriox/ephios-signup-beachguard/issues/4

you can also transfer issues between repos :D