From 145bd2e20862ff515b88635508d0e216b4aa2381 Mon Sep 17 00:00:00 2001 From: Corneliu Croitoru Date: Thu, 5 Dec 2024 16:56:07 +0100 Subject: [PATCH] add roadmap --- README.md | 2 +- roadmap.md | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 roadmap.md diff --git a/README.md b/README.md index 263f634..ba73cdb 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ For more information on how to use CloudFront Hosting Toolkit, including advance ## Roadmap -For information about upcoming features and improvements, please see our [Roadmap](docs/roadmap.md). +For information about upcoming features and improvements, please see our [Roadmap](roadmap.md). ## 🤝 Contributing diff --git a/roadmap.md b/roadmap.md new file mode 100644 index 0000000..5a1f605 --- /dev/null +++ b/roadmap.md @@ -0,0 +1,37 @@ +## Roadmap + + +This roadmap outlines the planned features and enhancements for the CloudFront Hosting Toolkit project. + +## Image Optimization + +**Explanation**: Optimization module dedicated to enhancing website performance. This module's function is to reduce image sizes to enhance website performance, ensuring faster page load times and an overall enhanced user experience. + + +## PR Preview + +**Explanation**: PR Preview (Pull Request Preview) functionality allows developers to preview a branch before merging it into the main codebase. + + +## Authorization + +**Explanation**: Enhancing authorization for precise user access control and permissions. + +## A/B Testing + +**Explanation**: A/B testing enables you to compare different versions of your website to determine which performs better. + +## Instant Rollback + +**Explanation**: Instant rollback capability enables rapid reversion to a prior application version in case of unexpected issues during new deployments. + +## Server-Side Rendering (SSR) + +**Explanation**: Server-Side Rendering (SSR) enhances website performance and SEO by rendering pages on the server before sending them to the client. + +## Routes + +**Explanation**: Routing features offer navigation to backend resources. + + +This roadmap outlines key features, but we are open to incorporating new ideas based on your feedback. We remain dedicated to the ongoing improvement of CloudFront Hosting Toolkit, with the goal of empowering you to create and host exceptional web applications. We are excited about implementing these enhancements to provide an even better hosting experience for our users \ No newline at end of file