According to what the TA said, habit event list should not be on its own. The user should be able to open a detail view of a habit then click a button to display all habit events related the selected habit.
It involves the following changes:
add a 'see events' button in habit detail view
pass a habit object from habit detail view to event list and display all events related to the selected habit.
This issue is related to #31
According to what the TA said, habit event list should not be on its own. The user should be able to open a detail view of a habit then click a button to display all habit events related the selected habit.
It involves the following changes: