Aam-Digital / ndb-core

Easy-to-use case management web app for NGOs anywhere in the world.
http://www.aam-digital.com
GNU General Public License v3.0
55 stars 18 forks source link

Refactor ChildSchoolRelation entity type into a more generic base class for m-n relations #2512

Open sleidig opened 1 month ago

sleidig commented 1 month ago

see ChildSchoolRelation class: This has originally been hard-coded for linking Child and School entities but should become a generic base entity (like TimePeriod). Refactor, rename and rework the special components like ChildSchoolOverviewComponent, so that all of that is more generic.