You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Overview

Documentation on creating and configuring a map project.  This page covers the various aspects of the tool that are customizeable and how to use them.

Customizeable Features

  • Map Projects and Map Project Metadata
  • Project Scope
  • Custom Terminologies
  • Customizing the Index Viewer
  • Project Specific Algorithm Handlers
  • Custom Workflow Paths
  • Including custom code in deployment

Creating and Configuring a Map Project

A map project can be created completely from scratch, even in a system that does not have one yet.  It can also be created in a way that leverages some of the definitions of other projects.  The steps needed are these:

  • Creating a new administrative user and a blank (default) project
  • Importing a map project
  • Creating metadata to support the project
    • Advices
    • Principles
    • Relations
    • Preset age ranges
  • Creating users to support the project.
    • Specialists
    • Leads
    • Admins
  • Defining scope for the project
    • Scope includes concepts
    • Scope excludes concepts
  • Defining reports and QA checks
    • Report definitions
    • QA check definitions
  • Uploading a map principles document
  • Implementing project specific handling

Creating an administrative user

A new administrative user and blank map project can be created using the admin mojos.  Use this option when no administrative users exist or can be accessed, i.e.:

  • Starting in a blank environment.
  • Existing administrative users cannot be accessed (e.g. users are no longer active and their authentication details cannot be retrieved.

To create the admin user, execute the following commands:

cd code/admin/loader
mvn clean install -Drun.config=YOUR_CONFIG_VARIABLE -PCreateMapAdmin -Dmap.user=DESIRED_USER_NAME

Executing this command will:

  • Create a new map user will be created with the following default values.  To edit these, edit the map user from the Application Administration widget.
    • System user name:  DESIRED_USER_NAME
    • User's full name:  DESIRED_USER_NAME
    • Email:  Not set
    • Application Role:  ADMINISTRATOR
  • Create a new map project with blank or default values will be created with the name Blank Project.  If that project already exists, the new project will be named Blank Project 2 (or 3, 4, ...)

After execution, log in as the specified user to edit the blank project, create new projects, or perform other administrative tasks.

Identifying and Loading Terminologies.

...

Loading Legacy Map Record Data

 

...

Release Process

..

Other Considerations

  • LEGACY workflow is not implemented
  • n/a

 

 

 

  • No labels