Diveni
Diveni copied to clipboard
Fix: Session admin's user story filter affects the filter of the members #734
Fix for: #734 Should also fix: #714
I have restructured the UserStories.vue component so that only the processes of adding and deleting user stories, as well as displaying the active user story are synchronized with other members. The filtering process should no longer be synchronized with other members, meaning each member can independently use the filter function and browse through the user stories.
Since I have made several changes/restructuring to the component, we should thoroughly test it before merging.