commit
a6b45014a4
|
@ -97,7 +97,7 @@
|
||||||
|
|
||||||
if (IsLocalizable)
|
if (IsLocalizable)
|
||||||
{
|
{
|
||||||
_text = Localize(nameof(Text));
|
_text = Localize(nameof(Text), _text);
|
||||||
}
|
}
|
||||||
|
|
||||||
_url = EditUrl(Action, _parameters);
|
_url = EditUrl(Action, _parameters);
|
||||||
|
|
|
@ -49,6 +49,11 @@ There is a separate [Documentation repository](https://github.com/oqtane/oqtane.
|
||||||
# Roadmap
|
# Roadmap
|
||||||
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.
|
||||||
|
|
||||||
|
V.2.1.0 ( Q1 2021 )
|
||||||
|
- [ ] Complete Static Localization of Admin UI
|
||||||
|
- [ ] EF Core Migrations for Database Installation/Upgrade
|
||||||
|
- [ ] Support for Multiple Relational Databases ( ie. SQLite )
|
||||||
|
|
||||||
V.2.0.0 ( released in conjuntion with .NET 5 on Nov 11, 2020 )
|
V.2.0.0 ( released in conjuntion with .NET 5 on Nov 11, 2020 )
|
||||||
- [x] Migration to .NET 5
|
- [x] Migration to .NET 5
|
||||||
- [x] Static Localization ( ie. labels, help text, etc.. )
|
- [x] Static Localization ( ie. labels, help text, etc.. )
|
||||||
|
@ -77,8 +82,6 @@ V.1.0.0 ( released in conjunction with .NET Core 3.2 on May 19, 2020 )
|
||||||
- [x] Dynamic CSS/Lazy Loading
|
- [x] Dynamic CSS/Lazy Loading
|
||||||
|
|
||||||
Future Consideration
|
Future Consideration
|
||||||
- [ ] DB Migrations for Database Installation/Upgrade
|
|
||||||
- [ ] Support for other Databases ( ie. SQLite )
|
|
||||||
- [ ] OAuth Support
|
- [ ] OAuth Support
|
||||||
- [ ] Site Configuration Migrations
|
- [ ] Site Configuration Migrations
|
||||||
- [ ] Pub/Sub Event Framework
|
- [ ] Pub/Sub Event Framework
|
||||||
|
|
Loading…
Reference in New Issue
Block a user