Skip to content

Instantly share code, notes, and snippets.

@HartiganHM
Created September 11, 2018 19:12
Show Gist options
  • Save HartiganHM/ad95a203ca87685ab269fefcd7339081 to your computer and use it in GitHub Desktop.
Save HartiganHM/ad95a203ca87685ab269fefcd7339081 to your computer and use it in GitHub Desktop.
Scheduling Test Checklist

Components

Calendar

  • TeamCalendar.js

ScheduleGrid

  • ScheduleGrid.js
  • TimeRangeForm.js
  • TimeRangeInput.js

SpecialEvents

  • SpecialEventForm.js
  • SpecialEvents.js

StoreSchedule

  • StoreSchedule.js
  • StoreScheduleForm.js
  • StoreScheduleOverrideForm.js
  • StoreSchedulePage.js

TeamDashboard

  • ShiftOverrideForm.js
  • TeamDashboard.js

TeammateAvailability

  • TeammateAvailability.js

TeamSchedules

  • TeammateAvailabilityForm.js
  • TeammateBlockTimeForm.js
  • TeammateScheduleForm.js
  • TeamSchedules.js

TimeOff

  • ManageTorForm.js
  • TimeOffRequestForm.js

Misc

  • GuestDashboard.js
  • ReminderForm.js

Containers

  • Page.js

Pages

Guest

  • index.js

Owner

  • calendar.js
  • index.js
  • reminders.js
  • special-events.js
  • store-schedule.js
  • team-schedule.js
  • time-off.js

Teammate

  • calendar.js
  • index.js
  • reminders.js
  • team-availability.js
  • time-off.js

Misc

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

Store

Actions

  • employeeData.js
  • index.js
  • shiftOverrides.js
  • specialEvents.js
  • storeSchedule.js
  • teamAvailability.js
  • teammateShifts.js
  • timeblocks.js
  • timeOff.js
  • users.js

Reducers

  • employeeData.js
  • index.js
  • shiftOverrides.js
  • specialEvents.js
  • storeSchedule.js
  • teamAvailability.js
  • teammateShifts.js
  • timeblocks.js
  • timeOff.js
  • users.js

Utilities

  • shifts.js
  • timeRangeParser.js
  • tor.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment