-
Notifications
You must be signed in to change notification settings - Fork 90
docs(epic-workflow): add epic delivery guide on how to manage epics #19551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: docs/release-process-guide
Are you sure you want to change the base?
docs(epic-workflow): add epic delivery guide on how to manage epics #19551
Conversation
✔️ status-desktop/prs/linux/x86_64/tests-ui/PR-19551#1 🔹 ~15 min 🔹 59aea43 🔹 📦 tests/ui package |
✔️ status-desktop/e2e/prspr19551 🔹 ~17 min 🔹 59aea43 🔹 📦 tests/e2e package |
noeliaSD
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jrainville for adding the content here! I've just left 2 comments, otherwise, LGTM! ;)
| ## 4. Development Planning | ||
|
|
||
| * The Dev owner reviews the final design. | ||
| * The Dev owner breaks down the epic into **small, actionable subtasks**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could also add here what we discussed about creating a task to include this new feature in the automation flow.
| ## 5. Design QA (Post-Implementation Review) | ||
|
|
||
| * Once the implementation is complete, **Dev notifies Design**. | ||
| * A **Design QA task** is created within the epic for tracking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this could be included in point 4, so the necessary subtasks to close the epic are already created from the very beginning. WDYT?
✔️ status-app/prs/android/arm64/package/PR-19551#2 🔹 ~9 min 52 sec 🔹 1fcf3f6 🔹 📦 android/arm64 package |
✔️ status-app/prs/linux/x86_64/tests-nim/PR-19551#2 🔹 ~10 min 🔹 1fcf3f6 🔹 📦 tests/nim package |
✔️ status-app/prs/linux/x86_64/tests-ui/PR-19551#2 🔹 ~14 min 🔹 1fcf3f6 🔹 📦 tests/ui package |
Jenkins Builds
|
Based on top of #19543 since it uses the same folder and links to it
Adds a guide on how to manage Epics effectively and that takes into account all stakeholders. This should make it so that when a feature is done, it is DONE 😄
Huge thanks to @noeliaSD do creating the guide. I mostly just formatted it and put in here.