18F/confidential-survey

View on GitHub
.about.yml

Summary

Maintainability
Test Coverage
---
# .about.yml project metadata
#
# Short name that acts as the project identifier (required)
name: confidential-survey

# Full proper name of the project (required)
full_name: Confidential Survey Tool

# The type of content in the repo
# values: app, docs, policy
type: app

# Describes whether a project team, working group/guild, etc. owns the repo (required)
# values: guild, working-group, project
owner_type: working-group

# Name of the main project repo if this is a sub-repo; name of the working group/guild repo if this is a working group/guild subproject
#parent:

# Maturity stage of the project (required)
# values: discovery, alpha, beta, live, sunset, transfer, end
stage: alpha

# Description of the project
description: A tool for conducting surveys derived from confidential and personal responses that only records aggregate counts and does not retain any personal information.

# Tags that describe the project or aspects of the project
tags:
- survey
- anonymous
- confidential

# Should this repo have automated tests? If so, set to `true`. (required)
# values: true, false
testable: true

# Team members contributing to the project (required)
# Items:
# - github: GitHub user name
#   id: Internal team identifier/user name
#   role: Team member's role; leads should be designated as 'lead'
team:
- github: harrisj
  id: jacob.harris
  role: Lead

- github: annahsebok
  id: anna.sebok
  role: Product Manager

- github: xtine
  id: christine.cheung
  role: Designer

# Partners for whom the project is developed
partners:
- 18F

# Organizations or individuals who have adopted the project for their own use
# Items:
# - id: The name of the organization or individual
#   url: A URL to the user's version of the project
#users:
#-

# Brief descriptions of significant project developments
milestones:
- "March 2016: ATO"

# Technologies used to build the project
stack:
- Ruby on Rails

# Brief description of the project's outcomes
impact: This tool will allow us to conduct surveys on diversity without causing privacy concerns

# Services used to supply project status information
# Items:
# - name: Name of the service
#   category: Type of the service
#   url: URL for detailed information
#   badge: URL for the status badge
services:
- name: Code Climate
  category: Site review
  url: https://codeclimate.com/github/18F/confidential-survey
  badge: https://codeclimate.com/github/18F/confidential-survey/badges/gpa.svg
- name: Gemnasium
  category: Dependency Checking
  url: https://gemnasium.com/18F/confidential-survey
  badge: https://gemnasium.com/18F/confidential-survey.svg
- name: Hakiri
  category: Static analysis
  url: https://hakiri.io/github/18F/confidential-survey
  badge: https://hakiri.io/github/18F/confidential-survey/develop.svg
- name: Travis CI
  category: Build review
  url: https://travis-ci.org/18F/confidential-survey
  badge: https://travis-ci.org/18F/confidential-survey.svg?branch=develop

# Licenses that apply to the project and/or its components (required)
# Items by property name pattern:
#   .*:
#     name: Name of the license from the Software Package Data Exchange (SPDX): https://spdx.org/licenses/
#     url: URL for the text of the license
licenses:
  tool:
    name: CC0-1.0
    url: https://github.com/18F/team_api/blob/master/LICENSE.md

# Tag to use when blogging about this project
#blogTag:
#-

# Links to project artifacts
# Items:
# - url: URL for the link
#   text: Anchor text for the link
#   category: Type of the link
#links:
#-

# URIs for points-of-contact
# Items:
# - url: URL for the link
#   text: Anchor text for the link
contact:
- url: mailto:jacob.harris@gsa.gov
  text: Jacob Harris