Financial Assurance Module
  • Financial Assurance Module Documentation
  • INTRODUCTION
    • Glossary / Terminology
    • FAQ
    • Releases / Changelog*
    • Report an Issue / Contact us
  • PRODUCT / END-USER DOCUMENTATION
    • Overview
      • User roles and permissions
    • Financial Assurance Module Navigation
    • Overall User Interface
    • Engagements section
      • Creation of Engagement
      • Reporting of Engagement
      • Submitting of Engagement
      • Finalize the Engagement
      • Export of Engagement
      • Cancellation of Engagement
    • Staff Spot Checks section
    • FAM workflow
  • TECHNICAL DOCUMENTATION
    • Architecture
    • Development Setup
    • Deployment / DevOps
    • Backend Module structure
    • Data Model
    • Fixtures & management commands
    • Integration with permissions framework
    • Interaction with VISION
    • API Documentation
      • Error Handling
    • Frontend
      • Module structure
      • Build process
      • Tests
Powered by GitBook
On this page
  • Installation
  • How to run tests
  1. TECHNICAL DOCUMENTATION

Frontend

Etools Financial Assurance Front-End module

PreviousError HandlingNextModule structure

Last updated 6 years ago

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

Installation

Using git, clone to a local directory:

$ git clone https://github.com/unicef/etools-auditor-portal.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 FA application can be accessed for devs at http://localhost:8082/ap/

How to run tests

To run tests you can use:

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