-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into eclesio/prosp-para-design
- Loading branch information
Showing
16 changed files
with
195 additions
and
172 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Epic | ||
about: | ||
title: 'collection of business/tech scope' | ||
labels: 'Epic' | ||
assignees: '' | ||
--- | ||
## Epic summary | ||
<!-- A clear and concise description of what the Epic is about. --> | ||
- | ||
|
||
## Links to related tech. design or research documents | ||
<!-- Add any other context, links or screenshots about the issue here. --> | ||
- | ||
|
||
## Sub issues | ||
<!-- Mention sub issues here so people without ZenHub can see them --> | ||
- | ||
|
||
## Acceptance criteria | ||
<!--Acceptance criteria establish conditions to fulfill for the item to be complete. Usually can be a list of checkboxes | ||
Please refer to DOD for general implementation issue: | ||
- Regression testing of the feature. You might create regression testing issue separately within an Epic if necessary testing is complex by itself | ||
- Feature is complete and confirmed by Tech. lead and one more team member | ||
--> | ||
[] Feature is complete and confirmed by Tech. lead and one more team member | ||
[] Regression testing done | ||
|
||
|
||
<!-- Thank you 🙏 --> |
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: Implementation | ||
about: General purpose issue template can be used pretty much for every implementation | ||
title: 'Implement ... ' | ||
labels: 'T-implementation' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Issue summary | ||
<!-- A clear and concise description of what the task is. --> | ||
- | ||
|
||
## Implementation details | ||
<!-- How this issue should be addressed. --> | ||
- | ||
|
||
## Other information and links | ||
<!-- Add any other context, links or screenshots about the issue here. --> | ||
- | ||
|
||
## Acceptance criteria | ||
<!-- Acceptance criteria establish conditions to fulfill for the item to be complete. Usually can be a list of checkboxes. | ||
Please refer to DOD for general implementation issue: | ||
- AC should be complete so list everything that this issue suppose to have | ||
- 60% test coverage. No less then 60% of coverage for newly added lines | ||
- If applicable Regression testing. If this issue can be tested by its won mention Regression testing. | ||
Acceptance criteria should be added as a check boxes (eg [] Do this) | ||
--> | ||
[] Add AC's here.. | ||
[] Regression testing (if applicable) | ||
[] New code is 60% covered with unit tests | ||
|
||
<!-- Thank you 🙏 --> |
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,26 @@ | ||
--- | ||
name: Investigation | ||
about: | ||
title: ' Investigate/ Research on ...' | ||
labels: 'T-investigation' | ||
assignees: '' | ||
--- | ||
|
||
## Summary | ||
<!-- A clear and concise description of what should be investigated or researched. --> | ||
|
||
## Related resources | ||
<!-- List of additional resource that might be useful when doing research or investigation --> | ||
|
||
## Acceptance criteria | ||
<!-- Acceptance criteria in terms of investigation or research usually (but not only) should consist of: | ||
- list of open questions that need to be answered | ||
- some summary, research paper or meta knowledge as an outcome of research or investigation | ||
- at least two people sign off. One of them is the Tech lead second should be decided with team | ||
- workshop or knowledge sharing session should be conducted to share outcomes | ||
--> | ||
[] add open questions here.. | ||
[] Summary, research paper or meta knowledge written and merged to main repo (if applicable) | ||
[] Tech lead sign off | ||
[] Team member sign off (mention who) | ||
[] Workshop or knowledge session conducted if needed |
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,35 @@ | ||
--- | ||
name: Software Design | ||
about: | ||
title: 'Design ...' | ||
labels: 'T-design' | ||
assignees: '' | ||
--- | ||
|
||
## Scope | ||
<!-- Clarify what the design or architecture should cover (e.g., a system, feature, component, or entire product). --> | ||
|
||
## Functional Requirements | ||
<!-- A list of functional specifications the system or feature must fulfill. Use cases or user stories demonstrating expected behavior. --> | ||
|
||
## Non-Functional Requirements | ||
<!-- If applicable provide Performance, Scalability, Security or other metrics and characteristics of module to design --> | ||
|
||
|
||
## Related resources | ||
<!-- List resources that might be useful during design/research --> | ||
|
||
|
||
## Acceptance criteria | ||
<!-- Acceptance criteria in terms of design or architecture usually (but not only) should consist of: | ||
- at least two people sign off. One of them is the Tech lead second should be decided with team | ||
- workshop or knowledge sharing session should be conducted to share outcomes of Design | ||
- Software design artifacts provided (eg flow chart, use case, pseudocode) | ||
- After design have been confirmed issues should be created and estimated | ||
--> | ||
[] Summary, design paper or meta knowledge written and merged to main repo | ||
[] Artifacts produced | ||
[] Tech lead sign off | ||
[] Team member sign off (mention who) | ||
[] Workshop or knowledge session conducted | ||
[] Issues created and estimated (if necessary) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Oops, something went wrong.