You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: