GET /task-answers/
GiorgioSgl opened this issue · 2 comments
GiorgioSgl commented
GET /task-answers/
GiorgioSgl commented
For make this, i need the database properly popolate.
For example if i want to make this api i need that exist an assignement, an user, tasks and in conclusion task-answer.
@alessiofaieta @simonedegiacomi @slavetto @alessiofaieta
simonedegiacomi commented
You can insert the data you need in the file tests/test_setup. The only thing is that, to have a task-answer in the database, you need to create the services to create them. If now you can't spend time implementing that you can just call the sequelize methods directly, but then we'll need refactor it.