eusonlito / GPS-Tracker

GPS Tracker platform for Sinotrack, Coban, Teltonika, Concox, Jimilab, OsmAnd and Queclink devices built with Laravel 11 + PHP 8.2 and MySQL 8. Plataforma GPS Tracker para dispositivos Sinotrack Sinotrack, Coban, Teltonika, Concox, Jimilab, OsmAnd y Queclink creada con Laravel 11 + PHP 8.2 y MySQL 8.
https://tracker-demo.lito.com.es/
MIT License
137 stars 61 forks source link

Adding additional data to trips #67

Open greatwitenorth opened 1 month ago

greatwitenorth commented 1 month ago

I'm interested in extending GPS Tracker to allow for arbitrary meta data to be attached to a trip. We have a use case where we need to track work/personal trips. At first I thought of just extending the database, but I'm wondering if we could come up with something more flexible that would allow for arbitrary meta data on and entity.

I've worked pretty extensively in Laravel so I'd be happy to help implement this feature.

eusonlito commented 1 month ago

Perhaps this case could be solved by adding tags? The problem with attributes (among others) is that they complicate the interface a lot.