MAIA Domain model Generation

0
Hi everyone,I’m currently exploring the use of MAIA in Mendix (10.24.6) for domain model generation. I would like to understand the best approach for:Starting a new domain model using MAIA (what kind of prompts work best?)Modifying or extending an existing domain model using MAIA without breaking current structuresAre there any best practices, limitations, or examples you can share for both scenarios?Thanks in advance!
asked
1 answers
0

Hi Kavin


It is great to have people started exploring MAIA lets come to geneartion of domain


1.Always be specific and business-context driven:

1.1 Mention entity names explicitly

1.2 Specify relationship types (one-to-many, many-to-many)

1.3 Include key attributes and their types

1.4 Mention business rules if any (e.g. one employee can have many requests)

2. Modifying an Existing Domain Model

  1. try to prompt like:"Add a 'Manager' entity to the existing Employee module with a self-referencing association for team hierarchy, without changing existing Employee attributes"


I hope this helps , the more you explore the more you can understand. I hope this helps

answered