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

Indie Project Checkpoint 1 ready for review #2

Closed kileader closed 3 years ago

kileader commented 3 years ago

@pawaitemadisoncollege checkpoint 1 work is complete

I feel that a majority of this work is figuring out how to work the APIs. I'm not sure how to put a timeline on that. I might do the professional development presentation on what I've learned from API tools I try.

I didn't realize when picking this that designing a database was so important. For tables, I think I would at least have users, a wishlist of games for each user, and settings for each user. I'm not exactly sure what role the Admin would play.

pawaitemadisoncollege commented 3 years ago

This sounds like a fun project @kileader and it looks like it will answer some interesting questions about games. I think you have done a nice job sizing the project and making sure it hits the project requirements.

Nice job making regular entries and keeping up-to-date with your time log!

kileader commented 3 years ago

@pawaitemadisoncollege I've done some browsing for APIs, and I think I just need to try some out. The thing you noticed, I think I fixed it. I had a filename property defined, but I was trying to use filepath. I put up the Week 4 finished issue as well.