Go to file
Joshua Coles 73b3e2cb96 Update Datetime handling in API and DB layers
Changed the handling of start, stop, and update timestamp fields in ReportRowInnerTimeEntry data structure from strings to DateTime objects in the API layer. Also updated the data persisting in DB layer to use these new datetime objects and introduced additional columns for server_updated_at, server_deleted_at and tags.
2024-03-03 18:21:00 +00:00
.github/workflows Incorporate beachhead files from the previous mono-repo 2024-03-01 20:04:00 +00:00
migration Add time_entry columns 2024-03-03 18:15:40 +00:00
src Update Datetime handling in API and DB layers 2024-03-03 18:21:00 +00:00
.env Stash changes 2024-03-02 09:14:27 +00:00
.gitignore Add project fields 2024-03-02 16:54:15 +00:00
Cargo.lock Add time_entry columns 2024-03-03 18:15:40 +00:00
Cargo.toml Incorporate beachhead files from the previous mono-repo 2024-03-01 20:04:00 +00:00
Dockerfile Incorporate beachhead files from the previous mono-repo 2024-03-01 20:04:00 +00:00
GRAFTING.md Stash changes 2024-03-02 09:14:27 +00:00
justfile (toggl-portal): Remove toggl_portal_seaql_migrations from exported tables 2023-11-29 20:49:03 +00:00
README.md Add project fields 2024-03-02 16:54:15 +00:00

Toggl Portal

Purpose

  • Act as an authenticated client for other apps to use to access Toggl data in addition to caching this data for other data analysis purposes.