badgateway / tt-app

Time tracker app using the Bad Gateway suite of opensource tools. Related: https://github.com/badgateway/tt-api
MIT License
1 stars 0 forks source link

Update Entry Submit to point at existing endpoint #48

Closed syedfkabir closed 2 years ago

syedfkabir commented 2 years ago

Task

Currently the entry endpoint is functional, but the FE points at /person/1/sheet/{year}/{week}. Though this can work, we want to keep that endpoint simple, with a single purpose of submitting the week's timesheet. The task is to change the FE from pointing at /person/1/sheet/{year}/{week} to /person/1/entry

Screenshot

Screen Shot 2022-10-18 at 4 39 15 PM
syedfkabir commented 2 years ago

PR Closed due to: https://github.com/badgateway/tt-app/pull/49#discussion_r1001052074 Continuing here: https://github.com/badgateway/tt-api/issues/36