Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 2.92 KB

README.md

File metadata and controls

25 lines (23 loc) · 2.92 KB

eatery-nod-w features

The eatery-nod-w application is composed of the following features:

  • eateries: manages and promotes the eateries view
  • discovery: manages and promotes the discovery view
  • common: a collection of app-neutral features
    • baseUI: provides a UI Foundation for the entire application (in an app neutral way), including: Responsive Design, UI Theme, Notify utility activation, Left Nav menu items, User Menu, Current View state, and Tool Bars
    • auth: promotes complete user authentication
    • initFirebase: initializes the Google Firebase service when WIFI is enabled
    • initGooglePlaces: initializes the Google Places service service when WIFI is enabled
    • location: Initializes and promotes the GPS location for use by the app.
    • pwa: orchestrates the Progressive Web App hooks (as defined by Create React App).
    • diagnostic: a collection of diagnostic-related features
      • logActions: logs all dispatched actions and resulting state
      • sandbox: promotes a variety of interactive tests, used in development, that can easily be disabled