Commit graph

7 commits

Author SHA1 Message Date
Rayan Konecny
fea50d5064 Refactors data models and sync, adds company/rides fetch APIs
Unifies naming conventions for users, companies, and rides across
backend and mobile app, standardizing field names for consistency
and easier data interchange.

Introduces endpoints to fetch all companies and rides for sync.
Enhances sync logic to support both upload and download of companies,
including first-time population from server.

Updates local database schema and access logic to match backend
structure, improving maintainability and reliability of sync.
2026-05-03 14:15:37 -03:00
Rayan Konecny
3601b7fc0a Adds companies and rides models with sync endpoints
Introduces database schema, Prisma models, and API support for companies and rides, enabling CRUD operations and synchronization. Updates the sync flow to handle companies and rides, removes redundant user sync, and aligns naming conventions and indexing for better consistency and maintainability.

Co-authored-by: Copilot <copilot@github.com>
2026-05-03 03:51:16 -03:00
Rayan Konecny
259c2e04f7 Corrects comment typo for improved readability
Fixes a minor typo in a section comment to enhance code clarity.
No functional changes introduced.
2026-05-03 02:49:12 -03:00
Rayan Konecny
0dabfcc484 Sincronismy on system 2026-05-03 02:47:00 -03:00
Rayan Konecny
2712fd6fa9 add SQLite and adjusts sistems 2026-05-03 01:16:25 -03:00
Rayan Konecny
62aa080d3d Resting axios para o backend 2026-04-28 00:23:49 -03:00
Rayan Konecny
2b51885bd2 Reimplementando o projeto 2026-04-27 23:09:13 -03:00