ConnectUni / connectuni

ConnectUni is a mobile application designed for college students to connect with each other in group chats and events through similar interests and classes.
https://connectuni.github.io/
1 stars 0 forks source link

Issue 62 - Separate data objects from mock data and create plural instances of the data objects #85

Closed michho8 closed 11 months ago

michho8 commented 11 months ago

Each data object listed in our Data Model are now standalone files with their plural instances listed in objName_list.dart. The list file will also hold our mock data which needs to be removed when we implement a real DB.

EX: user.dart holds the User object and user_list.dart holds a UserList object which has methods that can modify a list of User objects (such as returning all users in the list - helpful for displaying group members in a chat/event)