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
this has bugged me forever. The form currently submits the entire form on every change. Instead, the submit function should take the form element name as an argument. The submit function can then read the form and build the post data with a single item. Then the vote function can load the correct proposal, set the single value, and save.
The text was updated successfully, but these errors were encountered:
There is a partial fix to this already -- we pass all of the votes over the POST command, but we only save votes that we detect are different from the database. So at least from a hit-the-db perspective, this is better.
this has bugged me forever. The form currently submits the entire form on every change. Instead, the submit function should take the form element name as an argument. The submit function can then read the form and build the post data with a single item. Then the vote function can load the correct proposal, set the single value, and save.
The text was updated successfully, but these errors were encountered: