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.
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 supports Login/Signup
[ ] Show Style that supports Login/Signup formatting
[ ] Show JavaScript code that performs Fetch
[ ] In Browser/Jupyter demo …
[ ] Demo Login success
[ ] Demo Login failure
Jupyter notebook or web page that shows redirect or 403 error as a 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
[ ] Show code that redirects to page on success
[ ] Show code that shows an implementation of roles
[ ] Show code that captures error handling on 403
[ ] In Browser/Jupyter demo …
[ ] Demo Login success redirecting to table/data page
[ ] Show in split screen, login success with a cookie on the redirected page
[ ] Demo Login success to a page that requires an advanced role
[ ] Demo Login failure related to insufficient role
Jupiter 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 the 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
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.
Jupyter notebook or web page that shows signup and login, focus on login
Jupyter notebook or web page that shows redirect or 403 error as a result of signup and login page, focus on redirect to data/table display or failure
Jupiter notebook that shows CRUD operation on-page that requires authentication, or this can include signup without authentication