CMPUT301F21T13 / FungalFunhouse

CMPUT 301 team project repository
1 stars 0 forks source link

Create-Habits and supporting classes #13

Closed GTorchy closed 3 years ago

GTorchy commented 3 years ago

Create habit classes as well as supporting classes needed for later functionality. Also, connect habits to UserProfile.

GTorchy commented 3 years ago

Created UML diagram for habit class and supporting classes.

See: https://github.com/CMPUT301F21T13/FungalFunhouse/blob/create-habits/Documentation/Media/Habit_Class_UML/Habit_Class_UML_V0.1.png

GTorchy commented 3 years ago

Java classes for habits have been added, I still need to implement habits into UserProfile and create tests for the habit classes.

GTorchy commented 3 years ago

Pull request for create-habits #17 has been made, close this issue and move it to complete when the pull request is merged.