Ahmad Jawid Muhammadi created FINCN-237:
-------------------------------------------
Summary: APIs for saving user's location Path
Key: FINCN-237
URL: https://issues.apache.org/jira/browse/FINCN-237
Project: Fineract Cloud Native
Issue Type: New Feature
Components: fineract-cn-api
Reporter: Ahmad Jawid Muhammadi
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"
}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)