sam-kakengi / trackrunner

A Django and React project for tracking runs
2 stars 0 forks source link

Log Run Modal - design mismatch #34

Open Dimwiddle opened 15 hours ago

Dimwiddle commented 15 hours ago

There are some issues with the current Log Run modal and doesn't match the Figma design

Expected Form

The request being sent by React app should be:

{
    "start":  "<Y-m-d>T10:00:00",
    "finished": "<Y-m-d>T11:00:00",
    "duration": <int>,
    "route": <int>,
    "notes": <str>
}

Current Form

Image