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

Server migration with db model handler #17

Open
Apipilikas opened this issue Nov 17, 2024 · 0 comments
Open

Server migration with db model handler #17

Apipilikas opened this issue Nov 17, 2024 · 0 comments
Assignees
Labels
improvement Improve feature or functionality main-implementation Implement core feature

Comments

@Apipilikas
Copy link
Owner

Apipilikas commented Nov 17, 2024

All the traffic will be handled through records and models , as described from db model handler - a npm package created by me.

Main goals

  • Secure data types: data transferred from client to server should be validated!
  • Secure data relations: one could add votes for a judge that does not exist!
  • Use db data as little as possible : server and db communication occurs only for insert , update and delete of a record. Get records occurs only the first time and for recache - if needed !
@Apipilikas Apipilikas added improvement Improve feature or functionality main-implementation Implement core feature labels Nov 17, 2024
@Apipilikas Apipilikas self-assigned this Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improve feature or functionality main-implementation Implement core feature
Projects
None yet
Development

No branches or pull requests

1 participant