Skip to content
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

[No QA] Add KSv2.md file #14342

Merged
merged 32 commits into from
Jan 30, 2023
Merged
Changes from 12 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5386e3a
add KSv2 file
marcochavezf Jan 16, 2023
070a166
format text in markdown
marcochavezf Jan 16, 2023
a3393c2
link k2 repo
marcochavezf Jan 16, 2023
60d8f12
add header
marcochavezf Jan 16, 2023
34dc6d8
add sub-header Installation
marcochavezf Jan 16, 2023
7c52ca2
Update contributingGuides/KSv2.md
marcochavezf Jan 17, 2023
f374db8
Update contributingGuides/KSv2.md
marcochavezf Jan 17, 2023
5ca4862
Merge branch 'marco-addKSv2file' of github.com:Expensify/App into mar…
marcochavezf Jan 17, 2023
6c1bcea
re-write first sentence
marcochavezf Jan 17, 2023
0be2676
update first paragraph based on an existing SO
marcochavezf Jan 17, 2023
14eb88f
explain the k2 dashboard
marcochavezf Jan 17, 2023
08559ae
add sub-headers
marcochavezf Jan 17, 2023
2f0c21e
Update contributingGuides/KSv2.md
marcochavezf Jan 21, 2023
385a27e
Update contributingGuides/KSv2.md
marcochavezf Jan 21, 2023
0c424aa
update dashboard image and add PR reviewer explanation
marcochavezf Jan 21, 2023
50cacab
format a few words
marcochavezf Jan 21, 2023
6f69293
add your PR section and sub-headers
marcochavezf Jan 21, 2023
3f2abf7
add WAQ section
marcochavezf Jan 21, 2023
e453188
update wording
marcochavezf Jan 24, 2023
a6a7a3d
add explanation for label buttons and reviewer checklist
marcochavezf Jan 24, 2023
abb87b0
Update contributingGuides/KSv2.md
marcochavezf Jan 30, 2023
d9a6187
Update contributingGuides/KSv2.md
marcochavezf Jan 30, 2023
fc65b92
Update contributingGuides/KSv2.md
marcochavezf Jan 30, 2023
cac6bc5
Update contributingGuides/KSv2.md
marcochavezf Jan 30, 2023
6496102
Update contributingGuides/KSv2.md
marcochavezf Jan 30, 2023
54cc432
Update contributingGuides/KSv2.md
marcochavezf Jan 30, 2023
2fecd2a
Update contributingGuides/KSv2.md
marcochavezf Jan 30, 2023
501bbba
Update contributingGuides/KSv2.md
marcochavezf Jan 30, 2023
3e5f93a
Update contributingGuides/KSv2.md
marcochavezf Jan 30, 2023
439f5d7
Update contributingGuides/KSv2.md
marcochavezf Jan 30, 2023
b1745bc
Update contributingGuides/KSv2.md
marcochavezf Jan 30, 2023
05e4ef5
Update contributingGuides/KSv2.md
marcochavezf Jan 30, 2023
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
26 changes: 26 additions & 0 deletions contributingGuides/KSv2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# KSv2

In Expensify, we use a prioritization system called called "Kernel Scheduler v2" (KSv2) to help us keep aligned on how frequently GitHub issues should be worked on, depending on their time priority:

**Hourly**: If a Github issue has the `Hourly` label, the assignee should update it *at least* once an hour

**Daily**: If a Github issue has the `Daily` label, the assignee should update it *at least* once a day

**Weekly**: If a Github issue has the `Weekly` label, the assignee should update it *at least* once a week

**Monthly**: If a Github issue has the `Monthly` label, the assignee should update it *at least* once a month.

## Dashboard

To help surface the issues that need the most #urgency, we've built a custom extension to use in GitHub. It looks like this:

<img src="https://user-images.githubusercontent.com/6829422/212977549-7e1b0b48-1c6f-4c90-a05e-26e6e2ba9926.png" />

In the dashboard, you can see all your issues broken down from urgent to least urgent. Issues will also change color depending on other factors - eg, if they have "HOLD" in the title or if they have the `Overdue`, `Planning`, or `Waiting for copy` labels applied.
marcochavezf marked this conversation as resolved.
Show resolved Hide resolved

If a GitHub issue has the `Overdue` label, it means that it hasn't been updated in the amount of time allotted for an update (ex - A weekly issue becomes overdue if it hasn't been updated in a week).
marcochavezf marked this conversation as resolved.
Show resolved Hide resolved

## Installation

You can install the KSv2 extension from [here](https://github.com/Expensify/k2-extension/). As a best practice, before you start working on assigned tasks, go to the [K2 dashboard](https://github.com/Expensify/Expensify#k2). At the top of the page, it lists all your assigned issues organized by priority. Anything with red text is overdue - make sure to address these first. That's it!
marcochavezf marked this conversation as resolved.
Show resolved Hide resolved

marcochavezf marked this conversation as resolved.
Show resolved Hide resolved