Victor Ferreira
Victor Ferreira
Today I came across this [tweet](https://twitter.com/pomber/status/1095029354839588867) and seems like a good example of what we could have with Notable version control: a timeline with all the history for a particular...
+1 ChitChat := 1.5.0 OS X := 10.11.3 (El Capitan)
It seems like a lot more people want this feature in some form: #3662 #3841 #3975 @tananaev is there a plan to implement something like this?
Apparently is already possible to export GPX, but there's no UI for it yet. See also: #958
@nicolasrsande are you planning to do it on the new web interface of the old one?
Just like there's third-party integrations for geocoding and map layer, it's possible to have more than one option. An implementation like this would be optional and additional to the system...
@macalinao Hasura has buit-in ACL which serves this exact purpose. You just need to pass the JWT token containing ```X-Hasura-User-Id``` and use it to filter the data. This link may...