Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
115 stars 70 forks source link

Modify template to support new app structure #2524

Closed TheTechArch closed 4 years ago

TheTechArch commented 5 years ago

We need to create a new App template that will be the basis of all apps created in Altinn Studio going forward.

The goal is to get a application that can be run and debuged locally.

Location

Name

Structure

The basis template will be a ASP.Net Web Core 3.0 application. It will contains only the minimum files needed

Common functionality like controllers, (for standard API), process engine, PEP, used by the MVC will be put in nuget packages. #2803 decidew how

Services

App logic

Tasks

TheTechArch commented 5 years ago

Based on decision in #2507 we need to modify the App template.

TheTechArch commented 4 years ago

This is completed. Handling issues as bugs. (if any)