pcs-remote-monitoring-webui/src
Elvin Morales 8dfdf983f9 Update github release to 3.0.0 2019-04-15 16:09:32 -07:00
..
assets Accessibility fix (#1214) 2019-02-05 13:41:35 -08:00
components Reverting color settings for hyperlinks (#1239) 2019-03-29 10:37:53 -07:00
services Mitigation to fetch correct version number (#1207) 2019-01-16 14:52:06 -08:00
store Logo color and Company Name Fix (#1226) 2019-02-28 17:01:21 -08:00
styles Align RM to the new Fluent Design (#1210) 2019-01-30 15:41:58 -08:00
utilities Alignment Fix for deploymentDetails page (#1218) 2019-02-20 11:58:06 -08:00
walkthrough Accessibility fix (#1214) 2019-02-05 13:41:35 -08:00
README.md Merging the archMigration branch into master (#928) 2018-04-17 13:49:07 -07:00
app.config.js Update github release to 3.0.0 2019-04-15 16:09:32 -07:00
i18n.js Merging the archMigration branch into master (#928) 2018-04-17 13:49:07 -07:00
index.js Update to remove npm audit vulnerabilities (#1190) 2018-12-05 11:22:33 -08:00
index.scss Align RM to the new Fluent Design (#1210) 2019-01-30 15:41:58 -08:00
polyfills.js fix display of toggleBtn in IE11; also fix up polyfills for IE11 (#1058) 2018-08-09 15:09:45 -07:00
registerServiceWorker.js Merging the archMigration branch into master (#928) 2018-04-17 13:49:07 -07:00
setupTests.js Merging the archMigration branch into master (#928) 2018-04-17 13:49:07 -07:00

README.md

Application Structure Overview

  • assets: Contains assets used across the application. These include fonts, icons, images, etc.
  • components: Contains all the application react components. These in include containers and presentational components.
  • services: Contains the logic for making ajax calls as well as mapping request/response objects to front end models.
  • store: Contains all logic related to the redux store.
  • styles: Contains sass used across the application mixins, theming, variables, etc.
  • utilities: Contains helper scripts used across the application.