Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 93 additions & 0 deletions .github/ISSUE_TEMPLATE/jwmcneill00001.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
---
name: jwmcneill00001
about: There is not a month “0” (zero)
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
There is not a month “0” (zero). The month entry should only accept integers 1 – 12. No exceptions.

**Program**
Repository Name: jwmcneill/CSC256PublicChangeMgmt
Repository URL: https://github.com/jwmcneill/CSC256PublicChangeMgmt
Date/Time of Clone: 10/18/2020 7:00PM
PyCharm 2019.2 (Community Edition)
Build #PC-192.5728.105, built on July 23, 2019
Runtime version: 11.0.3 + 12-b304.10 amd64


**Component**
full_retirement_calculator_app.py

**Error Type**
Design error

**Severity**
Nuisance

**Priority**
TBD

**State**
Open

**To Reproduce**
Steps to reproduce the behavior:
1. Run the program full_retirement_calculator_app.py
2. Enter the birth year when prompted; press Enter.
3. Enter “0” (zero) as the birth month when prompted; press Enter.

**Expected behavior**
The entry of “0” (zero) should prompt the user to enter a valid birth month.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [Windows 10 Home]
- Browser [Microsoft Edge]
- Version [85.0.564.68 (Official build) (64-bit)]

**Additional context**
Add any other context about the problem here.

**Assigned**
Unassigned

**Defect Type**
For ODC later.
One of
* Interface
* Function
* Build/Package/Merge
* Assignment
* Documentation
* Checking
* Algorithm
* Timing/Serialization

**Defect Trigger**
For ODC later.
One of
* Review and Inspection Triggers
* Unit and Function Test Triggers
* System and Field Test Triggers

**Defect Impact**
For ODC later.
One of
* Capability
* Usability
* Performance
* Reliability
* Installability
* Maintainability
* Documentation
* Migration
* Standards
* Integrity/Security

# fix completed
102 changes: 102 additions & 0 deletions .github/ISSUE_TEMPLATE/jwmcneill00002.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
---
name: jwmcneill00002
about: There are stylistic formatting errors with print statements.
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
There are stylistic formatting errors with the following print statements:
“your full retirement are is 66 and 0 months”
The word “your” should start with a capital letter.
The spacing in-between “is 66 and 0 months” should be uniform and standard with common English language rules.

“this will be in January of 2009”
The word “this” should start with a capital letter.
The spacing in-between “in January of 2009” should be uniform and standard with common English language rules.

**Program**
Repository Name: jwmcneill/CSC256PublicChangeMgmt
Repository URL: https://github.com/jwmcneill/CSC256PublicChangeMgmt
Date/Time of Clone: 10/18/2020 7:00PM
PyCharm 2019.2 (Community Edition)
Build #PC-192.5728.105, built on July 23, 2019
Runtime version: 11.0.3 + 12-b304.10 amd64



**Component**
full_retirement_calculator_app.py

**Error Type**
Design error

**Severity**
Nuisance

**Priority**
TBD

**State**
Open

**To Reproduce**
Steps to reproduce the behavior:
1. Run the program full_retirement_calculator_app.py
2. Enter the birth year when prompted; press Enter.
3. Enter the birth month when prompted; press Enter.


**Expected behavior**
The expected output from the print statement should follow proper English language rules and syntax regarding capitalization, punctuation, and spacing.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [Windows 10 Home]
- Browser [Microsoft Edge]
- Version [85.0.564.68 (Official build) (64-bit)]

**Additional context**
Add any other context about the problem here.

**Assigned**
Unassigned

**Defect Type**
For ODC later.
One of
* Interface
* Function
* Build/Package/Merge
* Assignment
* Documentation
* Checking
* Algorithm
* Timing/Serialization

**Defect Trigger**
For ODC later.
One of
* Review and Inspection Triggers
* Unit and Function Test Triggers
* System and Field Test Triggers

**Defect Impact**
For ODC later.
One of
* Capability
* Usability
* Performance
* Reliability
* Installability
* Maintainability
* Documentation
* Migration
* Standards
* Integrity/Security

# fix accepted
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/jwmcneill0001.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
name: jwmcneill0001
about: The month entry should only accept integers 1 – 12.
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
* There is not a month “0” (zero). The month entry should only accept integers 1 – 12.

**Program**
Repository Name: jwmcneill/CSC256PublicChangeMgmt
Repository URL: https://github.com/jwmcneill/CSC256PublicChangeMgmt
Date/Time of Clone: 10/18/2020 7:00PM
PyCharm 2019.2 (Community Edition)
Build #PC-192.5728.105, built on July 23, 2019
Runtime version: 11.0.3 + 12-b304.10 amd64


**Component**
full_retirement_calculator_app.py

**Describe the solution you'd like**
The month “0” (zero) should not be an acceptable month entry. If entered by the user, this should prompt an error. Then, prompt the user to enter a valid entry of integers 1 – 12. No exceptions.


**Describe alternatives you've considered**
None

**Additional context**
Add any other context or screenshots about the feature request here.

**Priority**
TBD

**State**
Open

**Assigned**
Unassigned

**Cost**
TBD

# feature rejected
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/jwmcneill0002.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
name: jwmcneill0002
about: There are stylistic formatting errors with print statements.
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
There are stylistic formatting errors with the following print statements:
“your full retirement are is 66 and 0 months”
The word “your” should start with a capital letter.
The spacing in-between “is 66 and 0 months” should be uniform and standard with common English language rules.

“this will be in January of 2009”
The word “this” should start with a capital letter.
The spacing in-between “in January of 2009” should be uniform and standard with common English language rules.

**Program**
Repository Name: jwmcneill/CSC256PublicChangeMgmt
Repository URL: https://github.com/jwmcneill/CSC256PublicChangeMgmt
Date/Time of Clone: 10/18/2020 7:00PM
PyCharm 2019.2 (Community Edition)
Build #PC-192.5728.105, built on July 23, 2019
Runtime version: 11.0.3 + 12-b304.10 amd64


**Component**
full_retirement_calculator_app.py

**Describe the solution you'd like**
The solution should produce the expected output from the print statement should follow proper English language rules and syntax regarding capitalization, punctuation, and spacing.

**Describe alternatives you've considered**
None

**Additional context**
Add any other context or screenshots about the feature request here.

**Priority**
TBD

**State**
Open

**Assigned**
Unassigned

**Cost**
TBD

# feature rejected