Nickwang3 / EE461LProject

0 stars 0 forks source link

Mvc search design #98

Closed Nickwang3 closed 4 years ago

Nickwang3 commented 4 years ago

Cut down on a ton of repeated code doing this. Created controller components for searching/sorting and pagination. Now acts as a MVC where the controllers change the state of the results, and the page displays the results. Took about 3 hrs.