In this exercise, we will create a risk management application, helps organizations identify, assess, and track risks, while implementing mitigation strategies to minimize their impact.
- Click on Guide Center and select Generate AI-Powered Development
- Go to Data Model & Service Creation and Click on Open Joule
- Your digital assistant Joule is now ready to use.
- Copy the below text to your joule assistant to generate the data model and services.
Create a risk management app with risks and mitigations. Each risk may refer to one or more mitigations. Add realistic properties to each entity, risks should include a property impact and criticality which should be an integer. Impacts should be in range of 1 to 20000 dollars. Mitigation should include a counter
- You will now see the suggested data model as per the prompt given to the Joule.
- You can now choose to accept it and the changes are reflected in the staging files shown.
- Go to Project Explorer > Storyboard and you will see the newly generated data model and services.
- You can also go to the explorer and see the files i.e schema.cds and service.cds
- Go to guided development and type the prompt as shown below.
Generate sample data. for risks and mitigations
` 2. Accept the data and you can see 2 csv files in the project test folder.
- Go to Data editor and review the data.
Joule lets you create CAP-based data entities and OData services with contextual sample data with just one text prompt.
Continue to - Exercise 3 - Add Application Logic