flask - Submitting User Data in Javascript MVC Frameworks -
this first attempt @ making webapp using javascript mvc framework , need pointers right ways in getting following accomplished. i'm making voting application in flask (server-side) , sammy.js on client. i've implemented routes , views i'm confused how send data server since "form" in case split across different views. here screenshot . can see candidates standing each post displayed @ http://127.0.0.1:5000/#/post_id i'm fetching data in json , rendering using sammy's templates. my question storing users votes. each tile in screenshot have radio button , want somehow users votes(across posts) , send them query string(i'm not sure if correct) server record votes. is there way address such problems in front-end development? i'm totally clueless pattern of development i've developed more traditional (server-side heavy) applications. pointers appreciated. bunch! ps: apologies misleading title. finding hard find more descriptive. ...