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.
In multipleinstances we discuss how groups and qualifications sometimes serve a similar purpose and there is an overlap in functionality while sometimes it's not clear when to use what.
While they are similar, based on how they and features around it are built (Group is a builtin django model, Qualification has a uuid field) there is some inconsistent handling, like with the claim settings in Identity providers.
In multiple instances we discuss how groups and qualifications sometimes serve a similar purpose and there is an overlap in functionality while sometimes it's not clear when to use what. While they are similar, based on how they and features around it are built (Group is a builtin django model, Qualification has a uuid field) there is some inconsistent handling, like with the claim settings in Identity providers.