From 2da25631bfa06feca3be63dcbaecf24a640da4a3 Mon Sep 17 00:00:00 2001 From: Mathias Beaulieu-Duncan Date: Wed, 8 Nov 2023 22:57:59 -0500 Subject: [PATCH] update roadmap --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 12218cc..6ec32fa 100644 --- a/README.md +++ b/README.md @@ -87,12 +87,12 @@ public void ConfigureServices(IServiceCollection services) # 2024 Roadmap -| Task | Description | Status | -|------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|--------| -| Support .NET 8 | Ensure compatibility with .NET 8. | ✅ | -| Create a new demo project as an example | Develop a new demo project to serve as an example for users. | ⬜️ | -| New Independent Module for MVC | Develop a standalone module, independent of MVC, to enhance framework flexibility. | ⬜️ | -| Implement .NET Native Compilation (AOT) | Enable Ahead-of-Time (AOT) compilation support for .NET 8. | ⬜️ | -| Update FluentValidation | Upgrade FluentValidation to the latest version, addressing potential breaking changes. | ⬜️ | -| Creating a website for the Framework for better visibility and easier documentation | Develop a website to host comprehensive documentation for the framework. | ⬜️ | -| Re-add support for GraphQL | Re-integrate support for GraphQL, exploring lightweight solutions. | ⬜️ | \ No newline at end of file +| Task | Description | Status | +|----------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|--------| +| Support .NET 8 | Ensure compatibility with .NET 8. | ✅ | +| Create a new demo project as an example | Develop a new demo project to serve as an example for users. | ⬜️ | +| New Independent Module for MVC | Develop a standalone module, independent of MVC, to enhance framework flexibility. | ⬜️ | +| Implement .NET Native Compilation (AOT) | Enable Ahead-of-Time (AOT) compilation support for .NET 8. | ⬜️ | +| Update FluentValidation | Upgrade FluentValidation to the latest version, addressing potential breaking changes. | ⬜️ | +| Create a website for the Framework | Develop a website to host comprehensive documentation for the framework. | ⬜️ | +| Re-add support for GraphQL | Re-integrate support for GraphQL, exploring lightweight solutions. | ⬜️ | \ No newline at end of file