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

Add a @OneToMany tag for a user having many assortments #5

Closed stevenbui44 closed 3 months ago

stevenbui44 commented 3 months ago

A user should probably have many assortments since that way a user can see only their assortments when they go to /assortments

stevenbui44 commented 3 months ago

It is there now B)

image