trevorhuang1 / csp_blog

Other
0 stars 0 forks source link

CSP Spot Check #2 - Trevor Huang P2 #4

Open trevorhuang1 opened 8 months ago

trevorhuang1 commented 8 months ago

My score: 1.95/2

Individuals will be asked to demonstrate the below.

2/5/2024

Live reviews will be focussed on discussing the Show elements and demonstrating the Demo elements. It is expected that ISSUE is prepared in advance, but is linked at the end of Live review day.

QUESTION 1

  • jupyter notebook or web page that shows signup and login, focus on login

    • [x] Show HTML and JavaScript to support Login/Signup in VSCode … Login image
    • [x] Show HTML that support Login/Signup HTML image
    • [x] Show Style that supports Login/Signup formatting Style image
    • [x] Show JavaScript code that performs Fetch fetch for the login image
    • [x] In Browser/Jupyter demo …
    • [x] Demo Login success correct credentials image access to datatables image
    • [x] Demo Login failure wrong credentials image image

QUESTION 2


  • jupyter notebook or web page that shows redirect or 403 error as result of signup and login page, focus on redirect to data/table display or failure

    • [x] Show HTML and JavaScript to support Login/Signup failure VSCode … signup failure image login failure image

    • [x] Show JavaScript that performs Fetch image

    • [x] Show code that redirects to page on success image

    • [x] Show code that shows implementation of roles image image image

    • [x] Show code that captures error handling on 403 image

    • [x] In Browser/Jupyter demo …

    • [ ] Demo Login success redirecting to table/data page image

    • [x] Show in split screen, login success with cookie on redirected page image

    • [x] Demo Login success to a page that requires advanced role image image image

    • [x] Demo Login failure related in insufficient role login using chicken, who is a user image

QUESTION 3


  • jupyter notebook that shows CRUD operation on page that requires authentication, or this can include signup without authentication

    • [x] Show in VSCode HTML and JavaScript to support Post, Put or Delete method post image image

put image image

delete image image

  • [x] Show JavaScript that performs Fetch

    • [ ] Show JavaScript code that handles Response and formats data image

    • [ ] Show code that supports HTML, HTML generation, and Style image

    • [x] In Browser/Jupyter demo …

    • [x] Demo Fetch Action for Create/Post image image image

    • [ ] Demo Fetch Action for Update/Put image image image

    • [ ] Demo Fetch Action for Delete image image image

    • [x] In SQLite demo …

    • [x] Demo Data Before each Fetch Action

    • [x] Demo Data After each Fetch Action