Uploaded image for project: 'Fineract Cloud Native'
  1. Fineract Cloud Native
  2. FINCN-237

APIs for saving user's location Path

    XMLWordPrintableJSON

Details

    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"

      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            jawidMuhammadi Ahmad Jawid Muhammadi
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: