File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ Some of the future new features and changes:
19
19
- [x] Upgrade to the latest FastAPI.
20
20
- [x] Migration from SQLAlchemy to SQLModel.
21
21
- [x] Upgrade to Pydantic v2.
22
- - [ ] Refactor and simplification of most of the code, a lot of the complexity won't be necessary anymore.
22
+ - [x ] Refactor and simplification of most of the code, a lot of the complexity won't be necessary anymore.
23
23
- [x] Automatic TypeScript frontend client generated from the FastAPI API (OpenAPI).
24
- - [ ] Migrate from Vue.js 2 to React with hooks and TypeScript.
24
+ - [x ] Migrate from Vue.js 2 to React 18 with TypeScript.
25
25
- [x] Make the project work as is, allowing to clone and use (not requiring to generate a project with Cookiecutter or Copier)
26
26
- [x] Migrate from Cookiecutter to Copier
27
- - [ ] Move from Docker Swarm Model to Docker Compose for a simple deployment.
27
+ - [x ] Move from Docker Swarm Model to Docker Compose for a simple deployment.
28
28
- [x] GitHub Actions for CI.
29
29
30
30
---
You can’t perform that action at this time.
0 commit comments