Hey, I am setting up a new model and I have quite a complicated model structure, such that I am not sure how to model it in the Form model.
Here is my model structure:
The modelling part, I am struggling with, is the right hand side → TenderRequest => Tender => Product.
The relationship is as following: one TenderRequest can hold 1 or many Tenders. Each Tender has a 1-1 relationship with a specific product. In my picture, I only modeled one product so far. “HppdoProduct”. The Product_DM is abstract.
My starting point is a TenderRequest, I have a TenderRequest_CFM, where I can select several products. Based on this user selection, I want to automatically create tender documents (via camunda), and then the user should see the riskquestions from the tender-related product on the next screen.
Is that modelling possible with a12 or do I need implementation?
I have a click-dummy to display the user flow, as I imagine it, here is the ownCloud link to it: <INTERNAL_LINK>
Here are screenshots from the click-dummy:
- I start with a tenderRequest Overview:
- Adding a new TenderRequest
- Start Tender
(Risk questions from the products, that were selected before are displayed)
Here, another screenshot of the user flow as draw.io- diagram. Right now, I am interested in modelling the first two steps of this diagram:
I am off on Friday, but I am gladly to talk on Monday to explain more details.
here is a screenshot from my models,and I uploaded the zip to OwnCloud: <INTERNAL_LINK>
TenderModelConcept.diagram (6.3 KB)










