kileader / BudgetGameRankings

This repository contains files for my Enterprise Java personal project. Budget Game Rankings will be a web app that grabs data on pricing and ratings for video games and ranks them according to user chosen parameters.
0 stars 0 forks source link

Week 5 ready for review #4

Closed kileader closed 3 years ago

kileader commented 3 years ago

@pawaitemadisoncollege week 5 is finished.

My takeaway is learning even more about Hibernate. I took this time to really try to flesh out how to use the APIs and database. I'm opting to go for minimal database with alot of API as the user explores the app. I think I have an API that will work for both ratings/descriptions and another API for pricing on digital download games at least. The one I was thinking of using for physical copies on ebay and such, is actually not free. About half of the APIs I find aren't free. I also need to decide on a way to generally limit on how many games I search; maybe I can do it by popularity or trending.

A challenge for me was understanding how the entities relate to one another and the relationships I had to define within the Daos and extra variables in the javabeans. I took a long time reading about and fixing some of my criteria statements.

I had a problem with the criteria statements. I had to read the official user guide to understand it better. I also ran into the problem with getting the userId variable from WishedGame entity; I just forgot that I had user instead in the javabean. Hopefully the way I got it in WishedGameDao is fine.

pawaitemadisoncollege commented 3 years ago

Very good work @kileader!