List view
So close
No due date•1/6 issues closedWe need to refactor. Bad. Basically all of our logic is in the routes/index.js file. That's bad. We should split things up into MVC. We'll talk more about this at our next meeting. But basically each route will have it's on Controller and View along with it's template. Basic flow is: GET /setup -> routes/Setup.js (extracts important info from session and query) -> controllers/Setup.js(sets up a controller and puts important info into payload for the template) -> views/Setup.js (doesn't really do anything right now. Just there for structure right now) -> templates/setup.jade (same template as it is now). I have a framework for this, which we'll go over during our next meeting.
No due date•3/9 issues closed