You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a traveler, I should see a dashboard page that shows me:
All of my trips (past, upcoming, and pending)
a) GET requests for trips
b) HTML rough draft (how many sections/children will be needed? Will I need a form, dropdown?)
c) DOM updates for those requests
Total amount I have spent on trips this year. This should be calculated from the trips data and include a 10% fee
a) Logical function that calculates the total, includes fee
b)DOM update for function return (.then in GET?)
HTML/CSS Template
a) What's my vibe/color scheme?
b) Do I want to incorporate anything fancy like animation?
c) Incorporate accessibility from the get-go
The text was updated successfully, but these errors were encountered:
As a traveler, I should see a dashboard page that shows me:
All of my trips (past, upcoming, and pending)
a) GET requests for trips
b) HTML rough draft (how many sections/children will be needed? Will I need a form, dropdown?)
c) DOM updates for those requests
Total amount I have spent on trips this year. This should be calculated from the trips data and include a 10% fee
a) Logical function that calculates the total, includes fee
b)DOM update for function return (.then in GET?)
HTML/CSS Template
a) What's my vibe/color scheme?
b) Do I want to incorporate anything fancy like animation?
c) Incorporate accessibility from the get-go
The text was updated successfully, but these errors were encountered: