Skip to content

Instantly share code, notes, and snippets.

@HartiganHM
Last active September 11, 2018 18:57
Show Gist options
  • Save HartiganHM/358e4657a4eabea60889fd37e52b9999 to your computer and use it in GitHub Desktop.
Save HartiganHM/358e4657a4eabea60889fd37e52b9999 to your computer and use it in GitHub Desktop.
Booking Test Checklist

Components

Accordion

  • Accordion.js
  • AccordionItem.js
  • AccordionItemBody.js
  • AccordionItemHeader.js

AppointmentList

  • AppointmentList.js
  • AppointmentListItem.js
  • AppointmentOptions.js

Booking

  • BookingCategories.js
  • BookingConfirmation.js
  • BookingForm.js
  • BookingFormSwipe.js

Calendar

  • TeamCalendar.js

GuestList

  • GuestList.js

GuestProfile

  • GuestProfile.js

OwnerSettings

  • ComissionForm.js
  • EditBundleForm.js
  • EditCategoryForm.js
  • EditServiceForm.js
  • OwnerSettings.js
  • ServicesSettings.js
  • TeammateServiceOverrideForm.js
  • TeannateServicesForm.js
  • TeamSettings.js

PhoneInput

  • PhoneInput.js
  • PhoneInputHeader.js
  • StyledPhone.js

PublicDashboard

  • PublicDashboard.js

TeamDashboard

  • TeamDashboard.js

GuestDashboard

  • GuestDashboard.js

Misc

  • IconUploader.js
  • CountdownTimer.js

Containers

  • Book.js
  • Page.js

Helpers

  • Validation.js

Pages

Guest

  • book.js
  • ChooseMethod.js
  • formerIndex.js
  • index.js

Owner

  • book.js
  • booknew.js
  • calendar.js
  • guest-profile.js
  • index.js
  • reports.js
  • settings.js

Public

  • book.js
  • index.js

Teammate

  • book.js
  • calendar.js
  • guest-profile.js
  • index.js
  • reports.js

Misc

  • _document.js
  • _error.js
  • error.js
  • index.js
  • marketing.js
  • notframed.js
  • unauthorized.js

Store

Actions

  • appointments.js
  • checkout.js
  • guestProfile.js
  • index.js
  • locations.js
  • ownerSettings.js
  • providers.js
  • reports.js
  • schedule.js
  • userAppointments.js
  • users.js

Reducers

  • booking.js
  • checkout.js
  • guestProfile.js
  • index.js
  • ownerSettings.js
  • reports.js
  • schedule.js
  • userAppointments.js
  • users.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment