Closed anyweez closed 7 years ago
Current design is to create a new /api/feedback endpoint that accepts post requests. Payload would include:
/api/feedback
correct: <bool> docid: <string> label: <string> // example: countries value: <string> // example: costa rica
Pings are sent from the frontend and keyed off of docid, label, and value. Should be able to tabulate
To compare two implementations, mirror tables in rethinkdb and label using separate processes. compute state for each. TODO: make scripts to help with this last part.
Success! Also serving them back to the frontend.
Current design is to create a new
/api/feedback
endpoint that accepts post requests. Payload would include:Pings are sent from the frontend and keyed off of docid, label, and value. Should be able to tabulate
To compare two implementations, mirror tables in rethinkdb and label using separate processes. compute state for each. TODO: make scripts to help with this last part.