Closed regexpressyourself closed 7 years ago
@taylorflatt @reidtevonian @Mikey1848 Here lies more work
Woo yeah! We got lines, we got steps, we got trees! We're rolling now!
Did you debug this to verify that it would actually posts to the correct method in the controller? I noticed your other one and apparently my comment didn't post even though it did on my end. >:[
@taylorflatt It is posting, yeah. It gets a 400 error on post.
Properly render and save flowchart data
or how I learned to stop worrying and love CSS and Javascript
This pull request will implement: proper step rendering and posting of flowchart data. Upon completion, this should check off #23, #14, #8, and #7, as well as part of #58 .
Rendering work
Rendering work includes:
Post data
Added to the pull request is a button posting flowchart data to the backend. The function handling the post can be found in the Canvas.jsx component, and the button itself is in the FlowchartNav.jsx component. Posting data:
{ data: [ {stepObject1}, {stepObject2}, ... ,{stepObjectN} ] }