Update README.md

This commit is contained in:
Shaun Walker 2020-11-16 08:30:02 -05:00 committed by GitHub
parent d9f9e73480
commit c44bc8709d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,10 +77,12 @@ V.1.0.0 ( released in conjunction with .NET Core 3.2 on May 19, 2020 )
- [x] Dynamic CSS/Lazy Loading
Future Consideration
- [ ] Admin UI markup optimization ( ie. replace tables with divs in forms )
- [ ] DB Migrations for framework installation/upgrade
- [ ] Support for SQLite
- [ ] DB Migrations for Database Installation/Upgrade
- [ ] Support for other Databases ( ie. SQLite )
- [ ] OAuth Support
- [ ] Site Configuration Migrations
- [ ] Pub/Sub Event Framework
- [ ] Admin UI Markup Optimization ( ie. replace tables with divs in forms )
# 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.