equinor / flyt

Equinor Flyt (aka. VSM - Value Stream Mapping)
https://flyt.equinor.com
MIT License
4 stars 1 forks source link

Process Hierarchy #803

Open nesadrian opened 3 days ago

nesadrian commented 3 days ago

We need the following backend changes in order to implement the design in #157

A new card type called linkedProcess. The card should have these properties:

It should have all the same properties as the other cards and type should be "LinkedProcess"

It should also have some new properties, which data we get from the the linked project: linkedProjectId: Id of the project the card is getting its data from name updated userAccesses

name, updated and userAccess should not be stored in the database, but retrieved from the project when the API is called.

I'm thinking that the params the frontend sends should be what they usually are, but we also need to include linkedProjectId.

QiJin-Bouvet commented 3 days ago

@nesadrian @KaterynaBasik How to calculate the sum time of a Main Activity when it contains a process as child/offspring? Please discuss it with Karen to confirm.