Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Releases: codelabsab/timereport-api

Add new filter options for two endpoints for locks

30 Jun 20:28
Compare
Choose a tag to compare

/locks/date/2020 to get all locks for a specific year.
/lock/users/user_id/2020 to get all locsk for a user for a specific year.

Update python to 3.8

30 Jun 19:18
eb90b73
Compare
Choose a tag to compare
Merge pull request #28 from codelabsab/update_python

Update python to 3.8

Fix logging

02 Sep 17:05
Compare
Choose a tag to compare

Fix environment variables for dynamo table names

30 Aug 14:32
Compare
Choose a tag to compare
0.6.1

Fix env variables for dynamo tables

Cleanup unused code

05 Jun 19:54
Compare
Choose a tag to compare
Remove unused lock code

We decided that locking is going to be handled by the client.

I.e, the client will implement the logic for locking, and using the existing
API is suffice for now

Implement lock attribute

05 Jun 19:20
930c9b5
Compare
Choose a tag to compare
Merge pull request #14 from codelabsab/add-new-endpoints-for-locking

[WIP] - Add lock item set as BooleanAttribute False by default

Refactor delete API handling

02 May 13:23
Compare
Choose a tag to compare
0.4.0

Remove unused code in app.py

Refactor /event endpoint

02 May 12:30
Compare
Choose a tag to compare

Clients should now use /even/users/userid POST to create events instead of POSTing to /event

Change endpoints

02 May 11:41
Compare
Choose a tag to compare

Remove old unused /user/user_id endpoint.
Add new /event/users endpoint.
Rename /event/user/userid to /event/users/userid

Refactor get_id

02 May 09:48
Compare
Choose a tag to compare

Refactor the get_id function and add new endpoint /event/user/{user_id}