2023-gpig-a / DroneManager

0 stars 0 forks source link

Drone dispatch and routing functionality #10

Closed Laura7089 closed 4 months ago

Laura7089 commented 4 months ago

Big ol' PR here, sorry about that.

Closes #5.

Laura7089 commented 4 months ago

I think it might be cute to add different shapes for searching, and I've made allowances for this in both the code and the FastAPI design. Unfortunately, every different area type is gonna need a way to specify it in the frontend :/ .

Even if we don't end up implementing that, we can probably mention in the report that the abstraction method of the service means that no matter what type of area the frontend sends it, the drone simulation doesn't need to care because it's only ever just passed a list of points.