aau-giraf / weekplanner

Main repository of the Weekplanner tablet application
GNU General Public License v3.0
15 stars 3 forks source link

Dependencies between edit_weekplan_bloc and weekplan_selector_bloc #997

Open FrederikBendix opened 10 months ago

FrederikBendix commented 10 months ago

There is a method in weekplan_selector_bloc, which are currently only being used by other BLoCs (edit_weekplan_bloc). This method is deleteWeekModel deleteWeekModel

Consider whether this is good case practice, and whether it could be implemented in a smarter way

Note: This issue is regarding BLoC design pattern and refactoring the BLoCs. Consider assigning proper amount of time to solve this issue, as it requires a good understanding of the design pattern!