Open Samuelwaang opened 2 years ago
He had his create task with the video, as well as the documentation There were comments on his IntelliJ code There was a phone number on the sign-up as well as the authorization screen He had a log out button There was another page that required log in to access He also did the extra credit well too.
Grader: Chase Ott, score 6/5
Study Plan:
CB Create Task completed and documented on GH Pages - Prep to submit to CB on or before May, 2nd. (2 Points - Individual)
[x] CB Create Task Coding requirements documented
[x] 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.
[x] Hack 1 Add Phone Number to Sign Up / Authorization screen
[x] Hack 2 Add logout to CRUD screen
[x] Hack 3 Add login_required to another portion of the project
[x] 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.