Lifecycle categories #375
-
I would like to suggest to split the "complete" category in lifecycle management into two seperate categories:
We have some opportunities that have "stranded" (for now) in protoype phase because they are for example awaiting new policy or laws. They are not abandoned bot not exactly complete either. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Actually the goal is to take it further and allow the selection of the lifecycle template to use as part of the challenge / opportunity creation page. And then beyond that to allow ecoverse admins to also upload their own template. This is for me part of the wider Templates design: #314 Feel free to also put some comments in there... In the near term feel free to suggest an updated lifecycle template if you are feeling technical ;) The default definition is in the following file: This is a space with a lot to explore. |
Beta Was this translation helpful? Give feedback.
Actually the goal is to take it further and allow the selection of the lifecycle template to use as part of the challenge / opportunity creation page.
And then beyond that to allow ecoverse admins to also upload their own template. This is for me part of the wider Templates design: #314
Feel free to also put some comments in there...
In the near term feel free to suggest an updated lifecycle template if you are feeling technical ;) The default definition is in the following file:
https://github.com/alkem-io/server/blob/develop/src/domain/challenge/challenge/challenge.lifecycle.config.default.ts
and you can visualize the contents using: https://xstate.js.org/viz/ (you do need to make sure …