Commit graph

18 commits

Author SHA1 Message Date
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
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
57a16acbdd
chore(backend): Verander API call logging niveau
Als de Dwengo API fouten geeft, dan hoeft dit maar als warning
afgehandeld worden, niet als error.
2025-03-04 16:33:37 +01:00
Gerald Schmittinger
d7728ddd03 refactor(backend): Preparation for learning content from multiple data sources.
Refactored the service layer so that it becomes possible to add another source for learning objects and learning paths.
2025-03-03 22:19:09 +01:00
c37d4d8e04
chore(backend): Export Logger class 2025-03-02 15:20:57 +01:00
c2e3886f3f
chore(backend): Switch console naar logger
Maak gebruik van custom logger
2025-03-02 15:14:26 +01:00
Gabriellvl
e762621287 fix: format + lint 2025-03-02 12:18:08 +01:00
Gabriellvl
3b689d8e09 fix: afsplitsing functies objects 2025-03-02 11:05:06 +01:00
Gabriellvl
887787de05 fix: format 2025-03-01 18:42:45 +01:00
Gabriellvl
5da0720a08 fix: lint 2025-03-01 18:40:32 +01:00
Gabriellvl
6bb8c364b9 feat: toevoeging fallback language constante 2025-03-01 18:31:38 +01:00
Gabriellvl
008e2e1c2c feat: gebruik interface voor learning objects 2025-03-01 18:24:21 +01:00
Gabriellvl
f7d6cbce65 fix: opslitsing learningpath controller met extra service + api helper 2025-03-01 17:52:55 +01:00
Gabriellvl
91eb374b7e fix: api helper voor extra error checks bij fetch dwengo api + schrijffout in controllers/themes 2025-03-01 15:15:04 +01:00
Gabriellvl
5ca1bebe38 fix: van snake_case naar camelCase 2025-02-28 18:53:36 +01:00
Gabriellvl
acfffda82d fix: lint + format 2025-02-28 17:21:03 +01:00
Gabriellvl
d401136d3a feat: added route for learningObjects 2025-02-28 17:04:52 +01:00