m-ld / timeld

Live shared timesheets
MIT License
1 stars 1 forks source link

Accept what you send? #84

Open michielbdejong opened 1 year ago

michielbdejong commented 1 year ago

When getting data out of Timeld's API, and trying to feed that data back into that same API, there are a number of issues. I wrote a PHP script that deals with them Some are by design but two of them are not. By design:

Apparently not by design:

gsvarovsky commented 1 year ago
  • the original session cannot be reused, the session has to be set to the timesheet name

44