generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 33
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 #339 from hackforla/318-add-note-to-applicant-defi…
…ned-strategy Add note to applicant defined strategy
- Loading branch information
Showing
12 changed files
with
245 additions
and
65 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
{ | ||
"username": "hackforla", | ||
"repo": "tdm-calculator", | ||
"tags": "all", | ||
"dataSource": "issues", | ||
"ignoreLabels": [ | ||
"closed","documentation","duplicate","question" | ||
], | ||
"ignoreIssuesWith": [ | ||
"closed","documentation","duplicate","question" | ||
], | ||
"prefix": "v", | ||
"override": true, | ||
"onlyMilestones": false, | ||
"groupBy": { | ||
"Enhancements:": ["enhancement"], | ||
"Bug Fixes:": ["bug"] | ||
}, | ||
"template": { | ||
"issue": "- {{name}} [{{text}}]({{url}})" | ||
}, | ||
"changelogFilename": "CHANGELOG.md" | ||
"username": "hackforla", | ||
"repo": "tdm-calculator", | ||
"tags": "all", | ||
"dataSource": "issues", | ||
"ignoreLabels": ["closed", "documentation", "duplicate", "question"], | ||
"ignoreIssuesWith": ["closed", "documentation", "duplicate", "question"], | ||
"ignoreTagsWith": [], | ||
"prefix": "v", | ||
"override": true, | ||
"onlyMilestones": false, | ||
"groupBy": { | ||
"System Updates:": ["refactor", "system update"], | ||
"UI/UX Enhancements:": ["enhancement"], | ||
"Error Corrections:": ["bug"] | ||
}, | ||
"template": { | ||
"issue": "- {{name}} [{{text}}]({{url}})" | ||
}, | ||
"generate": true, | ||
"changelogFilename": "CHANGELOG.md" | ||
} |
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,115 @@ | ||
# Changelog | ||
|
||
## v0.2.4 (31/03/2020) | ||
|
||
#### System Updates: | ||
|
||
- Refactoring Web API code [#288](https://github.com/hackforla/tdm-calculator/issues/288) | ||
- Refactor Wizard to use react-router to render steps [#232](https://github.com/hackforla/tdm-calculator/issues/232) | ||
- Create staging database [#228](https://github.com/hackforla/tdm-calculator/issues/228) | ||
|
||
#### UI/UX Enhancements: | ||
|
||
- Change Labels associated with the Education, Marketing and Outreach Strategies [#320](https://github.com/hackforla/tdm-calculator/issues/320) | ||
- Change Wizard Page 3 Heading and remove parking space info [#319](https://github.com/hackforla/tdm-calculator/issues/319) | ||
- Transportation Demand Strategies: Display only strategies applicable to selected land uses [#285](https://github.com/hackforla/tdm-calculator/issues/285) | ||
- New data fields: City Planning Case Number and LADOT Case Number [#280](https://github.com/hackforla/tdm-calculator/issues/280) | ||
- Create an admin screen for security admin to grant-revoke admin and/or security admin roles [#276](https://github.com/hackforla/tdm-calculator/issues/276) | ||
- Add basic responsiveness to the sidebar & horizontal resizing [#258](https://github.com/hackforla/tdm-calculator/issues/258) | ||
- Update About button and login/logout on Navbar [#257](https://github.com/hackforla/tdm-calculator/issues/257) | ||
- Implement Required Field Validation [#224](https://github.com/hackforla/tdm-calculator/issues/224) | ||
- Combine "Education, Marketing, and Outreach" and "Voluntary Behavior Change Program" strategies [#221](https://github.com/hackforla/tdm-calculator/issues/221) | ||
- Add Sorting and Filtering to the the Projects Page [#179](https://github.com/hackforla/tdm-calculator/issues/179) | ||
- Revise Detailed Project Level Calculation per Rosemary's Input. [#160](https://github.com/hackforla/tdm-calculator/issues/160) | ||
- Add Saving Function [#111](https://github.com/hackforla/tdm-calculator/issues/111) | ||
- Auto-calculate project TDM Level based on entered project land use. [#93](https://github.com/hackforla/tdm-calculator/issues/93) | ||
|
||
#### Error Corrections: | ||
|
||
- Adjust target point calculation to fix Honda test case bug [#282](https://github.com/hackforla/tdm-calculator/issues/282) | ||
- Fix Select Residential Package button [#271](https://github.com/hackforla/tdm-calculator/issues/271) | ||
- Fix all current code style and lint errors [#262](https://github.com/hackforla/tdm-calculator/issues/262) | ||
- Fix validation issues that are keeping projects from saving. [#218](https://github.com/hackforla/tdm-calculator/issues/218) | ||
- User Registration: Need prompt to check email [#174](https://github.com/hackforla/tdm-calculator/issues/174) | ||
|
||
--- | ||
|
||
## v0.2.2 (16/02/2020) | ||
|
||
#### UI/UX Enhancements: | ||
|
||
- UI/UIX Wireframe: Target Point Calculation Page [#142](https://github.com/hackforla/tdm-calculator/issues/142) | ||
|
||
--- | ||
|
||
## v0.2.1 (30/01/2020) | ||
|
||
_No changelog for this release._ | ||
|
||
--- | ||
|
||
## v0.2.0 (30/01/2020) | ||
|
||
#### UI/UX Enhancements: | ||
|
||
- Allow for Calculation Inputs to be rendered as a TextArea [#191](https://github.com/hackforla/tdm-calculator/issues/191) | ||
- Update Project Name/Information page: Add input fields for Version #, Project description, and required fields [#183](https://github.com/hackforla/tdm-calculator/issues/183) | ||
- Wizard Project Parameters Page: Add Uncheck All feature [#181](https://github.com/hackforla/tdm-calculator/issues/181) | ||
- Wizard Strategies Page: Add Uncheck All feature [#180](https://github.com/hackforla/tdm-calculator/issues/180) | ||
- Cleanup CSS and set project standards [#157](https://github.com/hackforla/tdm-calculator/issues/157) | ||
- Implement Client-Side Validation for Rules with numeric inputs or measures [#116](https://github.com/hackforla/tdm-calculator/issues/116) | ||
|
||
#### Error Corrections: | ||
|
||
- New Project link doesn't work within a project [#201](https://github.com/hackforla/tdm-calculator/issues/201) | ||
|
||
--- | ||
|
||
## v0.1.3 (14/01/2020) | ||
|
||
_No changelog for this release._ | ||
|
||
--- | ||
|
||
## v0.1.0 (14/01/2020) | ||
|
||
_No changelog for this release._ | ||
|
||
--- | ||
|
||
## v0.1.2 (14/01/2020) | ||
|
||
_No changelog for this release._ | ||
|
||
--- | ||
|
||
## v0.1.1 (14/01/2020) | ||
|
||
#### UI/UX Enhancements: | ||
|
||
- Calculation Wizard: Re-arrange Summary Page per Rosemary's Direction [#143](https://github.com/hackforla/tdm-calculator/issues/143) | ||
- Create input for Condos - Direct entry of # spaces [#139](https://github.com/hackforla/tdm-calculator/issues/139) | ||
- Add another colum to strategy inputs containing a range of possible points. [#138](https://github.com/hackforla/tdm-calculator/issues/138) | ||
- Add User Notification capabiltiy to TDM like "Toasts" [#123](https://github.com/hackforla/tdm-calculator/issues/123) | ||
- Calculate Intersection Improvement Strategy Per Rules [#115](https://github.com/hackforla/tdm-calculator/issues/115) | ||
- Calculate Shared Parking Strategy per rules [#113](https://github.com/hackforla/tdm-calculator/issues/113) | ||
- Rule for Guest Rooms should be a single input [#112](https://github.com/hackforla/tdm-calculator/issues/112) | ||
- User interface improvements: Calculations page [#108](https://github.com/hackforla/tdm-calculator/issues/108) | ||
- Start TMO: Change description to "Start a new TMO" and update points awarded to 3 points [#107](https://github.com/hackforla/tdm-calculator/issues/107) | ||
- Add School Safety Campaign to TDM Strategies under Information section (worth 4 points) [#106](https://github.com/hackforla/tdm-calculator/issues/106) | ||
- Remove Distribution of Metro TAP card from TDM Strategies [#105](https://github.com/hackforla/tdm-calculator/issues/105) | ||
- Wayfinding: update points awarded to 1 point [#104](https://github.com/hackforla/tdm-calculator/issues/104) | ||
- Add Child Care to Strategies menu [#103](https://github.com/hackforla/tdm-calculator/issues/103) | ||
- Implement Bicycle Facilities Bonus scoring [#102](https://github.com/hackforla/tdm-calculator/issues/102) | ||
- Changing and Shower Facilities: update points awarded to 2 points [#101](https://github.com/hackforla/tdm-calculator/issues/101) | ||
- Bicycle Parking: update points awarded to 2 points [#100](https://github.com/hackforla/tdm-calculator/issues/100) | ||
- Bike Share Membership: update points awarded to 5 points [#99](https://github.com/hackforla/tdm-calculator/issues/99) | ||
- Bike Share Station: update points awarded to 5 points [#98](https://github.com/hackforla/tdm-calculator/issues/98) | ||
- Locate Near Bike Share: update points awarded to 2 points [#97](https://github.com/hackforla/tdm-calculator/issues/97) | ||
- Display points for each strategy next to the strategy [#95](https://github.com/hackforla/tdm-calculator/issues/95) | ||
|
||
#### Error Corrections: | ||
|
||
- For Restaurant input, combine Restaurant and Small Restaurant into single input with tiered calculation. [#144](https://github.com/hackforla/tdm-calculator/issues/144) | ||
- Calculation: When inputs are hidden, set their values to 0 [#133](https://github.com/hackforla/tdm-calculator/issues/133) | ||
- Correct Substandard Infrastructure: user enters points [#96](https://github.com/hackforla/tdm-calculator/issues/96) |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.