backend/src/models/entities
Nicolai Ort ae589aeb54 Merge branch 'dev' into feature/105-addresses
# Conflicts:
#	src/errors/AddressErrors.ts
#	src/models/actions/create/CreateAddress.ts
#	src/models/actions/create/CreateDonor.ts
#	src/models/actions/create/CreateGroupContact.ts
#	src/models/actions/create/CreateParticipant.ts
#	src/models/actions/create/CreateRunner.ts
#	src/models/actions/create/CreateRunnerOrganisation.ts
#	src/models/actions/update/UpdateDonor.ts
#	src/models/actions/update/UpdateRunner.ts
#	src/models/actions/update/UpdateRunnerOrganisation.ts
#	src/models/entities/Address.ts
#	src/models/entities/IAddressUser.ts
#	src/models/entities/RunnerOrganisation.ts
#	src/models/responses/ResponseParticipant.ts
#	src/tests/donors/donor_add.spec.ts
#	src/tests/donors/donor_update.spec.ts
#	src/tests/runnerOrgs/org_add.spec.ts
#	src/tests/runnerOrgs/org_delete.spec.ts
#	src/tests/runnerOrgs/org_update.spec.ts
#	src/tests/runnerTeams/team_update.spec.ts
#	src/tests/runners/runner_update.spec.ts
2021-01-16 21:15:02 +01:00
..
Address.ts 🚀Bumped version to v0.1.1 2021-01-16 21:05:43 +01:00
DistanceDonation.ts Implemented the distance donation response 2021-01-12 18:20:36 +01:00
Donation.ts Implemented the donation response 2021-01-12 18:16:09 +01:00
Donor.ts Added donor donation amount to the donor response 2021-01-13 17:32:10 +01:00
FixedDonation.ts Implemented the donation response 2021-01-12 18:16:09 +01:00
GroupContact.ts Removed the IAddressUser Interface entity 2021-01-16 16:50:04 +01:00
Participant.ts Removed the IAddressUser Interface entity 2021-01-16 16:50:04 +01:00
Permission.ts Implemented the second round of the toResponse normalisationf for all classes 2021-01-03 19:18:31 +01:00
Principal.ts Code + comment cleanup for the entities 2020-12-21 15:29:32 +01:00
Runner.ts Fixed runner scan validation bug 2021-01-07 16:59:57 +01:00
RunnerCard.ts Implmented the EAN generation 2021-01-09 12:24:05 +01:00
RunnerGroup.ts Implemented the second round of the toResponse normalisationf for all classes 2021-01-03 19:18:31 +01:00
RunnerOrganisation.ts 🚀Bumped version to v0.1.1 2021-01-16 21:05:43 +01:00
RunnerTeam.ts Implemented the first route of the toResponse normalisationf for all classes 2021-01-03 19:09:06 +01:00
Scan.ts Fixed Creation of normal scans 2021-01-07 16:32:16 +01:00
ScanStation.ts Added the enabled flag for scanstations 2021-01-07 19:37:15 +01:00
StatsClient.ts Implemented the first route of the toResponse normalisationf for all classes 2021-01-03 19:09:06 +01:00
Track.ts Implemented the first route of the toResponse normalisationf for all classes 2021-01-03 19:09:06 +01:00
TrackScan.ts Implemented proper scan invalidation 2021-01-09 16:47:54 +01:00
User.ts Hotfix: Missing relation bug 2021-01-16 20:59:48 +01:00
UserAction.ts Implemented the first route of the toResponse normalisationf for all classes 2021-01-03 19:09:06 +01:00
UserGroup.ts 🚀Bumped version to v0.1.1 2021-01-16 21:05:43 +01:00