Skip to content

Vincent Shury

Vince edited this page Jun 18, 2019 · 7 revisions

Vincent's Tasks


ROUTES

HTML-ROUTE

  • DASHBOARD "/" Main React landing page

API-ROUTES

  • CREATE RESERVATION

    • Create reservation "/reserve/new"
  • GET RESERVATION-TO-UPDATE

    • Update reservation "/reserve/update/:id"
  • PUT RESERVATION-TO-UPDATE

    • Update reservation "/reserve/update/:id"
  • GET ARRIVALS

    • view incoming arrivals "/arrivals"
  • GET IN-HOUSE-GUESTS/VISITORS

    • view in-house-guests "/guests-in-house"
  • GET BILLING DATA

    • Cashier accounting "/billing"
  • Reports "/reports/"

    • GET HOUSEKEEPING REPORT
      • "/reports/house-keeping"
    • GET DETAILED AVAILABILITY
      • "/reports/detailed-availability"
    • GET HOUSE STATUS
      • "/reports/house-status"


  • CONTROLLER

    • Create Custom ORM for MySQL Database queries
    • Export ORM for ROUTES