Project

General

Profile

Actions

Activity #2901

closed

Feature #3752: Design of the web framework for Data Centre Software

Feature #1850: Design and Development for web based ANRS

Module #2148: Developement for Configuration screens

Module #2856: Development of modules as per design changes

Module #2898: Development for DB Function

DB function -- Fetching initial form data -- Platforms

Added by Thara S Pillai about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
06/20/2024
Due date:
% Done:

100%

Estimated time:
Planned Due Date:
06/21/2024

Description

Return all active records
Handle exceptions and update error information keys

"data": [ {
"pltf_id": 1,
"pltf_name": "Buoy 1",
"pltf_type_id": "1",
"pltf_type_name": "BUOY",
"active": "Y"
}, {
"pltf_id": 2,
"pltf_name": "Buoy 2",
"pltf_type_id": "1",
"pltf_type_name": "BUOY",
"active": "Y"
}, {
"pltf_id": 3,
"pltf_name": "Sagardhwani",
"pltf_type_id": "2",
"pltf_type_name": "SHIP",
"active": "Y"
}
],
"lookup_data": {
"plat_types": [ { "pltf_type_id": "1", "pltf_type_name": "BUOY" }, { "pltf_type_id": "2", "pltf_type_name": "SHIP" }
]
},
"opstatus": {
"status": "success",
"errorCode": "",
"errorMessage": "",
"timestamp": "",
"source": "",
"traceId": "",
"logLevel": "INFO"
}
};

Actions #1

Updated by Thara S Pillai about 2 years ago

  • Description updated (diff)
Actions #2

Updated by Thara S Pillai about 2 years ago

Handle exceptions in db functions and set attribute opstatus

"data": [ {
"pltf_id": 1,
"pltf_name": "Buoy 1",
"pltf_type_id": "1",
"pltf_type_name": "BUOY",
"active": "Y"
}, {
"pltf_id": 2,
"pltf_name": "Buoy 2",
"pltf_type_id": "1",
"pltf_type_name": "BUOY",
"active": "Y"
}, {
"pltf_id": 3,
"pltf_name": "Sagardhwani",
"pltf_type_id": "2",
"pltf_type_name": "SHIP",
"active": "Y"
}
],
"lookup_data": {
"plat_types": [ { "pltf_type_id": "1", "pltf_type_name": "BUOY" }, { "pltf_type_id": "2", "pltf_type_name": "SHIP" }
]
},
"opstatus": {
"status": "success",
"errorCode": "",
"errorMessage": "",
"timestamp": "",
"source": "",
"traceId": "",
"logLevel": "INFO"
}

};

Actions #3

Updated by Thara S Pillai about 2 years ago

  • Subject changed from DB function -- Fetching initial form data as per required response formats to DB function -- Fetching initial form data -- Platforms
Actions #4

Updated by Shameera S L about 2 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Thara S Pillai about 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF