emotional-help-competition / backend

Java backend team's repository
1 stars 0 forks source link

[Java] Improve QuizResultController #41

Open kolesroma opened 1 year ago

kolesroma commented 1 year ago

QuizResultController has to fully process post request

Scale returning values to percents

Save result to database

kolesroma commented 1 year ago

working on, but there is a need with jpa entities good relations

kolesroma commented 1 year ago

scaled percents but currently I don't have new jpa entities

kolesroma commented 1 year ago

pushed, but we need a little fix: remove primary key from quiz_result table so we can have same ids

kolesroma commented 1 year ago

on hold cuz we need to migrate DB