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
72 changes: 72 additions & 0 deletions .github/ISSUE_TEMPLATE/knsook_bug_report0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
name: Bug report 0
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
When enter current year of 2020, the program returns incorrect retirement age and months and
time until retirement. It returns your full retirement age is -1 and -1 months
and this will be in invalid of -1

**Program**
wtccjava/CSC256PublicChangeMgmt

**Component**
full_retirement_age_calculator_app.py

**Error Type**
Behavioral error

**Severity**
Severe

**Priority**
Set by management

**State**
Open

**To Reproduce**
Steps to reproduce the behavior:
1. Run the program
2. Enter 2020 for year
3. Enter 1 for birth month
.
.
.

**Expected behavior**
Would like the program to correctly calculate the retirement age for the current year.
It should be 67 years

**Screenshots**
**unable to paste a screen shot**

**Desktop (please complete the following information):**
PyCharm. But use Microsoft edge as my browser

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

**Assigned**
To be assigned

**Defect Type**
* Function

**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
* Usability
* Performance
68 changes: 68 additions & 0 deletions .github/ISSUE_TEMPLATE/knsook_bug_report1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
If you just press enter when asked to enter the month of birth(<enter> implies 0)
. When you press enter the program crashes

**Program**
wtccjava/CSC256PublicChangeMgmt

**Component**
full_retirement_age_calculator_app.py

**Error Type**
Behavioral error

**Severity**
Fatal

**Priority**
To be determined

**State**
Open

**To Reproduce**
Steps to reproduce the behavior:
1. Run the Program
2. When asked to enter the year, enter 1974
3. When asked to enter month of birth <enter> implies 0 - just press enter
4. program will crash
.
.
.

**Expected behavior**
Would expect the program to imply we entered 0 as the birth month

**Screenshots**
*unable to include screenshot*

**Desktop (please complete the following information):**
PyCharm

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

**Assigned**
To be determined

**Defect Type**
* Function

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

**Defect Impact**
* Performance
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/knsook_feature_request0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
name: Feature request
about: A Feature is a request for new function, and not related to something that
must be "fixed."
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
No. Would be nice when asking for the birth year and birth month,
to give the boundary conditions, so for year 1900-current year
and month 1-12.

**Program**
wtccjava/CSC256PublicChangeMgmt

**Component**
full_retirement_age_calculator_app.py

**Describe the solution you'd like**
Would like it to say:

Social Security Full Retirement Calculator
Enter the year of birth or <enter> to exit: 1900-current year
Enter the month of birth (1-12):

**Describe alternatives you've considered**


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

**Priority**
To be determined

**State**
Open

**Assigned**
to be determined

**Cost**
Development will estimate the various resources required to implement this feature, as well as other observable affects. Ex. Two man-months of developer time, insignificant increase in disk space, performance goes in the toilet.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/knsook_feature_request1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
name: Feature request
about: A Feature is a request for new function, and not related to something that
must be "fixed."
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
No. When invalid month or year is entered, give a message saying
input year or month was invalid and allow user to reenter the month
or year

**Program**
wtccjava/CSC256PublicChangeMgmt

**Component**
full_retirement_age_calculator_app.py

**Describe the solution you'd like**
Be more user friendly and if an invalid month or year is entered, give
the user an error message such as "Invalid month enter, please reenter
birth month 1-12:"

**Describe alternatives you've considered**


**Additional context**
unable to add screen shot

**Priority**
To be determined

**State**
Open

**Assigned**
To be determined

**Cost**
Development will estimate the various resources required to implement this feature, as well as other observable affects. Ex. Two man-months of developer time, insignificant increase in disk space, performance goes in the toilet.
72 changes: 72 additions & 0 deletions knsook_bug_report0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
name: Bug report 0
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
When enter current year of 2020, the program returns incorrect retirement age and months and
time until retirement. It returns your full retirement age is -1 and -1 months
and this will be in invalid of -1

**Program**
wtccjava/CSC256PublicChangeMgmt

**Component**
full_retirement_age_calculator_app.py

**Error Type**
Behavioral error

**Severity**
Severe

**Priority**
Set by management

**State**
Open

**To Reproduce**
Steps to reproduce the behavior:
1. Run the program
2. Enter 2020 for year
3. Enter 1 for birth month
.
.
.

**Expected behavior**
Would like the program to correctly calculate the retirement age for the current year.
It should be 67 years

**Screenshots**
**unable to paste a screen shot**

**Desktop (please complete the following information):**
PyCharm. But use Microsoft edge as my browser

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

**Assigned**
To be assigned

**Defect Type**
* Function

**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
* Usability
* Performance
68 changes: 68 additions & 0 deletions knsook_bug_report1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
If you just press enter when asked to enter the month of birth(<enter> implies 0)
. When you press enter the program crashes

**Program**
wtccjava/CSC256PublicChangeMgmt

**Component**
full_retirement_age_calculator_app.py

**Error Type**
Behavioral error

**Severity**
Fatal

**Priority**
To be determined

**State**
Open

**To Reproduce**
Steps to reproduce the behavior:
1. Run the Program
2. When asked to enter the year, enter 1974
3. When asked to enter month of birth <enter> implies 0 - just press enter
4. program will crash
.
.
.

**Expected behavior**
Would expect the program to imply we entered 0 as the birth month

**Screenshots**
*unable to include screenshot*

**Desktop (please complete the following information):**
PyCharm

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

**Assigned**
To be determined

**Defect Type**
* Function

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

**Defect Impact**
* Performance
Loading