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

New assortments not showing up #11

Closed stevenbui44 closed 4 months ago

stevenbui44 commented 4 months ago

After successfully making it so that only users' assortments show up on screen for each user, creating a new assortment seems to fail now, where you can get to the create assortments screen and add cards, but the assortment is not saved into the database, even when you refresh the page.

image image image image
stevenbui44 commented 4 months ago

It looks like the assortments are being made, but they're just not linked to a user or something, and they're also not showing up in the assortments join table. You can access them by going to /assortments/*

image image
stevenbui44 commented 4 months ago

Oh yea they show up now B)

image