Individual commits showing algorithms written in JS and/or Java +1/1
Wiki with design ideas and usage +1/1
Final program code (created independently or pair) +1/1
A 1 minute video that displays the running of your program and demonstrates functionality you developed +1/1
Comments:
The design of the login page looks very good and matches with the theme of the rest of your website
Very cool how you included separate messages for wrong username, wrong password, and wrong username and password
I like how the login landing page is dynamic and a different one displays for each user
JSON looks good but it would be more efficient if you used a database or some other method to dynamically parse through data. Code Snippet
If you had more time it would have been good to add a register page or some other way to add/remove/change data dynamically
JS knowledge shown through use of JSON in login page Code Snippet
Team Final Grading Considerations - +4/5 pts
PBL Github Pages, Jekyll, WIKI - Live review
PBL theme consistent through project and described in Github Pages +.5/.5
Sassy / Bootstrap illustration in GitHub pages +.5/.5
Database - CRUD operations on project centered database tables and describe in GitHub Pages +.2/.5
Deployed Project 24/7 - Deployment Overview and Policies described in GitHub Pages +.4/.5
Async Operation (ie JavaScript fetch) described in GitHub pages +.2/.5
Runtime Features shown in 1 minute video
Highlight of best features +.5/.5
Scrum Board - overview of completed tasks and GitHub tangibles +.5/.5
MVC Package - a code overview showing a complete MVC package +.5/.5
Search on project database tables, easy to identify from UI .2/.5
Google Search or Google translate implemented +.5/.5
Comments:
Theme is very consistent throughout, it is clear your group has a good understanding of CSS and Sassy/Bootstrap
GitHub pages looks awesome. The theme is even consistent throughout your blog. I can see that you put a lot of effort into making it coherant and complete. I like how you can track a clear timeline of your project and even included reflections for each team member.
Dark and light mode works very well. The colors are clearly dark and light but still blend with the theme of your overall site
Very unique implementation of API with search feature to go through list of games
Using recommendation page to sort through types of games shows extra level of understanding and integration
I like how your repository is sorted very clearly with model, view, and control packages. It makes it easy to find where your code is.
Database is redirecting to the wrong page
No add/remove/change/search functions capable on database
Week 11 - Login Page