mumuki / mumuki-domain

💡 Mumuki's domain model
GNU Affero General Public License v3.0
1 stars 0 forks source link

Chore discussions exercises context #187

Closed luchotc closed 3 years ago

luchotc commented 3 years ago

:dart: Goal

To only show discussions for current organization exercises. Before this fix discussions for old exercises could still be reached but they gave an error because the exercise wasn't present in the organization. I'm just filtering discussions based on organization exercises. The other option was to add soft deletion, but it was more cumbersome, required to take into consideration edge cases and wasn't too much of a performance improvement

:back: Backwards compatibility

100%

:soon: Future work

This works fine. Nevertheless it makes little sense to talk about book discussions when in fact they are organization discussions. I will address this later on, cuz this works and that refactor is not a priority right now