project-studying-dotnet / Streetcode-Server-September

Streetcode Server Project for UA-1237 .NET Group
MIT License
0 stars 1 forks source link

Add to Favourites Endpoint #286

Closed refokcer closed 3 weeks ago

refokcer commented 3 weeks ago

Task: Create a MediatR handler that allows users to add a Streetcode to their favourite list. Steps:

  1. Create a AddStreetcodeToFavouritesCommand.
  2. Implement a AddStreetcodeToFavouritesHandler.
  3. Store the favourite list in the browser's localStorage.
  4. Create a controller action to handle adding to favourites.