grantcolley / headway

A .NET 7.0 Blazor framework for building configurable applications fast. Supporting both hosting models, Blazor WebAssembly and Blazor Server, a WebApi for accessing data and an Identity Provider for authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create an example application

grantcolley opened this issue · comments

Create an example application including:

  • a configurable workflow
  • dynamic rending of the UI elements
  • users, roles and permissions
  • binding the UI elements to the workflow state, roles and permissions
  1. create a custom model
  2. create a navigation module, category and menu item for the application
  3. create config for rendering a list of models
  4. create config for rendering a custom model, including create, update and delete functionality
  5. create workflow
  6. create ability to bind the workflow to model config, including traversing up and down the workflow
  7. create users, roles and permissions
  8. create the ability to bind user permissions to the workflow and model config
  9. create ability to capture history and render it
  10. create audit trail