DavidL0914 / student

MIT License
0 stars 0 forks source link

CPT Spot Check #2 #9

Open DavidL0914 opened 9 months ago

DavidL0914 commented 9 months ago

Part 2!! Redemption :)

DavidL0914 commented 9 months ago

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

Show HTML and JavaScript to support Login/Signup in VSCode … Show HTML that support Login/Signup image image

Show Style that supports Login/Signup formatting image image image

Show JavaScript code that performs Fetch image image

In Browser/Jupyter demo … Demo Login success image

Demo Login failure image

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 Show HTML and JavaScript to support Login/Signup failure VSCode … Show JavaScript that performs Fetch image image

Show code that redirects to page on success image

Show code that shows implementation of roles image

Show code that captures error handling on 403 image

In Browser/Jupyter demo … Demo Login success redirecting to table/data page image

Show in split screen, login success with cookie on redirected page image

Demo Login success to a page that requires advanced role image

Demo Login failure related in insufficient role image

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

Show in VSCode HTML and JavaScript to support Post, Put or Delete method Show JavaScript that performs Fetch Show JavaScript code that handles Response and formats data Show code that supports HTML, HTML generation, and Style In Browser/Jupyter demo … Demo Fetch Action for Create/Post image

Demo Fetch Action for Update/Put image

Demo Fetch Action for Delete image

In SQLite demo … Demo Data Before each Fetch Action image image

Demo Data After each Fetch Action image

DavidL0914 commented 9 months ago

Feedback: Test out Error 401 for failed login rather than 400