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

Separating Data-Binding from Database #26

Open
LloydThinks opened this issue Dec 21, 2015 · 0 comments
Open

Separating Data-Binding from Database #26

LloydThinks opened this issue Dec 21, 2015 · 0 comments
Labels

Comments

@LloydThinks
Copy link
Owner

Currently, the HTML page of a single war using Angular binding to display and update the variable that contains all the war information. When writing to the database, the server has to strip some information off of the warriors before writing. This loop that runs every post and put do delete the fields seems like a poor design decision that has to be cleaned up in the server. Look into fixing this by separating the data0binding variable from the variable sent to the database, while still doing proper server-sided validation that the variable is correct. Not sure this is possible, but needs some attention after MVP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant