Nickwang3 / EE461LProject

0 stars 0 forks source link

Refactor pagination into its own component #88

Closed Nickwang3 closed 4 years ago

Nickwang3 commented 4 years ago

Refactor the code that handles pagination into its own component to limit code reuse and help encapsulate code that likely changes. Pagination code is reused in 4 places, so making this its own component would reduce a lot of code.

Nickwang3 commented 4 years ago

Took care of this one in the mvc issue. Had to refactor both pagination and searching, couldn't really do them as separate issues.