-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #464 from GSA/release-1.3.0
Release 1.3.0 to staging
- Loading branch information
Showing
24 changed files
with
250 additions
and
209 deletions.
There are no files selected for viewing
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 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"agencies":[{"name":"Consumer Financial Protection Bureau","value":"CFPB"},{"name":"Department of Defense","value":"DOD"},{"name":"Department of Energy","value":"DOE"},{"name":"General Services Administration","value":"GSA"}],"categories":[{"name":"bug","value":"bug"},{"name":"content","value":"content"},{"name":"enhancement","value":"enhancement"},{"name":"good first issue","value":"good first issue"}],"languages":[],"skillLevels":[{"name":"Beginner","value":"beginner"},{"name":"Intermediate","value":"intermediate"},{"name":"Advanced","value":"advanced"}],"timeRequired":[{"name":"Small","value":"small"},{"name":"Medium","value":"medium"},{"name":"Large","value":"large"}]} | ||
{"agencies":[{"name":"Consumer Financial Protection Bureau","value":"CFPB"},{"name":"Department of Energy","value":"DOE"},{"name":"Department of Health and Human Services","value":"HHS"},{"name":"General Services Administration","value":"GSA"}],"categories":[{"name":"bug","value":"bug"},{"name":"enhancement","value":"enhancement"},{"name":"good first issue","value":"good first issue"}],"languages":[],"skillLevels":[{"name":"Beginner","value":"beginner"},{"name":"Intermediate","value":"intermediate"},{"name":"Advanced","value":"advanced"}],"timeRequired":[{"name":"Small","value":"small"},{"name":"Medium","value":"medium"},{"name":"Large","value":"large"}]} |
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
"base": "https://api.code.gov/", | ||
"key": "OC457325hyT6DpFm5HBBZ1i8SR6gtp5U2CdqtHZQ" | ||
}, | ||
"style": "code-gov-style", | ||
"twitter": { | ||
"handle": "yourcitydotgov" | ||
}, | ||
|
@@ -15,9 +14,18 @@ | |
"light": "./assets/img/logos/your-city-light.svg" | ||
}, | ||
"links": [ | ||
{ "name": "Browse Projects", "url": "/#!/explore-code" }, | ||
{ "name": "Help Wanted", "url": "/#!/help-wanted" }, | ||
{ "name": "Roadmap", "url": "/#!/roadmap" } | ||
{ | ||
"name": "Browse Projects", | ||
"url": "/#!/explore-code" | ||
}, | ||
{ | ||
"name": "Help Wanted", | ||
"url": "/#!/help-wanted" | ||
}, | ||
{ | ||
"name": "Roadmap", | ||
"url": "/#!/roadmap" | ||
} | ||
] | ||
}, | ||
"home": { | ||
|
@@ -57,8 +65,14 @@ | |
"description": "A website with resource and tools for starting your own business in Your City", | ||
"image": "/assets/img/featured-projects/biz_400x400.png", | ||
"links": [ | ||
{ "name": "View Project", "url": "/#!/explore-code/agencies/" }, | ||
{ "name": "Go to Repo", "url": "https://github.com/"} | ||
{ | ||
"name": "View Project", | ||
"url": "/#!/explore-code/agencies/" | ||
}, | ||
{ | ||
"name": "Go to Repo", | ||
"url": "https://github.com/" | ||
} | ||
] | ||
}, | ||
{ | ||
|
@@ -68,8 +82,14 @@ | |
"description": "A mobile-friendly online interactive map that shows transportation routes and current locations of public transportation options", | ||
"image": "/assets/img/featured-projects/transportation_409x409.png", | ||
"links": [ | ||
{ "name": "View Project", "url": "/#!/explore-code/agencies/" }, | ||
{ "name": "Go to Repo", "url": "https://github.com" } | ||
{ | ||
"name": "View Project", | ||
"url": "/#!/explore-code/agencies/" | ||
}, | ||
{ | ||
"name": "Go to Repo", | ||
"url": "https://github.com" | ||
} | ||
] | ||
} | ||
] | ||
|
@@ -111,22 +131,43 @@ | |
"The Development Roadmap is organized into three categories – Near-term, Mid-term, and Long-term. Priorities are sorted into roadmap categories based on feedback we receive during user interviews. Dependencies and resources are also factors that affect placement on the roadmap. If you want to join the code.yourcity.gov user testing group, please email us at <a href='mailto:[email protected]'>[email protected]</a>." | ||
], | ||
"near": [ | ||
{ "name": "Feature 1", "status": "Released" }, | ||
{ "name": "Feature 2", "status": "Released" } | ||
{ | ||
"name": "Feature 1", | ||
"status": "Released" | ||
}, | ||
{ | ||
"name": "Feature 2", | ||
"status": "Released" | ||
} | ||
], | ||
"mid": [ | ||
{ "name": "Feature 3", "status": "In Progress" }, | ||
{ "name": "Feature 4", "status": null }, | ||
{ "name": "Feature 5", "status": "In Progress" } | ||
{ | ||
"name": "Feature 3", | ||
"status": "In Progress" | ||
}, | ||
{ | ||
"name": "Feature 4", | ||
"status": null | ||
}, | ||
{ | ||
"name": "Feature 5", | ||
"status": "In Progress" | ||
} | ||
], | ||
"long": [ | ||
{ "name": "Feature 6", "status": null }, | ||
{ "name": "Feature 7", "status": null } | ||
{ | ||
"name": "Feature 6", | ||
"status": null | ||
}, | ||
{ | ||
"name": "Feature 7", | ||
"status": null | ||
} | ||
], | ||
"disclaimer": "This Development Roadmap (Roadmap) is for informational purposes only. The code.yourcity.gov team will update the Roadmap as frequently as possible but, given that it’s subject to change at any time, the information presented by the Roadmap should not be used for planning purposes. The information presented in the Roadmap does not represent a solicitation or similar contract vehicle. All items in the Roadmap will be developed and released at the sole discretion of code.yourcity.gov, the Your City Innovation Office and the Your City Office of the Mayor." | ||
} | ||
}, | ||
"images": { | ||
"background": "./assets/img/yourcity.jpg" | ||
} | ||
} | ||
} |
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"baseUrl": "http://localhost:8080" | ||
} | ||
"baseUrl": "http://localhost:8080", | ||
"video": false | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "Using fixtures to represent data", | ||
"email": "[email protected]", | ||
"body": "Fixtures are a great way to mock data for responses to routes" | ||
} |
Binary file removed
BIN
-85.1 KB
...shots/about-page.spec.js/about page tests -- visits the about page (failed).png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -661,34 +661,13 @@ | |
"path": "/Users/josephcastle/Development/DevCode/code-gov-front-end/node_modules/@code.gov/cautious", | ||
"licenseFile": "node_modules/@code.gov/cautious/README.md" | ||
}, | ||
"@code.gov/[email protected]": { | ||
"licenses": "CC0-1.0", | ||
"repository": "https://github.com/GSA/code-gov-font", | ||
"publisher": "Daniel J. Dufour", | ||
"path": "/Users/josephcastle/Development/DevCode/code-gov-front-end/node_modules/@code.gov/code-gov-style/node_modules/@code.gov/code-gov-font", | ||
"licenseFile": "node_modules/@code.gov/code-gov-style/node_modules/@code.gov/code-gov-font/LICENSE.md" | ||
}, | ||
"@code.gov/[email protected]": { | ||
"licenses": "CC0-1.0", | ||
"repository": "https://github.com/GSA/code-gov-font", | ||
"publisher": "Daniel J. Dufour", | ||
"path": "/Users/josephcastle/Development/DevCode/code-gov-front-end/node_modules/@code.gov/code-gov-font", | ||
"licenseFile": "node_modules/@code.gov/code-gov-font/LICENSE.md" | ||
}, | ||
"@code.gov/[email protected]": { | ||
"licenses": "CC0-1.0", | ||
"repository": "https://github.com/GSA/code-gov-front-end", | ||
"publisher": "Daniel J. Dufour", | ||
"path": "/Users/josephcastle/Development/DevCode/code-gov-front-end", | ||
"licenseFile": "LICENSE.md" | ||
}, | ||
"@code.gov/[email protected]": { | ||
"licenses": "CC0-1.0", | ||
"repository": "https://github.com/GSA/code-gov-style", | ||
"publisher": "Daniel J. Dufour", | ||
"path": "/Users/josephcastle/Development/DevCode/code-gov-front-end/node_modules/@code.gov/code-gov-style", | ||
"licenseFile": "node_modules/@code.gov/code-gov-style/LICENSE.md" | ||
}, | ||
"@code.gov/[email protected]": { | ||
"licenses": "CC0-1.0", | ||
"repository": "https://github.com/GSA/code-gov-site-map-generator", | ||
|
@@ -15105,4 +15084,4 @@ | |
"path": "/Users/josephcastle/Development/DevCode/code-gov-front-end/node_modules/yauzl", | ||
"licenseFile": "node_modules/yauzl/LICENSE" | ||
} | ||
} | ||
} |
Oops, something went wrong.