issues
search
fac-15
/
FAC-YAK
A web app to propose lightning talks at FAC
0
stars
2
forks
source link
As a user I want to be able to log in, propose a talk, then have the option to log out
#5
Open
Oliversw
opened
5 years ago
Oliversw
commented
5 years ago
[ ] Create log in button
[ ] Create log in page with user input and button
[ ] Write request to check against user database
[ ] Display error message if details are incorrect
[ ] Send back a login cookie/JWT and redirect to user dashboard
[ ] Create form to propose a talk
[ ] Create submit button
[ ] Request to submit proposition to database
[ ] Pull new list from database
[ ] Display updated list of talks on page
[ ] Create logout button
[ ] Write logout functionality and redirect to public page