Action Point Dashboard
  • Action Point Dashboard Documentation
  • INTRODUCTION
    • Glossary / Terminology
    • FAQ
    • Releases / Changelog*
    • Report an Issue / Contact us
  • PRODUCT / END-USER DOCUMENTATION
    • Overview
      • Objectives
      • User roles and permissions
    • Action Points Dashboard Navigation
    • Overall User Interface
    • List of Action Points
    • Action Points Workflow
    • Action Points
      • Creation of Action Point
      • Modification of Action Point
      • Completion of Action Point
      • Additional options for Action Point
    • Connections to other modules
      • Overview
      • Action Points in FAM
      • Action Points in Field Monitoring
      • Action Points in TPM
      • Action Points in Trip Management (T2F)
  • TECHNICAL DOCUMENTATION
    • Architecture
    • Development Setup
    • Deployment / DevOps
    • Data Model
    • Fixtures & management commands
    • API Documentation
      • Error Handling
    • Backend module structure
    • Integration with permissions framework
    • Frontend
      • Module structure
      • Build process
      • Tests
Powered by GitBook
On this page
  • Installation
  • How to run tests
  1. TECHNICAL DOCUMENTATION

Frontend

EtoolsAction Points Dashboard Front-End module

PreviousIntegration with permissions frameworkNextModule structure

Last updated 6 years ago

This module was developed using the library (version 2.x) and concept. plugin was used as helper in development process and was used to application.

Installation

Using git, clone to a local directory:

$ git clone https://github.com/unicef/etools-action-points.git

Assuming node and npm are already installed, make sure bower is also installed, if not run:

$ npm install -g bower

Install packages:

$ npm install
$ bower install

This application is part of and runs under a customized setup of etools apps. After etools-infra is installed the TPM application can be accessed for devs at http://localhost:8082/apd/

How to run tests

To run tests you can use:

$ gulp test
Polymer
Material Design
Polytempl
Gulp
build
etools-infra