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

Added interests to models. #58

Closed RaphaelBumanlag closed 11 months ago

RaphaelBumanlag commented 11 months ago

Added the interest properties and setter method in User and Group models, and also added a short list of interests in global variables file to be called anywhere in the app. Also removed final declaration from five properties in User model and added setter methods respectively for each property.