Go to file
Joshua Coles ead22776c3 Refactor API and add 'fetch_within' method
Changed `workspace_id` type to `u64` for broader compatibility. Introduced `fetch_within` to allow fetching time entries within a given date range and abstracted database update logic into `update_database`.
2024-07-27 19:34:48 +01:00
migrations Make description field optional and allow for a fixed lookback 2024-07-27 18:39:31 +01:00
src Refactor API and add 'fetch_within' method 2024-07-27 19:34:48 +01:00
.gitignore Initial impl 2024-07-15 15:59:30 +01:00
build.rs Add initial sql tables 2024-07-16 17:25:01 +01:00
Cargo.lock Stash sync logic 2024-07-27 18:15:15 +01:00
Cargo.toml Stash sync logic 2024-07-27 18:15:15 +01:00