antarctica / PolarRoute-server

Backend server for serving PolarRoute and MeshiPhi assets and managing their calcuation using Django & Celery.
MIT License
0 stars 0 forks source link

Add endpoints for querying all routes in progress? #14

Open davidwilby opened 2 months ago

davidwilby commented 2 months ago

On the frontend it might be beneficial for a user to see all routes in progress and their status, as well as potentially all the routes generated with today's mesh.

davidwilby commented 2 weeks ago

This is kind of done, there is an endpoint at recent_routes which returns all routes in the last day, though this would be improved if it was all the routes made with the most recent batch of meshes or something.