basic development workflow - Envivo-Software/Envivo.Fresnel GitHub Wiki
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