Create an organisation entity
- Create an organisation entity
- Organisations have an id, a name, and a list of programmes they advertise to
- Change all references to TAMProgram to organisations instead
- Advertisements are still done to a programme, so after this change organisation has an
advertisesTo
field and TAMProgram has anadvertisedToBy
field.
- Advertisements are still done to a programme, so after this change organisation has an
- An Organisation also holds SubOrganisations if they exist already
Edited by Ruben Backx