https://github.com/conterra/mapapps-editing-usernameprocessor
This bundle registers an EditorInterceptor that provides the current username to the editing bundle.
https://github.com/conterra/mapapps-editing-usernameprocessor
3x 4x analysis mapapps
Last synced: 9 days ago
JSON representation
This bundle registers an EditorInterceptor that provides the current username to the editing bundle.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-editing-usernameprocessor
- Owner: conterra
- License: apache-2.0
- Created: 2017-03-29T11:31:33.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-12-04T10:09:47.000Z (3 months ago)
- Last Synced: 2025-12-07T17:25:00.366Z (3 months ago)
- Topics: 3x, 4x, analysis, mapapps
- Language: JavaScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_editingusernameprocessor/index.html
- Size: 2.3 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-editing-usernameprocessor/actions/workflows/devnet-bundle-snapshot.yml)


# mapapps-editing-usernameprocessor
This bundle registers an EditorInterceptor that provides the current username to the editing bundle.
## Sample App
https://demos.conterra.de/mapapps/resources/apps/public_demo_editingusernameprocessor/index.html
[dn_editingusernameprocessor Documentation](https://github.com/conterra/mapapps-editing-usernameprocessor/tree/master/src/main/js/bundles/dn_editingusernameprocessor)
## Quick start
Clone this project and ensure that you have all required dependencies installed correctly (see [Documentation](https://docs.conterra.de/en/mapapps/latest/developersguide/getting-started/set-up-development-environment.html)).
Then run the following commands from the project root directory to start a local development server:
```bash
# install all required node modules
$ mvn initialize
# start dev server
$ mvn compile -Denv=dev -Pinclude-mapapps-deps
# run unit tests
$ mvn test -P run-js-tests,include-mapapps-deps
```