Releases: aequitas-aod/aequitas-backend
Releases · aequitas-aod/aequitas-backend
v0.10.0
0.10.0 (2024-05-02)
Bug Fixes
- fix circular imports (85065b2)
- get env with find_dotenv (c6f4671)
- getting env variables (04564a5)
- storage: change signature of methods (f3c504a)
Features
- add control in insertion method (3f5f9ab)
- add delete question (485dcda)
- add enabling answers to Question (1b870c3)
- add QuestionService in graph package (9e940cd)
- add SelectableQuestion and SelectionStrategy (6c2864c)
- finish get question by id, improve to string methods (7e64f10)
- link ws with database (2f42962)
- save enabling answers in db (b3602b5)
- storage: add get all questions (2423ba7)
- storage: add wait for neo4j server (c4a207e)
- storage: improve question insertion with previous question (34255b3)
v0.9.0
0.9.0 (2024-04-18)
Features
- add abstract QuestionnaireRepository (c630aa5)
- add question service (e06da0b)
- application: setup QuestionnaireService (c9c12a0)
- docker compose file for graph database (47203af)
- setup QuestionService (c93271a)
- storage: add get question by id (b921faf)
- storage: first implementation of insert method (2928c4a)
- storage: get all questions (b314554)
Reverts
- remove Questionnaire entities (a33bfb7)