LegalComponents / IAuth

Legal research team repository
0 stars 2 forks source link

Links to Contract Content and CSS/JS (Jade?) #22

Open dazzaji opened 8 years ago

dazzaji commented 8 years ago

Can you provides like to the files in the repo containing the contract clause content (in jade template form?) and where in those (or other) files the CSS/JS code causes the content to display in Bootstrap Alpha 3 cards? I don't mind messing around in jade (which I'll Google and learn about now) in the meantime, while we consider how best to transition to even lower level, even more technology agnostic json/css/js.

Background Status Update from Akshith: I have separated out the contracts from the content. It is not in JSON though. It is a jade template just like the other views in the app are. Moving it to json will require a little more time so that I can build out an independent module which takes care of the rending the json as a html contract card. And structure the views in such a way that they can accommodate it without any changes.