Add new field to new screen
(see more Microservices)
Task for the developer:
- You need to create the field to a new screen.
- The screen will be designed to look like this:
Step 1 Download Intellij Plugin
Step2 Add screen
Create file screen.json
{
"name": "myexample",
"icon": "calendar",
"order": 4002,
"title": "Get Started example microservice",
"navigation": {
"menu": [
]
}
}
Step3 Create and add view to corresponding screen.json
Step4 Create and add widget to corresponding view.json
Step5 Create DAO, DTO , Service. Add to corresponding Controller
Step6 Add field to corresponding widget.json see Add field
Step1 Create DAO, DTO , Service, Controller
Step2 Add screen
see Add screen
Step3 Add view to corresponding screen.json
see Add view
Step4 Add widget to corresponding view.json
see Add widget
Step5 Add field to corresponding widget.json
see Add field