The app is deployed in Salesforce Site
The idea makes end users able to handle the locations within two views: list view; map view
- View the locations within the map
- View the location within the list
- Add new locations by typing into the relavnt input(google places autocomplete)
- Filter locations by typing into the relevant input
- Add the comment to the location via the poping-up dialog, which is triggered by the click on the row item/map's pin
- Upload(via the button/drang-and-drop)/delete/download the attachment on the location via the same poping-up dialog
The unit test examples are implemented for the next app's parts:
- filter-new-location-actions.component.ts
- app.component.ts
- location.service.ts
To execute the e2e tests the json-server is used, should be istalled prio the execution
Salesforce dev env. provides the limited amount of the storage(5mb). Therefore don't upload big files, please(attachments in kbs should be fine). In case of permanent failures upon persist operations - visit the next link, please. It execuetes the clean-up operation within the env and redirect to the app afterwards.