m-ld / timeld

Live shared timesheets
MIT License
1 stars 1 forks source link

Entries visible via CLI but not via API #89

Closed michielbdejong closed 1 year ago

michielbdejong commented 1 year ago

I can see these timesheet entries through the CLI:

$ timeld open fedb/from-pounder-source-testing
from-pounder-source-testing> report
#1: Entry "Worked" (worker, 9/21/2022, 2:00:00 AM, 0 seconds)
#2: Entry "Worked" (worker, 9/23/2022, 2:00:00 AM, 1 day, 16 hours)
#3: Entry "Worked" (worker, 9/23/2022, 2:00:00 AM, 8 hours)
#4: Entry "Worked" (worker, 9/23/2022, 2:00:00 AM, 1 day, 16 hours)
#5: Entry "Worked" (worker, 9/23/2022, 2:00:00 AM, 1 day, 16 hours)
#6: Entry "Worked" (worker, 9/23/2022, 2:00:00 AM, 1 day, 16 hours)
#7: Entry "propagation testing" (michiel, 9/23/2022, 2:00:00 AM, 1 day, 16 hours)
#8: Entry "propagation testing" (michiel, 9/23/2022, 2:00:00 AM, 1 day, 16 hours)
from-pounder-source-testing> exit

But when looking through the API, the timesheet exists but appears empty:

$ curl https://timeld.org/api/rpt/fedb/own/from-ponder-source-testing -u $CREDENTIALS
{"@id":"fedb/from-ponder-source-testing","@type":"Timesheet"}
gsvarovsky commented 1 year ago

from-ponder-source-testing

from-pounder-source-testing

michielbdejong commented 1 year ago

Ah, Pounder Source is our secret nickname :) Thanks!