.NET MAUI template
No due date
0% complete
Project template for a .NET MAUI app to serve as client of the current backend generated by Monaco for at least Windows and Android platforms.
It should comply with the following requirements:
- Authentication to login against something similar the
monaco-solution
template uses (a generic OpenId Connect identity provider like Keycloak). - A base service abst…
Project template for a .NET MAUI app to serve as client of the current backend generated by Monaco for at least Windows and Android platforms.
It should comply with the following requirements:
- Authentication to login against something similar the
monaco-solution
template uses (a generic OpenId Connect identity provider like Keycloak). - A base service abstraction for communicating against the API with some basic parameterization.
- A basic CRUD implementation for the existing
monaco-solution
API. - Cross-application concerns like error handling, busy display, state management, etc.
- Form for all different field types
- Form validations (both client and server-side display)