UofS-CEPHIL / modelcollab

A web-based application for collaborating on simulation models in real-time using Firebase
28 stars 0 forks source link

Code Cleanup #7

Closed eRedekopp closed 1 year ago

eRedekopp commented 1 year ago

FirebaseComponentModel - one file per component

eRedekopp commented 1 year ago

ComponentUiData - split up all classes contained within that file into their own. Store them under ScreenObjects along with any other base-level items. Then have each component stored in its own dir which contains the object and its UiData

eRedekopp commented 1 year ago

done both