bastilimbach / timeu

Timeu - The modern Kimai client for iOS
https://sebastianlimbach.com/timeu
Mozilla Public License 2.0
3 stars 0 forks source link

WIP: Kimai2 conversion #8

Open bastilimbach opened 5 years ago

bastilimbach commented 5 years ago

Work in progress PR for the conversion of the legacy API.

Login

Timesheet

bastilimbach commented 5 years ago

@kevinpapst is it possible to add a default API password to all demo users of the demo instance? Then I could use this instance with the user "john_user" for everybody who wants to test Timeu without the need to install their own Kimai instance.

kevinpapst commented 5 years ago

That is already the case, use api_kitten - see: https://github.com/kevinpapst/kimai2/blob/master/src/DataFixtures/UserFixtures.php#L29

bastilimbach commented 5 years ago

The login now works with the new /api/version endpoint. If issue #315 is closed, I can work on the rest.

kevinpapst commented 5 years ago

Nice! I'll will work on that directly after finishing all currently open PRs.

kevinpapst commented 5 years ago

Sorry, I had to change the version to string, otherwise something like "0.6.1" wouldn't be possible.