LangCorrect / server

Master grammar, spelling, and syntax in the language(s) you’re learning through direct feedback on your writing from fluent, native speakers.
https://langcorrect.com
23 stars 12 forks source link

Post correction schema changes #572

Closed danielzeljko closed 1 month ago

danielzeljko commented 1 month ago

closes #562 closes #560 closes #559 closes #549

Overview

Corrections models have been restructured to improve organization, intuitiveness, and reduce the need for serialization. The new models PostUserCorrection and PostCorrection replace the older models CorrectedRow, PerfectRow, and OverallFeedback.

TL;DR

Old Models

New Models

wip