finos / waltz

Enterprise Information Service
https://waltz.finos.org
Apache License 2.0
182 stars 129 forks source link

Assessments: bulk loader should support all kinds supported by assessments definitions #6143

Open davidwatkins73 opened 2 years ago

davidwatkins73 commented 2 years ago

Currently only supports apps.

Needs to support: (in rough priority order)

judithofosu commented 1 year ago

Hi, please I was looking at this issue and would appreciate some clarification. For an app assessment, when you click the bulk edit button it shows a text area for bulk assessment. Do we want to achieve a similar thing for the assessments of entity kinds listed in the description for this issue?

judithofosu commented 1 year ago

Hi @davidwatkins73 , please is this issue still open?

davidwatkins73 commented 1 year ago

Hi @judofosu Yes this issue is still open. Not sure how simple it would be. It's basically tying to make the bulk assessment editor applicable for entities other than applications.

To get to the bulk editors go to the admin/assessment definitions page and you (may) see a bunch of assessments for different kinds (in this example CHANGE_INITIATIVEs and APPLICATIONs)

image

If you click on the "View Data" link you get taken to a page where you can access the bulk loader

image

Here you should be able to cut n' paste some data, however the code only accepts application asset_code values for the first column. Really this should work for change initiatives via the external_id field and other entity kinds via their equivalent external_id fields.

image

judithofosu commented 1 year ago

Hi @davidwatkins73 For some entity kinds like Entity Relationship and Logical Data Flow, they do not have external_id and name attributes and for Legal Entity Relationship, it has external_id but no name. Please what do you suggest I use for those entities?