This repository has been archived by the owner on Jun 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Updates Readme #32
Open
anselmbradford
wants to merge
52
commits into
master
Choose a base branch
from
update_readme_url
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Updates Readme #32
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 2554d1e.
update data set link to bypass new socrata "primer" page
Remove reference to google analytics
This reverts commit f8db460.
Update content on complaints landing page
Modifying api endpoints in js and html
updating change log
Updating setup.py
As part of the first release of Mosaic, the CCDB landing page needs several updates: - Remove the self-updating complaint number - Remove the complaint randomizer - Remove the data downloader (and replace it with a few static links) - Update some text in the about the data section - Add a note about recent CCDB updates
The section on the recent CCDB changes needed to be more noticable, so we've moved it into a well above the "About the data" section.
We had a few small content updates to make after the CCDB landing page went through clearance.
Mosaic CCDB landing page
Add links to CCDB crosswalk PDFs
Fix tests for running with cfgov-refresh
Fix a few typos on the CCDB page
Fixes missing whitespace in h3
Update readme and changelog
Remove feature flag for landing page
Closing quote to resolve INSTALLED_APPS syntax issues.
Missing end of string
allow technical issues banner to be enabled on-demand
It created a dependency on Socrata, and the results were no longer used
remove get_count_info function.
build wheels and attach them to new releases
willbarton
suggested changes
Nov 7, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, within the context of the readme, this URL is correct.
It's only when running as part of cfgov-refresh that the URL is different.
It might be worth adding a new section to the readme, but as the readme is written for running this app standalone, the new URL won't work.
Relevant distinctions:
- Running standalone from this repo: https://github.com/cfpb/complaint/blob/master/ccdb/urls.py#L7
- Running as part of cfgov-refresh: https://github.com/cfpb/cfgov-refresh/blob/master/cfgov/cfgov/urls.py#L272
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes