Skip to content
New issue

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

Dashboard #1

Open
KyleMBoomer opened this issue Jun 4, 2024 · 0 comments
Open

Dashboard #1

KyleMBoomer opened this issue Jun 4, 2024 · 0 comments

Comments

@KyleMBoomer
Copy link
Owner

As a traveler, I should see a dashboard page that shows me:

  1. 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

  2. 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?)

  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant