Nathaniel Obodovski CSP Period 5 (login, roles, CRUD) - jupyter notebook or web page that shows signup and login, focus on login - [x] Show HTML and JavaScript to support Login/Signup in VSCode … - [x] Show HTML that support Login/Signup - [x] Show Style that supports Login/Signup formatting - [x] Show JavaScript code that performs Fetch - [x] In Browser/Jupyter demo … - [x] Demo Login success - [x] Demo Login failure - 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 … - [x] Show JavaScript that performs Fetch - [x] Show code that redirects to page on success - [x] Show code that captures error handling on 403 - [ ] In Browser/Jupyter demo … - [x] Demo Login success redirecting to table/data page - [ ] Show in split screen, login success with cookie on redirected page - [ ] Demo Login success to a page that requires advanced role - [ ] Demo Login failure related in insufficient role - 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 - [ ] Demo Fetch Action for Update/Put - [ ] Demo Fetch Action for Delete - [ ] In SQLite demo … - [ ] Demo Data Before each Fetch Action - [ ] Demo Data After each Fetch Action
Nathaniel Obodovski
CSP Period 5
(login, roles, CRUD)
jupyter notebook or web page that shows signup and login, focus on login
Show HTML and JavaScript to support Login/Signup in VSCode …
In Browser/Jupyter demo …
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 …
In Browser/Jupyter demo …
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
In Browser/Jupyter demo …
In SQLite demo …