I'm creating a wishlist for an ecommerce website. I couldn't find a good article on this.
I need to create a wishlist that works for both a logged in user or guest user ( not logged in). So I did some analysis and have decided to use browser local storage for saving wish list items and sync them with the database when user logs in.
The technology in the current website is C# ASP.Net MVC and Jquery at client side.
My query is: