Nova flows
Create a Nova package which would integrate flows as "backend".
Why
- Nova is a good UI library for this use case
- Fields are already somewhat implemented, this would be next level, because Nova Fields are way more feature rich
- Adds massive flexibility to Nova
Example use cases
-
Project lifecycle
(Offer → Contract → Deposit → Exploration → Wireframes → Design → Acceptance → Development → Invoice → Testing → Final acceptance → Final invoice → Finish → Thank you mail)
-
Plant database population
(New plant → Research (prepared by GPT Agent) → Add media → Write description → Add properties → Publish → Finish)
How to get there
Decorate Resource class with a Handler acting as a flow control class (as usual).
Nova flows
Create a Nova package which would integrate flows as "backend".
Why
Example use cases
Project lifecycle
(Offer → Contract → Deposit → Exploration → Wireframes → Design → Acceptance → Development → Invoice → Testing → Final acceptance → Final invoice → Finish → Thank you mail)
Plant database population
(New plant → Research (prepared by GPT Agent) → Add media → Write description → Add properties → Publish → Finish)
How to get there
Decorate
Resourceclass with aHandleracting as a flow control class (as usual).