-
Notifications
You must be signed in to change notification settings - Fork 0
basic development workflow
vijay@envivo edited this page Jan 17, 2025
·
7 revisions
Now that you have an empty framework in place, you can start building out your model!
- Add new classes (or modify existing ones) in your DomainModel project
- Run the AppLauncher project
- Play with the objects within the UI
3.1. From the main Library, find the class that you want to explore:
3.2. Expanding the class item reveals the actions that can be performed:
3.3. Create objects, and start editing and exploring the relationships
- Discover gaps in the Domain model, have conversations to find answers
- Stop the application
- Return to step 1
Copyright © 2022-2025 Envivo Software
-
Objects
-
Configuring your Model
-
Testing your model
-
Other features