Architecture - NYULibraries/pds-custom GitHub Wiki
Out of the box, PDS is decidedly NOT MVC. We tried to make it a bit more manageable
Models
Our models serve as data abstractions for the sessions.
Views
We've abstracted all of our views to the NYULibraries Login app.
Controllers
Our controllers handle much of the decision making and routing, determining where a particular user should be redirected.