Activity #2857
closedFeature #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 #2896: Development for UI
Development for UI form Platforms
100%
Description
- Create a new menu Platforms
- Develop UI as per attached screenshot
- Develop for a popup form on Add New click for Deployment Type
- Develop for a popup form on Add New click for Platform Type
- Simulate a list of existing Platform list (render from a simulated JSON)
- Simulate lookup data from a response JSON
- Simulate changes in Add new with new entries from form popup.
- On Save click, Modify JSON list and update list.
{"data": [{
"pltf_id": 1,
"pltf_name": "Buoy 1",
"pltf_type_id": "1",
"pltf_type_name": "BUOY",
"dply_type_id": "1",
"dply_type_name": "DEEP",
"active":"Y"
}, {
"pltf_id": 1,
"pltf_name": "Buoy 2",
"pltf_type_id": "1",
"pltf_type_name": "BUOY",
"dply_type_id": "1",
"dply_type_name": "SHALLOW",
"active":"Y"
}
],
"lookup_data":{
"plat_types": [{"pltf_type_id": "1", "pltf_type_name": "BUOY"},{"pltf_type_id": "2", "pltf_type_name": "SHIP"}],
"deploy_types": [{"dply_type_id": "1", "dply_type_name": "SHALLOW"}, {"dply_type_id": "2", "dply_type_name": "SHALLOW"}]
},
"opstatus": {
"status": "success_or_error_warning",
"errorCode": "A code representing the specific error. codes like ERR-<4 digit code>",
"errorMessage": "A human-readable message describing the error",
"timestamp": "Timestamp of when the error occurred",
"source": "Source of the error. database_or_api_validation",
"traceId": "Unique identifier for tracking the request",
"logLevel": "INFO_or_WARN_or_ERROR"
}
}