You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to have the ability to automatically create complete web applications using the FairPlay platform as a base.
We want to have something like a Visual Studio Extension that will create the new projects.
We probably need to train some AI models, and then use that on a Visual Studio Extension in the form of a Wizard.
We must consider that we the extension may need to create multiple projects:
The Blazor Web App project
The Shared UI project
The MAUI project
Add all the projects to the main solution and solution filters
Add the required code to the .NET Aspire orchestration
Add the MAUI projects to the MAUI solution and solution filters
It will also need to create the tables in the database project, along with a new schema, as well as updating the Data Access code using the EF Core Power Tools cli.
It also must create the models, and the services code.
The wizard must be small, it should not ask for every table or class to add, instead it should request things like the type of application the user wants to create, show a recommendation and create all the code automatically.
The text was updated successfully, but these errors were encountered:
We want to have the ability to automatically create complete web applications using the FairPlay platform as a base.
We want to have something like a Visual Studio Extension that will create the new projects.
We probably need to train some AI models, and then use that on a Visual Studio Extension in the form of a Wizard.
We must consider that we the extension may need to create multiple projects:
It will also need to create the tables in the database project, along with a new schema, as well as updating the Data Access code using the EF Core Power Tools cli.
It also must create the models, and the services code.
The wizard must be small, it should not ask for every table or class to add, instead it should request things like the type of application the user wants to create, show a recommendation and create all the code automatically.
The text was updated successfully, but these errors were encountered: