Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MJ12358 committed Jun 4, 2022
1 parent 5cfb68f commit afa6dbe
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This map allows you to view [Service Appointments](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_serviceappointment.htm) or [Work Orders](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_workorder.htm) with [Locations](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_location.htm), [Service Resources](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_serviceresource.htm) and [Service Territories](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_serviceterritory.htm)!

You can filter by status and also search.
You can filter by status, territory or work type and also search.

Add layers like drawing, heatmap, polygons and traffic.

Expand All @@ -17,6 +17,7 @@ You can even use this without the need for a "Dispatcher License".
* Deploy using the button below
* Assign the "Work Map" permission set to anyone who needs access
* Create a new "Work Map" metadata record called "Default" and add your [Google Api Key](https://developers.google.com/maps/documentation/javascript/get-api-key)
* You _may_ have to adjust "Sharing Settings" to allow public read on "Work Type"

# Deploy

Expand All @@ -31,11 +32,20 @@ You can even use this without the need for a "Dispatcher License".
## Filter by Status
![Screenshot_By_Status](images/Capture_By_Status.PNG)

## Filter by Territory
![Screenshot_By_Territory](images/Capture_By_Territory.PNG)

## Filter by Work Type
![Screenshot_By_WorkType](images/Capture_By_WorkType.PNG)

## Add Layers
![Screenshot_Layers](images/Capture_Layers.PNG)

## Style the map
![Screenshot_Style](images/Capture_Style.PNG)

# Tests

| Class | Percent | Lines |
| ----- | ------- | ----- |
| WorkMapController | 91% | 119/130 |
| WorkMapController | 92% | 146/157 |
Binary file modified images/Capture.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/Capture_By_Status.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Capture_By_Territory.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Capture_By_WorkType.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Capture_Layers.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/Capture_Style.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit afa6dbe

Please sign in to comment.