SaintAngeLs / distributed_minispace

Microservices based Social Network -- Distributed .Net Blazor solution. MiniSpace is a microservices-based social network designed to enhance student life. Built with .NET Blazor, it enables event management, social interactions, and administrative oversight, providing a comprehensive platform for students and event organizers.
https://minispace.itsharppro.com
Apache License 2.0
6 stars 0 forks source link

Issue with GetStudentEvents command #151

Closed an2508374 closed 1 month ago

an2508374 commented 1 month ago

There is a situation that user after signing up for an event and later after cancelling it, still have this event in signed up events. The same situation is for interested in events. It looks like CancelSignUpToEvent or CancelInterestInEvent don't change results of GetStudentEvents. Hope this problem is easy to solve :)

an2508374 commented 1 month ago

@eggwhat, thanks for resolving this issue!