Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 1.01 KB

README.md

File metadata and controls

12 lines (11 loc) · 1.01 KB

eatery-nod app

The 'eatery-nod' application is composed from following features:

  • 'device': initializes the device for use by the app, and promotes a device api abstraction
  • 'auth': promotes complete user authentication
  • 'leftNav': promotes the app-specific Drawer/SideBar on the app's left side
  • 'currentView': maintains the currentView with get/set cross-feature communication bindings
  • 'eateries': manages and promotes the eateries view
  • 'discovery': manages and promotes the discovery view
  • 'firebase': initializes the google firebase service
  • 'logActions': logs all dispatched actions and resulting state
  • 'sandbox': promotes a variety of interactive tests, used in development, that can easily be disabled