stevenbui44 / flashcode

This application allows users to create and study flashcards tailored to LeetCode problems' questions, solutions, approaches, and time/space complexities.
0 stars 0 forks source link

User should see their own assortments, not all assortments #10

Closed stevenbui44 closed 3 months ago

stevenbui44 commented 3 months ago

Right now, when a user logs in, they are able to see every assortment ever made, not just the assortments made by them. They should only see their own assortments. When a user makes a new assortment, that assortment should also just be visible to them.

image
stevenbui44 commented 3 months ago

They see their own assortments now B)

image