Details
-
New Feature
-
Status: Open
-
Critical
-
Resolution: Unresolved
Description
In the Fineract CN Mobile application, I implemented a feature to save and track the user's location path in the sever so that we can show a list of visited customers. Here is the [link|https://github.com/apache/fineract-cn-mobile/pull/110] for the pull request but currently, the Fineract CN platform doesn't have any support for this feature. The JSON schema should look like this:
{
"user_id": "user_id1",
"client_name": "Ahmad Jawid",
"address": "Konark Pooram",
"geoPoint": [
{ "lat": "23.0003", "lng": "49.0003" },
{ "lat": "23.0003", "lng": "49.0003" }],
"start_time": "1290390394932",
"stop_time": "1290390394932",
"date": "12903903554432"
}