Rashad-636 / sportsPerformancePredictor

0 stars 0 forks source link

checkpoint 1, ready for review #1

Open Rashad-636 opened 2 weeks ago

Rashad-636 commented 2 weeks ago

Very rough draft for my screens!

@pawaitemadisoncollege

pawaitemadisoncollege commented 1 week ago

Hi @Rashad-636!

First, I'm so glad that you found inspiration by exploring the myriad of apis that are out there! This seems like it'll be a fund project for you to work on and I'm looking forward to seeing the first iteration!

Problem statement

Does a good job explaining the solution; I think it would be helpful to give background on other websites/applications and what's not great about them as predictors - more clearly answer: what problem does your solution solve?

User stories w/ MVP stories identified Your users stories are clear and well-written following the best practices for user stories. They clearly communicate what your application will do, and the UI/UX aspect seems to be well-thought-out. Your MVP stories appear to include what's needed for the ent java project requirements like crud, and multiple tables with more than one one-to-many relationship. I think you've done a good job scoping the project to what's doable this semester.

Wireframes. Good work on these! The wireframes clearly communicate what each page will do. I appreciate the hand-drawn style!

Project Plan A good start!

Reflection/Time log Keep up the good work with this. Document all time spent in class, not just time on your indie project. This helps us both evaluate what might need more or less time!


To reach "met" status for checkpoint 1:

Complete the items listed for Problem Statement (if you know the services/ai), Stories and Project Plan, the respond to this issue and I'll review. If you have any questions, please ask!

Rashad-636 commented 1 week ago

Everything under signup, sign in, and Account management are MVP and the user stories that have view, create and delete capitalized.

Changes made on the README and project plan as well

@pawaitemadisoncollege

pawaitemadisoncollege commented 1 week ago

Updates look good @Rashad-636.

You may want to include in the plan a step to implement the generic DAO. Then as you add each entity, they will be unit tested similar to the unit testing we did in weeks 4 and 5.