-
- Downloads
Resolve "Add api for alternatives and answers"
parent
c1bb0cbc
No related branches found
No related tags found
Showing
- server/app/apis/__init__.py 4 additions, 0 deletionsserver/app/apis/__init__.py
- server/app/apis/alternatives.py 47 additions, 0 deletionsserver/app/apis/alternatives.py
- server/app/apis/answers.py 41 additions, 0 deletionsserver/app/apis/answers.py
- server/app/apis/questions.py 3 additions, 3 deletionsserver/app/apis/questions.py
- server/app/core/dto.py 12 additions, 0 deletionsserver/app/core/dto.py
- server/app/core/parsers.py 18 additions, 1 deletionserver/app/core/parsers.py
- server/app/core/rich_schemas.py 1 addition, 1 deletionserver/app/core/rich_schemas.py
- server/app/core/schemas.py 2 additions, 2 deletionsserver/app/core/schemas.py
- server/app/database/controller/add.py 10 additions, 0 deletionsserver/app/database/controller/add.py
- server/app/database/controller/copy.py 11 additions, 7 deletionsserver/app/database/controller/copy.py
- server/app/database/controller/edit.py 28 additions, 0 deletionsserver/app/database/controller/edit.py
- server/app/database/controller/get.py 12 additions, 0 deletionsserver/app/database/controller/get.py
- server/app/database/models.py 3 additions, 2 deletionsserver/app/database/models.py
- server/populate.py 4 additions, 1 deletionserver/populate.py
- server/tests/test_db.py 21 additions, 7 deletionsserver/tests/test_db.py
server/app/apis/alternatives.py
0 → 100644
server/app/apis/answers.py
0 → 100644
Please register or sign in to comment