NUS-Project-SaBai / FrontEnd

1 stars 1 forks source link

Refactoring to use MVC architecture #162

Open keithxun opened 1 month ago

keithxun commented 1 month ago

Branch: mvc-refactoring for sample

Refactor into model view controller framework Model - Data, View - UI, Controller - Logic Patient-record has been done, can be used for reference For view components Instead of calling the function {renderFirstColumn()}, we will shift over to jsx elements instead Quite a big refactoring, do page by page and commit often