Use checklist

This commit is contained in:
Hisham Bin Ateya
2020-02-26 00:59:23 +03:00
parent 9e4d5f2f75
commit a075826277

View File

@ -19,27 +19,27 @@ 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. 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) V1 (MVP)
- Multi-Tenant ( Shared Database & Isolated Database ) **done** - [x] Multi-Tenant ( Shared Database & Isolated Database )
- Modular Architecture / Headless API **done** - [x] Modular Architecture / Headless API
- Dynamic Page Compositing Model / Site & Page Management **done** - [x] Dynamic Page Compositing Model / Site & Page Management
- Authentication / User Management / Profile Management **done** - [x] Authentication / User Management / Profile Management
- Authorization / Roles Management / Granular Permissions **done** - [x] Authorization / Roles Management / Granular Permissions
- Dynamic Routing **done** - [x] Dynamic Routing
- Extensibility via Custom Modules **done** - [x] Extensibility via Custom Modules
- Extensibility via Custom Themes **done** - [x] Extensibility via Custom Themes
- Event Logging **done** - [x] Event Logging
- Folder / File Management **done** - [x] Folder / File Management
- Recycle Bin **done** - [x] Recycle Bin
- Scheduled Jobs ( Background Processing ) **done** - [x] Scheduled Jobs ( Background Processing )
- Notifications / Email Delivery **done** - [x] Notifications / Email Delivery
- Auto-Upgrade Framework **done** - [x] Auto-Upgrade Framework
V.Next V.Next
- Optional Encryption of Settings Values ( ie. via an IsSecure flag ) - [ ] Optional Encryption of Settings Values ( ie. via an IsSecure flag )
- Localization - [ ] Localization
- Migrate to Code-Behind Pattern ( *.razor.cs ) - [ ] Migrate to Code-Behind Pattern ( *.razor.cs )
- Generic Repository Pattern - [ ] Generic Repository Pattern
- JwT token authentication - [ ] JwT token authentication
# Background # Background
Oqtane was created by [Shaun Walker](https://www.linkedin.com/in/shaunbrucewalker/) and is inspired by the DotNetNuke web application framework. Initially created as a proof of concept, Oqtane is a native Blazor application written from the ground up using modern .NET Core technology. It is a modular application framework offering a fully dynamic page compositing model, multi-site support, designer friendly templates (skins), and extensibility via third party modules. Oqtane was created by [Shaun Walker](https://www.linkedin.com/in/shaunbrucewalker/) and is inspired by the DotNetNuke web application framework. Initially created as a proof of concept, Oqtane is a native Blazor application written from the ground up using modern .NET Core technology. It is a modular application framework offering a fully dynamic page compositing model, multi-site support, designer friendly templates (skins), and extensibility via third party modules.