Activity #811
openFeature #63: DigiPatho Web -- Development, Validation, Certification and Deployment
Feature #3602: Development of DigiPatho.Global Application
Web API for Download data sync
0%
Description
- Full Download of lookup lists
- Full Download of survey data
- Incremental Download of lookup lists
- Incremental Download of survey data
Updated by Thara S Pillai almost 3 years ago
- Tracker changed from Feature to Activity
- Due date changed from 08/22/2023 to 10/13/2023
- Assignee changed from Shameera S L to Sherin Sebastian
- Start date changed from 08/14/2023 to 10/12/2023
Updated by Thara S Pillai almost 3 years ago
create new package org.cdac.dctc.fs
Create Web API to download sync lookup data
Input: User ID (JSON)
- Get institution details for the user (mas_user)
- get the institution's district details (mas_district)
- Get LSGs (municipality, Block panchayat, and Panchayat) based on the district of the user
- Get Villages based on district ID (mas_village)
- Get Wards based on the district of the user
- Get the list of caste
- Get the list of family types (mas_lookup for a lookup_id?)
- Get the list of family income types (mas_lookup for a lookup_id?)
- Get the list of drinking water sources (mas_lookup for a lookup_id?)
- Get the list of occupancy status (mas_lookup for a lookup_id?)
- Get the list of cooking fuel types (mas_lookup for a lookup_id?)
Test responses with JMeter tool.
Updated by Thara S Pillai almost 3 years ago
Database : DCTCglodev on 10.176.14.181
Updated by Sherin Sebastian almost 3 years ago
- Status changed from New to In Progress
Updated by Sherin Sebastian almost 3 years ago
Completed API Implementation For download data, the following steps are done:
- Retrieve institution details for the user from the user table.
- Get the institution's district details from the district table.
- Fetch LSGs (municipality, Block panchayat, and Panchayat) based on the user's district using data from our database.
- Obtain a list of villages based on the district ID using 'mas village' data.
- Collect Wards based on the user's district.
- Retrieve the list of castes.
- Created table lookup and lookup details (Ref: survey table for data)
- Gather data for family types from the 'lookup' table using the appropriate 'lookup id.'
- Get the list of family income types.
- Obtain data for drinking water sources.
- Retrieve data for occupancy status.
- Finally, fetch data for cooking fuel types.
Once the API is developed, I have test it using JMeter.
Updated by Sherin Sebastian over 2 years ago
- Status changed from In Progress to Resolved
- % Done changed from 80 to 100
Updated by Thara S Pillai over 2 years ago
- % Done changed from 100 to 70
Modify download data sync with lookup lists for person and prescreening forms
Updated by Thara S Pillai over 2 years ago
- Status changed from Resolved to In Progress
Updated by Sherin Sebastian over 2 years ago
- Status changed from In Progress to Resolved
- % Done changed from 70 to 100
Updated by Thara S Pillai over 2 years ago
update activity status.
Share jmeter scripts deployed in central server
Updated by Sherin Sebastian over 2 years ago
Shared Jmeter scripts deployed in central server
Updated by Thara S Pillai over 2 years ago
- Status changed from Resolved to Closed
Updated by Thara S Pillai almost 2 years ago
- Status changed from Closed to In Progress
Updated by Thara S Pillai about 1 year ago
- Assignee changed from Sherin Sebastian to Aswathy M G
- Parent task changed from #64 to #3602
- Planned Due Date set to 07/18/2025
Updated by Thara S Pillai about 1 year ago
- Status changed from In Progress to New