Skip to content

Instantly share code, notes, and snippets.

@andrewsantarin
Last active July 16, 2018 12:56
Show Gist options
  • Save andrewsantarin/f29ab98321264449bdce937d0801c730 to your computer and use it in GitHub Desktop.
Save andrewsantarin/f29ab98321264449bdce937d0801c730 to your computer and use it in GitHub Desktop.
File Structure
app
app-landing
components
AppLanding.jsx
address-map
components
AddressMapForm.jsx
AddressMapFormGoogleAutocompleteField.jsx
address-edit
components
AddressEditForm.jsx
addresses-list
components
AddressesList.jsx
AddressesListForm.jsx
AddressesListField.jsx
AddressesListOptionContent.jsx
auth-sign-in-password
components
SignInForm.jsx
auth-sign-in-email
components
SignInForm.jsx
SubmitCodeForm.jsx
ResendCodeForm.jsx
auth-sign-in-tel
components
SignInForm.jsx
SubmitCodeForm.jsx
ResendCodeForm.jsx
auth-sign-in-facebook
components
SignInForm.jsx
auth-sign-out
components
SignOut.jsx
SignOutButton.jsx
customer-profile
components
Profile.jsx
ProfilePersonalDetails.jsx
ProfileRewardsDetails.jsx
UpdateProfileForm.jsx
customer-pre-sign-up
components
PreSignUpForm.jsx
PreSignUpFormExistingEmailMessage.jsx
customer-sign-up
components
SignUpLink.jsx
SignUpForm.jsx
order-card
components
OrderCard.jsx
OrderCardInvoiceAmount.jsx
OrderCardTourList.jsx
OrderCardTourListRow.jsx
order-cards-list
components
OrderCardsCurrent.jsx
OrderCardsHistory.jsx
order-detail
components
OrderDetail.jsx
order-tour-card
components
OrderTourCard.jsx
OrderTourCardEta.jsx
OrderTourCardLaundryAngel.jsx
OrderTourCardResidence.jsx
OrderTourCardStatus.jsx
OrderTourCardTimeslot.jsx
OrderTourCardTourType.jsx
tour
components
NewTimeslotMessage.jsx
UpdateTourTimeslot.jsx
UpdateTourTimeslotForm.jsx
lib
fetch
ui
back-button
BackButton.jsx
navbar
Navbar.jsx
page
Page.jsx
PageTitle.jsx
toolbar
withToolbar.js
Provider.jsx
Consumer.jsx
ToolbarContext.jsx
Toolbar.jsx
timeslot-picker
TimeslotP
view
View.jsx
modules
address
redux
actions.js
reducer.js
saga.js
core
const.js
model.js
service.js
auth
redux
actions.js
reducer.js
saga.js
core
const.js
model.js
service.js
customer
redux
actions.js
reducer.js
saga.js
core
const.js
model.js
service.js
invoice
redux
actions.js
reducer.js
saga.js
core
const.js
model.js
service.js
order
redux
actions.js
reducer.js
saga.js
core
const.js
model.js
service.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment