Code Monkey home page Code Monkey logo

git-away's Introduction

Screen Shot 2022-03-17 at 4 11 03 PM

console.log('Hello, World - I'm Casey!');

Let's Connect

LinkedIn Gmail

Fun Facts:

  • I'm often told I could make friends with a tree ๐ŸŒด
  • My heart melts watching pet videos or pets irl ๐Ÿถ
  • I'm a certified Frontend Software Engineer from Turing School of Software and Design ๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ป

Tools & Technologies:

git-away's People

Contributors

brendasotel0 avatar chalstead16 avatar dependabot[bot] avatar hannahhch avatar khalidwilliams avatar niksseif avatar robbiejaeger avatar

Watchers

 avatar  avatar

git-away's Issues

Reset Request Form

After a trip has been requested, the request form inputs should reset.

Trip Class

  • create a trip class to take in trips API data
  • should have an id property
  • should have a userID property
  • should have a travelers property
  • should have a date property
  • should have a duration property
  • should have a status property
  • should have a suggestedActivities property

Traveler Test

  • should be a function
  • should be an instance of Traveler
  • should have an id
  • should have a name
  • should have a traveler type

Sort Trips

  • section for pending trips
  • section for upcoming trips
  • section for past trips

Test Data File

  • create a file for test data
  • add travelers sample data
  • add trips sample data
  • add destination data
  • exports and imports

Destination Class

  • create a Destination class to reformat destinations API data
  • should have an id property
  • should have a destination property
  • should have an estimated lodging cost per day property
  • should have an estimated flight cost per person property
  • should have an image property
  • should have an alt property

Trip Test

  • create trip test file
  • should be a function
  • should be an instance
  • should have an id property
  • should have an userID property
  • should have a travelers property
  • should have a date property
  • should have a duration property
  • should have a status property
  • should have a suggestedActivities property

Traveler Class

  • create a Traveler Class to take in travelers API data.
  • should have a id property
  • should have a name property
  • should have a travelerType property

Iteration 1 - Traveler Dashboard

  • the user should see all past trips
  • the user should see all upcoming trips
  • the user should see all pending trips
  • total spend (cost) on trips in 2022 - calculated from trips data and includes 10% fee

Iteration 2 - Traveler Interaction

  • a traveler should be able to make a trip request
  • a request should have a date
  • a request should have a duration
  • a request should have a number of travelers
  • a request should choose from a list of destinations
  • a request with completed input fields should estimate the total cost with 10% agent fee
  • a submitted request will show on the dashboard as pending

Test Destination

  • should create a Destination test file
  • should be a function
  • should be an instance of Destination
  • should have an id property
  • should have a destination property
  • should have an estimatedLodgingCostPerDay property
  • should have an estimatedFlightCostPerPerson property
  • should have an image property
  • should have an alt property

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.