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
5 stars 0 forks source link

Using LocalStorage to store session data #217

Open an2508374 opened 1 month ago

an2508374 commented 1 month ago

Generally, I've observed that we can store there any objects, not only authentication data, in quite easy way.

Thanks to that, in reports, admin has saved searching criteria no matter where he goes, and after going to page of report target, he can return directly to manage report dialog.

We have some other places, for example searching events and friends, where using this mechanism can improve user experience, and I will be able to update it later.