sarayu-pr11 / tri3_aiproject

CSP Course Repo
0 stars 0 forks source link

Week 5 Review Ticket #5

Open sarayu-pr11 opened 2 years ago

sarayu-pr11 commented 2 years ago

SCORE 5/5 Graded: By Christina Lee CB Create Task completed and documented on GH Pages - Prep to submit to CB on or before May, 2nd. (2 Points - Individual) CB Create Task Coding requirements documented Runtime of Code(with comments) on Replit/Intellij Accounts and Logins Challenges/Hacks ( 3 Points - Pair/Trio) Start or add to existing project: init.py, main.py, requirements.txt and cruddy blueprint directory are things you will need to add to your existing project. Additionally, you should start with some of the content in templates and static folders. Find a pair and work on this together. Ask questions. Analysis: the csp.nighthawkcodingsociety.com implementation is for educational purposes. It has some obvious flaws in its security. Discuss some of the flaws that you see in its security as implemented. Hack #1 Add Phone Number to Sign Up / Authorization screen Hack #2 Add logout to CRUD screen Hack #3 Add login_required to another portion of the project Extra Credit: A quality design would have login and logout on Navbar with user information. Be sure to have login protecting something on your site, however, do NOT make entire site under login_required.

christinlee367 commented 2 years ago

Total Score: 5/5

Reviewer: Christina Lee

Create Task: 2/2

Tasks Checks
CB Create Task completed and documented on GH Pages :heavy_check_mark:
Runtime of Code(with comments) on Replit/Intellij :heavy_check_mark:

Accounts and Logins: 3/3

Tasks Checks
Hack #1 :heavy_check_mark:
Hack #2 :heavy_check_mark:
Hack #3 :heavy_check_mark: