Update README.md

This commit is contained in:
Shaun Walker 2020-02-12 09:38:55 -05:00 committed by GitHub
parent fea799657b
commit 77ea4cb129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,20 +19,20 @@ Oqtane uses Blazor, a new web framework for .NET Core that lets you build intera
This project is a work in progress and the schedule for implementing enhancements is dependent upon the availability of community members who are willing/able to assist.
V1 (MVP)
- Multi-Tenant ( Shared Database & Isolated Database )
- Modular Architecture / Headless API
- Dynamic Page Compositing Model / Site & Page Management
- Authentication / User Management / Profile Management
- Authorization / Roles Management / Granular Permissions
- Dynamic Routing
- Extensibility via Custom Modules
- Extensibility via Custom Themes
- Event Logging
- Folder / File Management
- Recycle Bin
- Scheduled Jobs ( Background Processing )
- Notifications / Email Delivery
- Auto-Upgrade Framework
- Multi-Tenant ( Shared Database & Isolated Database ) *done*
- Modular Architecture / Headless API *done*
- Dynamic Page Compositing Model / Site & Page Management *done*
- Authentication / User Management / Profile Management *done*
- Authorization / Roles Management / Granular Permissions *done*
- Dynamic Routing *done*
- Extensibility via Custom Modules *done*
- Extensibility via Custom Themes *done*
- Event Logging *done*
- Folder / File Management *done*
- Recycle Bin *done*
- Scheduled Jobs ( Background Processing ) *done*
- Notifications / Email Delivery *done*
- Auto-Upgrade Framework *done*
V.Next
- Localization