Skip to content

Latest commit

 

History

History
85 lines (63 loc) · 1.87 KB

README.md

File metadata and controls

85 lines (63 loc) · 1.87 KB

Westport Civil Management Application

$ git clone ...
$ npm install

Dependencies

  • A desire to change the world via awesome public service data management.
  • Node.js
  • GruntJS
  • Ruby
  • HAML, Coffee, SASS

Mockups

Initial Architecture

Mockup 3 Mockup 4

Features

  • User Login (local - node level)

  • email address username

    • password (reset features)
    • SMS security pass (future feature)
    • Official ID
    • Contact Info
  • Stealth Mode

  • Guest Services (Public Data)

  • Nodes obtain DNS and find other division nodes

  • Universal Fields

  • Node / Federation Based System

  • Central DNS Server

  • Database API

  • Simple Install

  • Each Division/Department will Fork Master Repo

  • Database Schema will be recorded and versioned to local repo

  • Transaction Log

  • Nodes will be auto updated with regression testing, unit testing, reversion on fail.

  • DEFAULT FIELDS (default properties), i.e. public:[true|false]

    • DATETIME STAMP (VERSIONED)
    • INCIDENT #
    • TYPE (VERSIONED)
    • UNIT (VEHICLE) (VERSIONED)
    • COMMENTS (VERSIONED)
    • LOCATION (VERSIONED) Google Maps API
    • STATUS (VERSIONED)
    • GROUP (VERSIONED)
  • New Fields can be added, with prompt:

    • Suggests are given.
    • Icon Selection available.
    • Checkboxes for Share (Local, State, Federal)

QUESTIONS

  • What is public data?

CASES

COMMENT CASE:

DISPATCHER LOGS CALL WITH INITIAL COMMENT

  • OFFICER REPORTED ON-SCENE - DISPATCHER #2001
  • CALL RECEIVED, CAR REPORTED STOLEN - DISPATCHER #101

Dept View

Mockup 1

Overview

Mockup 2