Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/upgrade backend and frontend parts #2

Merged
merged 13 commits into from
Mar 11, 2019

Conversation

tiangolo
Copy link
Member

Refactor backend and frontend parts.

Backend: Update and simplify CRUD utils importing and usage to simplify code and avoid name collisions. The problem it solves is more common after growing a generated project.

Frontend: Move state accessors to separate modules to integrated state modules. This avoids circular reference problems. The problem it solves is common after growing a generated project and when using cross-module state.

@tiangolo tiangolo merged commit cd112bd into master Mar 11, 2019
@tiangolo tiangolo deleted the refactor-backend-frontend branch March 11, 2019 09:36
gusevyaroslove pushed a commit to gusevyaroslove/fastapi-template that referenced this pull request Aug 4, 2024
* ♻️ Refactor and simplify backend code

* ♻️ Refactor frontend state, integrate typesafe-vuex accessors into state files

* ♻️ Use new state accessors and standardize layout

* 🔒 Upgrade and fix npm security audit

* 🔧 Update local re-generation scripts

* 🔊 Log startup exceptions to detect errors early

* ✏️ Fix password reset token content

* 🔥 Remove unneeded Dockerfile directives

* 🔥 Remove unnecessary print

* 🔥 Remove unnecessary code, upgrade dependencies in backend

* ✏️ Fix typos in docstrings and comments

* 🏗️ Improve user Depends utilities to simplify and remove code

* 🔥 Remove deprecated SQLAlchemy parameter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant