You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Later, we will add a backend that does the querying. At that point, the front end will switch from directly communicating with the reddit API to communicating with the server. We will implement the server using Django or nextJS, deployed using heroku via Github.
Specification of backend endpoints and how to contact them
Run_query
Save_query
Save_label
Get_labels (for a set of comments)
Or maybe that comes with the query results
Specify how front end asks back end to execute query and format of results that come back
Create a mocked backend to enable front end development
Step 3: Add classifier
Background: retrain classifier after new labels come in
Run classifier on query results and make them available in the interface