Skip to content

Releases: aequitas-aod/aequitas-backend

v0.10.0

02 May 14:52
f938964
Compare
Choose a tag to compare

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

18 Apr 09:42
5972957
Compare
Choose a tag to compare

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)

v0.8.1

16 Apr 16:30
a3bd6e3
Compare
Choose a tag to compare

0.8.1 (2024-04-16)

Bug Fixes

  • minor rename improvements, align doc with code, fix deprecated copy method (a3bd6e3)

v0.8.0

08 Apr 16:24
af96271
Compare
Choose a tag to compare

0.8.0 (2024-04-08)

Features

  • add Project entity (1e4ba12)
  • add ProjectFactory, presentation tests, project blueprint (403f25f)
  • add questionnaire resource (3c08328)

v0.7.0

02 Apr 14:38
309c7f1
Compare
Choose a tag to compare

0.7.0 (2024-04-02)

Features

  • add env variable for tests, introduce get all questions (4eff75d)
  • add QuestionRepository (not implemented) (309c7f1)

v0.6.0

25 Mar 16:47
Compare
Choose a tag to compare

0.6.0 (2024-03-25)

Features

  • add serialization methods for QuesitionId, add delete question (19600a6)

v0.5.0

25 Mar 16:11
Compare
Choose a tag to compare

0.5.0 (2024-03-25)

Features

  • add POST question (bf27793)
  • resources: add get question by id (bd2e2d5)

Reverts

  • Answer: reintroduce init and property decorators (77b2b25)

v0.4.0

19 Mar 17:23
Compare
Choose a tag to compare

0.4.0 (2024-03-19)

Features

  • domain: add properties to Question (3222409)
  • Question: add deselect answer (fbea0d0)

v0.3.0

18 Mar 16:59
Compare
Choose a tag to compare

0.3.0 (2024-03-18)

Features

  • domain: add Answer and AnswerFactory (98e401e)
  • domain: add question entities (9ef6f3f)

v0.2.0

10 Mar 15:07
Compare
Choose a tag to compare

0.2.0 (2024-03-10)

Features

  • flask resftul app setup (7a39b0f)