We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We'll go live with the challenge by noon today.
Here are the pending tasks.
flag_bookings
book_ticket
get_trips(email)
notifications.py
send_booking_confirmation_email
before_request
flag_login
db.get_trips
/account/trips
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We'll go live with the challenge by noon today.
Here are the pending tasks.
Tasks
Task 7: ticket booking flow
flag_bookings
flag_bookings
in onbook_ticket
andget_trips(email)
functions to db.pyTask 8: Email confirmation on booking
notifications.py
withsend_booking_confirmation_email
function, which the user will have to implementbefore_request
hook to switch to a test sendmail config. (could this be temporarily implemented in hamr by sending a special HTTP header?)Task 9: Login & My Trips
flag_login
db.get_trips
function/account/trips
endpoint and a trips templateOther tasks
The text was updated successfully, but these errors were encountered: