Skip to content

Commit

Permalink
add note regarding cnArcherMailProxy and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cchance27 committed Jun 25, 2021
1 parent ae8c0cd commit 53bb3c4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This is an internal development project to add cnArcher workorder generation to

The primary component of this project is the bundle.js and images that are used for a Custom Web-Component <cn-workorder />, this is a very generic reuseable component, however the sample pageextension is based on our own internal setup, and your various field names and noticeicon values most likely differ and will require tweaking. My recommendation is to examine the sample page extension and adopt it to meet your needs for adding cn-workorder's to your packages in the adminportal.

npm run build - builds output to dist/*, content's should be copied to EngageIP adminportal and accessible as AdminPortal/cnArcher/*
npm run build - builds output to dist/, content's should be copied to EngageIP adminportal and accessible as AdminPortal/cnArcher/
npm run web - starts dev-server with setup accessible via http://localhost:3000/sample.htm

To deploy:
Expand All @@ -14,7 +14,10 @@ To deploy:
- Content: Should be set to the static/pageextension.js sample.
- Update value in page extension.
- Firmware: should be the valid firmware the cnArcher will use for radios.
- Techs: should be a comma delimited list of technician names.
- Techs: should be a comma delimited list of technician emails.
- Test the extension by visiting a customer that has a package with a 0a-00-3e ESN.

The pageextension-example.js looks through the clients overview page, finds the various package noticeicons that are used for mouse over package data, it then appends a cn-workorder custom element next to that notice icon that is the trigger for the new web-component modal window for generating workorders.
The pageextension-example.js looks through the clients overview page, finds the various package noticeicons that are used for mouse over package data, it then appends a cn-workorder custom element next to that notice icon that is the trigger for the new web-component modal window for generating workorders.

The MAIL integration to send the workorders relies on a seperate C# project on the EngageIP Server to handle sending the mails from the backend.
https://github.com/cchance27/cnArcherMailProxy

0 comments on commit 53bb3c4

Please sign in to comment.