Coder Social home page Coder Social logo

travel-tracker's People

Contributors

dependabot[bot] avatar hannahhch avatar jricardot avatar khalidwilliams avatar markus-xavier avatar robbiejaeger avatar

travel-tracker's Issues

feat: trip selection

As a user I should be able to input a date, duration, number of travelers and be given a list of destinations to choose from

AC:

  • A form with inputs for all the things the user can select
  • destinations will be a drop down option with all 50 options
  • form values should be logged to the console with code written scalable to use the form data in other ways later
  • UI/UX should be built out style is TBD

feat: past trips

As a user I should be able to see my past trips

AC:

  • Using a given user display their past trips on the web page
  • UI should be built out like a widget to allow it to be moved around on the dashboard

feat: travel agent approve/deny

As a travel agent I should be able to approve and deny pending trips

AC:

  • Approve and deny buttons show on the pending trip card
  • Trip status updated on API and should reflect on the travelers dashboard

feat: submitting trip requests

As a user I should be to submit a trip request and have it show on my dashboard as pending

AC:

  • A button will need to be added to the trip selection screen that will add the trip to the users pending
  • A post request will need to be made to the trip endpoint with the required details
  • A user should get feedback if the post request was successful or not
  • UI/UX should be built out

feat: login management

As a user when first arriving at the site I should be able to input a log in with username and password

AC:

  • form should be displayed and styled TBD
  • usernames will be "travelerX" with being a number from 1-50
  • password will be travel
  • upon successful login user should be directed to their dashboard

ux/ui: trip selection mockup

AC:

  • Wireframe and mockup for trip selection page where users can click a CTA to add the trip to their pending trips

feat: present trips

As a user I should be able to see my present trips

AC:

  • Display a given users present trips onto the web page
  • UI/UX should be built out like a widget to allow it to be moved around on the dashboard

feat: travel agent income generated

As a travel agent I should be able to see this years total income generated

AC:

  • Should be 10% of all of the users trip cost
  • Should be displayed in a widget with styling TBD

feat: total amount spent

As a user I should be able to see the total amounts I have spent on trips this year

AC:

  • Total amount should be shown on the web page for any given user
  • This should be calculated from the users trips data and include a travel agent 10% fee
  • UI/UX should be built out like a widget to allow it to be moved around on the dashboard

feat: random user

As a user when I load the web page a random user should be selected

AC:

  • The user data can just log to the console
  • This will be used to start working on the dashboard features
  • Code should be written in a way that is scaleable to implement a log in feature in the future

feat: upcoming trips

As a user I should be able to see my upcoming trips

AC:

  • Display a given users upcoming trips onto the web page
  • UI/UX should be built out like a widget to allow it to be moved around on the dashboard

feat: pending trips

As a user I should be able to see my pending trips

AC:

  • Display a given users pending trips onto the web page
  • UI/UX should be built out like a widget to allow it to be moved around on the dashboard

feat: travel agent trip tracking

As a travel agent I should be able to see all travelers on trips for today

AC:

  • Display travelers name and the trip they are on

feat: travel agent login

As a travel agent I should be brought to a login screen on page load and have the ability to sign in and brought to a dashboard on successful log in

AC:

  • username should be agency
  • password should be travel

feat: trip selection filter

As a user after using the form I should be brought to a page with the location my options and the estimated trip cost.

AC:

  • Using the details from the form this data should be displayed on the web page
  • The estimated trip cost should be calculated with a 10% agent fee
  • Price before and after agent fee should be shown
  • UI/UX should be built out style is TBD

feat: travel agent user search

As a travel agent I should be able to search for any traveler by name and get a profile overview

AC:

  • Display traveler's name
  • Display list of all of their trips
  • Display total amount they've spent including 10% agent fee
  • Display pending trips for this specific user and approve or deny the trip
  • Delete an upcoming trip for that user

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.