alan-turing-institute / AssurancePlatform

Project to facilitate creation of Assurance Cases
MIT License
17 stars 6 forks source link

[User Story]: Moving Property Claims under Goals #482

Closed cptanalatriste closed 1 week ago

cptanalatriste commented 2 weeks ago

Role

As an Assurance Case Designer

Desired Feature

I want to move Property Claims under other Property Claims

Benefit

Reorganise the elements of my case

Acceptance Criteria

GIVEN that I have an assurance case with Property Claims P1 and P2 WHEN I select moving P2 under P1 THEN the identifier of P2 is changed to P1.1 AND the renamed P1.1 property claim is shown under P1 in the diagram.

Dependencies

No response

Technical Notes

No response

Definition of Done

cptanalatriste commented 2 weeks ago

Implemented as part of the fix of https://github.com/alan-turing-institute/AssurancePlatform/issues/481 . Deploying to Staging pending.

cptanalatriste commented 2 weeks ago

@chrisdburr @kallewesterling , this feature is already deployed in staging. Please confirm, so we can close this issue

chrisdburr commented 1 week ago

@cptanalatriste: missing moving property claims under goal.

And, please verify all other valid options are supported by referencing this standard before closing: https://hackmd.io/F0EeWVrxRGe8f93KGOIzjA

RichGriff commented 1 week ago

Added the ability for Property Claims to move to Goals - this was simpler than others as we only have a single goal to move to.

This will update the goal_id property for the property claim and then re renders the chart with the new position.

This is in PR https://github.com/alan-turing-institute/AssurancePlatform/pull/511

RichGriff commented 1 week ago

@chrisdburr can you please review in staging

chrisdburr commented 1 week ago

Thanks. Confirmed.