unitaryfund / metriq-client

Fork of papers-with-code client
https://metriq.info
Apache License 2.0
3 stars 10 forks source link

Test GET task #50

Closed WrathfulSpatula closed 2 years ago

WrathfulSpatula commented 2 years ago

Test the GET /api/task workflow. The code for a client to call the route is here: https://github.com/unitaryfund/metriq-client/blob/3504b73e282864671e7227ad5796468872d1844d/metriq/client.py#L320

Make sure that a task can be successfully entered into your local database with that method. If not, you probably have to update the models, again.

The controller method is here: https://github.com/unitaryfund/metriq-api/blob/d22472555de79112fe21ae4fd7ff529ef1e7a22d/metriq-api/controller/taskController.js#L56 The service method underlying the controller is here: https://github.com/unitaryfund/metriq-api/blob/d22472555de79112fe21ae4fd7ff529ef1e7a22d/metriq-api/service/taskService.js#L31

MariaM0003 commented 2 years ago

Works, can successfully retrieve data. Example: id=None userId='1' name='MAXCUT: 3-regular' fullName='Maximum Cut: 3-regular' description='Unweighted MAXCUT on randomly generated 3-regular graphs of a given number of nodes' submittedDate=None deletedDate=None