Davidtruong02 / Wager-Whiz

MIT License
0 stars 1 forks source link

Change the page displayed when the user logs in #33

Open dstorie80 opened 4 months ago

dstorie80 commented 4 months ago

We need to change what page the user is taken to when they log in . Instead of going to the cards page, it should take them to the My Picks page.

The page should look into the database and see if there is any data on the Picks table and pull that into card container. If there isn't any data it should hide the container and then display an H1 stating "No picks listed for you". Once the database is able to see picks in the database for the user, then it will hide the message and display the cards for the picks.