Giter Club home page Giter Club logo

overlook-hotel's Introduction

Welcome!

I'm a US Navy Veteran passionate about programming. I believe in the idea of the eternal student, and that a growth mindset is the key to success.

Connect with me on LinkedIn

Technologies:

JavaScript SASS TypeScript HTML5 CSS3

React React Router React

Jest React Testing Library Mocha Chai

git Heroku Travis CI Webpack


overlook-hotel's People

Contributors

alyssabull avatar dependabot[bot] avatar hannahhch avatar khalidwilliams avatar robbiejaeger avatar shawntru avatar

Stargazers

 avatar

Watchers

 avatar

overlook-hotel's Issues

Extend Manager from User Class

As a manager:

I should be able to search for any user by name and:
View their name, a list of all of their bookings, and the total amount they’ve spent
Add a room booking for that user
Delete any upcoming room bookings for that user (they cannot delete a booking from the past)

Remove userID arguments

As Dev,

remove 'userId' arguments in User class methods, instead swapping to this.id in code black

Create Login for User and Manager

Your app should support two different types of users: a customer and a manager. When first arriving at the site, a user should be able to log in with a username and password. If it is a manager logging in, they should log in with the following credentials:

username: manager
password: overlook2020
If it is a customer logging in, they should log in with the following credentials:

username: customer50 (where 50 is the ID of the user)
password: overlook2020

Remove userID from arg

As Dev,

remove 'userId' arguments in User class methods, instead swapping to this.id in code black

Create Manager Dashboard

As a manager, upon logging in:

I should see a dashboard page that shows me:
Total Rooms Available for today’s date
Total revenue for today’s date
Percentage of rooms occupied for today’s date

Apologize To Customer

In the event that no rooms are available for the date/roomType selected, display a message fiercely apologizing to the user and asking them to adjust their room search

Room Filter Options

As a user,

Should have a series of checkboxes that allow filtering by room type, additively.

Create Customer Dashboard

As a customer, upon logging in:

I should see a dashboard page that shows me:
Any room bookings I have made (past or present/upcoming)
The total amount I have spent on rooms

Create Hotel Object

Object should have:

  • Collection of room info
  • Collection of bookings

Should be able to:

  • show a list of room details for only rooms that are available on a given date
  • filter rooms by room type

Create User Class

Properties:

  • ID
  • Name
  • Money Spent

As a customer:

  • I should be able to select a date for which I’d like to book a room for myself

  • Upon selecting a date, I should be shown a list of room details for only rooms that are available on that date

  • I should be able to filter the list of available rooms by their roomType property

  • I should be able to select a room for booking

  • In the event that no rooms are available for the date/roomType selected, display a message fiercely apologizing to the user and asking them to adjust their room search

  • should be able to see the amount spent on rooms (Get all past dates matching user ID, sum)

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.