noahaguilera / VideoGameCollectionTracker

Keep track of your games across all gaming platforms
0 stars 0 forks source link

Week 5 ready for review #6

Open noahaguilera opened 3 years ago

noahaguilera commented 3 years ago

@pawaitemadisoncollege week 5 is complete.

  1. The main takeaway was learning how to setup and integrate a many to many table in the project.
  2. The biggest challenge was getting everything to work together, making sure if I deleted a game from the main list of games that it would delete out of the users' game list.
  3. One problem that I solved by watching the videos and checking over slack was needing to set up the one to many on both java classes.