Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

Commit

Permalink
Update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
niqjohnson committed May 11, 2017
1 parent 5f06d96 commit 0067b2c
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 10 deletions.
48 changes: 45 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,51 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]
- Removed view code to parse narratives as jsonp (now straight json)

## [1.3.2] - 2017-05-02
### Updated
- Updated CCDB landing page content

## [1.3.1] - 2017-04-24
### Added
- Added links to product and issue list PDFs to CCDB landing page

## [1.3.0] - 2017-04-20
### Added
- Added "recent changes" notes on CCDB landing page
- Added feature flag for the CCDB landing page template name

### Removed
- Removed dynamic complaint counts on CCDB landing page
- Removed complaint randomizer on CCDB landing page
- Removed data downloader (and replaced with static download links) on CCDB landing page
- Removed chevrons after links on CCDB landing page
- Removed unneeded JS on CCDB landing page

### Fixed
- Fixed tests for `landingView`

### Updated
- Updated header and circle illustrations on CCDB landing page
- Updated "About the data" content on CCDB landing page

## [1.2.9] - 2017-03-09
### Added
- Added a url and view option to demo the landing page with a local json file

### Removed
- Removed view code to parse narratives as jsonp (now straight json)

### Updated
- Upgrade npm shrinkwrap endpoints to HTTPS
- Modified api endpoints in JS and HTML

## [1.2.6] - 2016-10-06
- Copy updated for `submit-a-complaint` and `process`
### Added
- Added travis and coveralls setup

### Updated
- Copy updated for `submit-a-complaint` and `process`
- Updated the download 4x4 codes for Money transfers

## [1.2.2] - 2016-06-06
Expand Down Expand Up @@ -78,7 +115,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Version 1 Django app + Jinja templates


[unreleased]: ../../compare/v1.2.2...HEAD
[unreleased]: ../../compare/1.3.2...HEAD
[1.3.2]: ../../compare/1.3.1...1.3.2
[1.3.1]: ../../compare/1.3.0...1.3.1
[1.3.0]: ../../compare/v1.2.9...1.3.0
[1.2.9]: ../../compare/v1.2.8...v1.2.9
[1.2.6]: ../../compare/v1.2.5...v1.2.6
[1.2.2]: ../../compare/v1.2.1...v1.2.2
[1.2.1]: ../../compare/v1.2...v1.2.1
[1.2]: ../../compare/v1.1.8...v1.2
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

complaint
============
Standalone Django project that runs the [Submit a complaint](http://www.consumerfinance.gov/complaint) and [Consumer Complaint Database](http://www.consumerfinance.gov/complaintdatabase) applications.
Standalone Django project that runs the [Consumer Complaint Database](http://www.consumerfinance.gov/complaintdatabase) application.

![Submit a complaint website screenshot](https://raw.githubusercontent.com/cfpb/complaint/master/screenshot-complaint.png)
![Consumer Complaint Database website screenshot](https://raw.githubusercontent.com/cfpb/complaint/master/screenshot-complaintdatabase.png)


Expand Down Expand Up @@ -34,20 +33,20 @@ Standalone Django project that runs the [Submit a complaint](http://www.consumer
1. Run server locally:

```bash
python manage.py runserver
python manage.py runserver
```
1. To set up the front end, first install Gulp if you don't have it:

```bash
npm install --global gulp
```
```
1. Install [Autoenv](https://github.com/kennethreitz/autoenv) if needed:

```bash
$ pip install autoenv
```
1. Copy `.env_SAMPLE` to `.env` and cd into root directory to execute `.env`.

```bash
cp .env_SAMPLE .env
cd ../complaint
Expand All @@ -56,8 +55,8 @@ Standalone Django project that runs the [Submit a complaint](http://www.consumer

```bash
sh ./setup.sh
```
1. Go to landing pages:
```
1. Go to landing pages:
- http://127.0.0.1:8000/complaintdatabase/
- http://127.0.0.1:8000/complaint/data-use/
- http://127.0.0.1:8000/complaint/process/
Expand Down
Binary file removed screenshot-complaint.png
Binary file not shown.
Binary file modified screenshot-complaintdatabase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0067b2c

Please sign in to comment.