From 204f46d651f436fee5f613c915fdabe4a9c6db43 Mon Sep 17 00:00:00 2001 From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Tue, 12 Mar 2024 18:42:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20`README.md`=20(#691)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89a275c..5544804 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ Some of the future new features and changes: - [x] Upgrade to the latest FastAPI. - [x] Migration from SQLAlchemy to SQLModel. - [x] Upgrade to Pydantic v2. -- [ ] Refactor and simplification of most of the code, a lot of the complexity won't be necessary anymore. +- [x] Refactor and simplification of most of the code, a lot of the complexity won't be necessary anymore. - [x] Automatic TypeScript frontend client generated from the FastAPI API (OpenAPI). -- [ ] Migrate from Vue.js 2 to React with hooks and TypeScript. +- [x] Migrate from Vue.js 2 to React 18 with TypeScript. - [x] Make the project work as is, allowing to clone and use (not requiring to generate a project with Cookiecutter or Copier) - [x] Migrate from Cookiecutter to Copier -- [ ] Move from Docker Swarm Model to Docker Compose for a simple deployment. +- [x] Move from Docker Swarm Model to Docker Compose for a simple deployment. - [x] GitHub Actions for CI. ---