Commit graph

15 commits

Author SHA1 Message Date
Gabriellvl
6404335040 MERGE: dev ino feat/service-layer 2025-03-13 17:42:04 +01:00
Adriaan Jacquet
79422ab854 feat: POST method voor class geimplementeerd 2025-03-13 15:11:29 +01:00
9d0e63649b
fix: .js toevoegen aan imports 2025-03-12 15:31:33 +01:00
Lint Action
2a2881ec30 style: fix linting issues met Prettier 2025-03-11 03:09:12 +00:00
Gerald Schmittinger
cd0a3a8a7b Merge remote-tracking branch 'origin/dev' into feature/own-learning-objects
# Conflicts:
#	backend/package.json
#	backend/src/config.ts
#	backend/src/controllers/learningObjects.ts
#	backend/src/controllers/learningPaths.ts
#	backend/src/data/content/attachment-repository.ts
#	backend/src/data/content/learning-object-repository.ts
#	backend/src/data/content/learning-path-repository.ts
#	backend/src/data/repositories.ts
#	backend/src/entities/content/learning-path.entity.ts
#	backend/src/exceptions.ts
#	backend/src/routes/learning-objects.ts
#	backend/src/services/learningObjects.ts
#	backend/src/services/learningPaths.ts
#	backend/src/util/apiHelper.ts
#	backend/src/util/envvars.ts
#	package-lock.json
2025-03-11 03:01:18 +01:00
Gabriellvl
1b096b411b fix: integratie user + errors gefixt zodat het runt + format 2025-03-09 23:59:31 +01:00
Gerald Schmittinger
34af354a33 fix(backend): Added missing repository-properties to entity annotations 2025-03-08 18:15:26 +01:00
Lint Action
f347ec247d style: fix linting issues met Prettier 2025-03-06 13:37:42 +00:00
Lint Action
b8aae0ab1b style: fix linting issues met ESLint 2025-03-06 13:37:39 +00:00
Adriaan Jacquet
55387066f0 fix: @entity(...) decorator gefixt in backend/src/entities 2025-03-05 15:48:35 +01:00
Lint Action
17893a6990 style: fix linting issues met Prettier 2025-03-01 10:33:30 +00:00
Lint Action
74765577d5 style: fix linting issues met ESLint 2025-03-01 10:33:27 +00:00
Gerald Schmittinger
73a84fa3ef fix(backend): .js aan alle imports toegevoegd
Dit was nodig om ervoor te zorgen dat de gebouwde applicatie ook haar dependencies vindt.
2025-02-26 22:43:16 +01:00
Gerald Schmittinger
48c8ce7c57 fix(backend): Formatting + .env.development.example
npm run format uitgevoerd, .env.development.example toegevoegd.
2025-02-26 22:03:53 +01:00
Gerald Schmittinger
d5101737ef feat(backend): Entities toegevoegd
Entites Class, Class Join Request, Class Invitation, Assignment, Group en entities om de Dwengo-leerinhoud te modelleren, toegevoegd.
2025-02-25 12:51:04 +01:00