Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5e41cdb5be |
@@ -1,101 +0,0 @@
|
||||
# Candidate Tasks in Recruitment
|
||||
|
||||
<img width="617" alt="Screenshot 2023-12-19 at 12 35 38" src="https://github.com/status-im/contributors.status.im/assets/32337207/431f3b3a-4bd2-44f0-bcf6-ad251ecc967c">
|
||||
|
||||
## 1. What is a task:
|
||||
It is a practical assessment to evaluate candidate skills.
|
||||
|
||||
## 2. Why do we use tasks in the hiring process?
|
||||
We use them to:
|
||||
- Get a better assessment beyond CVs, portfolios, github repos and interviews.
|
||||
- Gain a deeper understanding of someone's abilities (technical & non-technical) for the role at hand.
|
||||
- Give candidates a chance to showcase their working style & communication, it’s common to set up a Discord chat so the candidate & task reviewers can chat, ask/answer questions and also provide updates.
|
||||
|
||||
## 3. How to design a task
|
||||
Step 1: Understand the role's requirements.
|
||||
|
||||
Step 2: Design a task that aligns with the expected output of the role.
|
||||
|
||||
Step 3: Clearly communicate task instructions, expectations, and deadline.
|
||||
|
||||
What does a good task look like:
|
||||
- Has clear instructions & expectations
|
||||
- Has a deadline that’s realistic (usually 1 week is enough)
|
||||
- Has a recommended timeframe in which to complete the task i.e 2-4hrs (this keeps all candidates 'fair' in terms of time dedicated to the task)
|
||||
- Is aligned with the day-to-day responsibilities of the role
|
||||
- It is tackling a real problem the team face, some teams use a bounties approach
|
||||
|
||||
Examples:
|
||||
- UX/UI Designer: Create a mobile app prototype/feature based on the target audience.
|
||||
- Sales: Create a presentation on selling a complex product to a potential client.
|
||||
- Engineer: Assess problem-solving skills by tasking them with debugging code.
|
||||
- Customer Support: A simulated chat interaction to assess their communication skills.
|
||||
- Financial Analyst: Analyze an investment portfolio to gauge forecasting abilities.
|
||||
- Content Writer: Create a blog post on a specified topic.
|
||||
|
||||
## 4. Time restrictions & compensation:
|
||||
We want to see a glimpse of what they can do within the allocated time, this shouldn’t be seen as their full potential since they are not integrated into the working styles of the team or the full context of the team.
|
||||
|
||||
A simple and effective approach is:
|
||||
- A flat rate for completion of the task; ie. $200
|
||||
- A set time allowing completing the task; ie. 2-4hrs (some teams have longer, rule of thumb is allow enough time for the task to be completed)
|
||||
… The longer the task, the more time you/your team have to spend reviewing it
|
||||
|
||||
## 5. Materials for Candidates:
|
||||
Ensure candidates have all the reference materials needed to perform and succeed on the task.
|
||||
|
||||
Examples:
|
||||
- A digital marketer may need access to Google Analytics data.
|
||||
- A data scientist may need to be provided a dataset and access to statistical software.
|
||||
- A content creator may need a brand style guide and existing content for reference.
|
||||
- A Mobile UI Engineer will need access to Figma
|
||||
|
||||
## 6. Evaluating Tasks:
|
||||
Setting clear evaluation standards is important so everyone is assessed fairly and we don’t let personal biases get in the way of hiring people who perform well during tasks. We should determine the criteria for task evaluation prior to seeing the first task submitted by a candidate.
|
||||
|
||||
Examples:
|
||||
- Evaluate a coding task based on criteria like code quality, efficiency, and adherence to project requirements.
|
||||
- Assess customer service interactions based on responsiveness, problem-solving, and professionalism.
|
||||
- Evaluate a design task considering creativity, usability, and alignment with brand guidelines.
|
||||
|
||||
|
||||
## 7. Effective Communication:
|
||||
Maintain transparent and professional candidate communication.
|
||||
|
||||
- Clearly inform candidates of the evaluation timeline and when they can expect feedback.
|
||||
- Use the Discord chat to interact with the candidate throughout their task
|
||||
|
||||
## 8. Feedback and Improvement:
|
||||
Use candidate feedback to refine task instructions and evaluation criteria.
|
||||
|
||||
## 9. Sample Tasks:
|
||||
|
||||
- Engineering: [Vac Pair Programming Task](https://notes.status.im/Jvd03lPKSMiDI_eo9Dq9xw)
|
||||
- Communications: [Activist Event Manager](https://drive.google.com/file/d/1TsIbMduelr_TjbwfEcT-AnXnVco1GejC/view?usp=sharing)
|
||||
- Recruitment: [Sourcing Task](https://docs.google.com/document/d/1ICiYpsvT6sh6akyM6RxQX1tu_D3tq3bVgLWEIpj1aOM/edit?usp=sharing)
|
||||
- Pops: [People Ops Partner](https://docs.google.com/document/d/1nLFu6sQvfqCqfdlWP8kVTBzBDLTIZknNRc8FMCw9vrA/edit?usp=sharing)
|
||||
|
||||
## FAQs
|
||||
|
||||
Q: How long should candidates typically spend on the task?
|
||||
A: We recommend 2-4 hours to avoid impacting the candidate's current job and any family commitments.
|
||||
|
||||
Q: How long should the task take to complete?
|
||||
A: 1-week max (unless the candidate has let us know they have something that won’t allow them to complete the task, ie. health conditions, family, personal, ect.)
|
||||
|
||||
Q: What happens if a candidate encounters issues during the task?
|
||||
A: You can communicate with them via the discord chat created by the recruiter.
|
||||
|
||||
Q: Is there room for negotiation on compensation for exceptionally well-performed tasks?
|
||||
A: No.
|
||||
|
||||
Q: What if I can’t think of any tasks?
|
||||
A: Then check out the tasks templates above as inspiration or/and think of a daily task someone in your team does that you would expect this candidate to be competent with, for example, in recruitment we would expect someone to show their competency & creativity sourcing candidates, so that is what the task is based around.
|
||||
|
||||
Q: My team doesn't have time to review every task, what do we do?
|
||||
|
||||
A: The number of tasks to review should be minimal as you don’t need to send a task to every candidate, only the good ones that stand out as potential hires.
|
||||
|
||||
|
||||
_If that is still too much, revert to a technical discussion, so long as you’re confident you can accurately assess a candidate's suitability this way._
|
||||
|
||||
Vendored
+21
-16
@@ -1,6 +1,3 @@
|
||||
#!/usr/bin/env groovy
|
||||
library 'status-jenkins-lib@v1.8.8'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
|
||||
@@ -14,33 +11,41 @@ pipeline {
|
||||
}
|
||||
|
||||
environment {
|
||||
CNAME = 'contributors.status.im'
|
||||
GIT_COMMITTER_NAME = 'status-im-auto'
|
||||
GIT_COMMITTER_EMAIL = 'auto@status.im'
|
||||
/* dev page settings */
|
||||
DEV_SITE = 'dev-contributors.status.im'
|
||||
DEV_HOST = 'jenkins@node-01.do-ams3.sites.misc.statusim.net'
|
||||
SCP_OPTS = 'StrictHostKeyChecking=no'
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps { script {
|
||||
nix.shell('mdbook build')
|
||||
jenkins.genBuildMetaJSON('book/build.json')
|
||||
} }
|
||||
steps {
|
||||
sh 'mdbook build'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Publish') {
|
||||
stage('Publish Prod') {
|
||||
when { expression { env.GIT_BRANCH ==~ /.*master/ } }
|
||||
steps {
|
||||
sshagent(credentials: ['status-im-auto-ssh']) {
|
||||
sh "ghp-import -p book"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Publish Devel') {
|
||||
when { expression { env.GIT_BRANCH ==~ /.*develop/ } }
|
||||
steps {
|
||||
sshagent(credentials: ['jenkins-ssh']) {
|
||||
sh """
|
||||
ghp-import \
|
||||
-b ${deployBranch()} \
|
||||
-c ${deployDomain()} \
|
||||
-p book
|
||||
rsync -e 'ssh -o ${SCP_OPTS}' -r --delete book/. \
|
||||
${env.DEV_HOST}:/var/www/${env.DEV_SITE}/
|
||||
"""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
def isMasterBranch() { GIT_BRANCH ==~ /.*master/ }
|
||||
def deployBranch() { isMasterBranch() ? 'deploy-master' : 'deploy-develop' }
|
||||
def deployDomain() { isMasterBranch() ? 'contributors.status.im' : 'dev-contributors.status.im' }
|
||||
|
||||
@@ -29,11 +29,9 @@ Will expose the built page under http://localhost:3000/.
|
||||
|
||||
# Continuous Integration
|
||||
|
||||
Two branches are built by [our Jenkins instance](https://ci.infra.status.im/):
|
||||
|
||||
* `master` branch is deployed to https://contributors.status.im/ by [CI](https://ci.infra.status.im/job/website/job/contributors.status.im/).
|
||||
* `develop` branch is deployed to https://dev-contributors.status.im/ by [CI](https://ci.infra.status.im/job/website/job/dev-contributors.status.im/).
|
||||
|
||||
PRs should be made for `develop` branch and `master` should be [rebased](https://git-scm.com/book/en/v2/Git-Branching-Rebasing) on `develop` once changes are verified.
|
||||
|
||||
- [CI builds](https://ci.infra.status.im/job/website/job/contributors.status.im/) `master` and pushes to `deploy-master` branch, which is hosted at <https://contributors.status.im/>.
|
||||
- [CI builds](https://ci.infra.status.im/job/website/job/dev-contributors.status.im/) `develop` and pushes to `deploy-develop` branch, which is hosted at <https://dev-contributors.status.im/>.
|
||||
|
||||
The hosting is done using [Caddy server with Git plugin for handling GitHub webhooks](https://github.com/status-im/infra-misc/blob/master/ansible/roles/caddy-git).
|
||||
|
||||
Information about deployed build can be also found in `/build.json` available on the website.
|
||||
|
||||
Binary file not shown.
@@ -5,8 +5,6 @@ multilingual = false
|
||||
src = "src"
|
||||
title = "Status Contributors Guide"
|
||||
|
||||
[preprocessor.emojicodes]
|
||||
|
||||
[output.html]
|
||||
cname = "contributors.status.im"
|
||||
default-theme = "light"
|
||||
|
||||
+1
-13
@@ -1,13 +1 @@
|
||||
/* Hack to hide the last sub-element under "License" link in SUMMARY.md.
|
||||
* Currently that's only "2023 Lead evaluation guide".
|
||||
* Necessary due to lack of support for hidden chapters:
|
||||
* https://github.com/rust-lang/mdBook/issues/1821
|
||||
* https://github.com/rust-lang/mdBook/issues/2176 */
|
||||
ol.chapter > li:not(.chapter-item):last-child {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* Smaller size of IFT logo. */
|
||||
img[src="./images/IFT_logo.png"] {
|
||||
width: 15em;
|
||||
}
|
||||
/* Placeholder for custom page-wide CSS. */
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
source ? builtins.fetchTarball {
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/614b4613980a522ba49f0d194531beddbb7220d3.tar.gz";
|
||||
sha256 = "sha256:1kipdjdjcd1brm5a9lzlhffrgyid0byaqwfnpzlmw3q825z7nj6w";
|
||||
},
|
||||
pkgs ? import (source) {}
|
||||
}:
|
||||
|
||||
pkgs.mkShell {
|
||||
name = "contributors-docs-shell";
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
mdbook mdbook-emojicodes
|
||||
];
|
||||
}
|
||||
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
@@ -10,7 +10,6 @@ Please carefully read the following instructions to ensure a smooth and timely p
|
||||
- **Software & Licenses**: (new tools, apps, subscriptions, etc.)
|
||||
- **Consulting fees**: (consultants, freelancers)
|
||||
- **Other fees**: (bounties)
|
||||
- **Events**: (rent, insurance, sponsorship, entertainment, etc.)
|
||||
|
||||
> For instructions on how to raise a request, please refer to this [guide](https://www.notion.so/Request-Goods-or-Services-9891dc90f4424a0ebd3407db1991c203?pvs=4#3ef6bd6141f84ff496cfea785a514a5a).
|
||||
|
||||
@@ -18,7 +17,7 @@ If you are unsure about the categories or how to proceed with your specific case
|
||||
|
||||
2. Your request will be reviewed by a Budget Owner (usually the Project Lead) and, where required, by the relevant Service Units. The approval process will be handled automatically. Please ensure that you provide all necessary details regarding your request, as these are crucial for the Project Leads and Service Units to review and make the necessary arrangements.
|
||||
|
||||
> Note: The [Approval strategy](https://www.notion.so/769ae660ac2240e9b1daf7b3ba4bb49c?v=ed50eb29a825492eab8623f9973d7886&pvs=4) for each request may vary based on several variables:
|
||||
> Note: The [Approval strategy](https://www.notion.so/Approval-strategy-9c15269bbb184ec9909dfd900bcf0b91?pvs=21) for each request may vary based on several variables:
|
||||
> - **Category/sub-category**: Different sets of approvers may be required based on the category/sub-category of the request. For example, PeopleOps partners need to review requests for learning & development but not for consulting fees or software & licenses.
|
||||
> - **Amount**: In some cases, a simplified approval strategy may be triggered if the amount is below a certain threshold.
|
||||
> - **Project**: The Budget Owner is determined based on the selected project in the request. If the Budget Owner is the one raising the request, the L2 Budget Owner will be required to provide approval.
|
||||
@@ -35,4 +34,4 @@ If you are unsure about the categories or how to proceed with your specific case
|
||||
6. When Finance processes your payment requests or third-party invoices, they will check for approved requests in SpiffWorkflow. If there are no approved requests or if the amounts differ, they may request additional approval from the Budget Owner and Service Units.
|
||||
|
||||
|
||||
If you are a Budget Owner or a member of the Service Units team, you may find the [report](https://superset.bi.status.im/superset/dashboard/p/BzMqY16qXGd/) useful.
|
||||
If you are a Budget Owner or a member of the Service Units team, you may find the [report](https://superset.infra.status.im/superset/dashboard/p/W351qlbzmdj/) useful.
|
||||
|
||||
@@ -5,7 +5,7 @@ Superset is an open-source data exploration and visualization platform powered b
|
||||
|
||||
Step 1: Accessing Superset
|
||||
|
||||
- Open your web browser and enter the URL Superset is hosted. https://superset.bi.status.im/superset/welcome/
|
||||
- Open your web browser and enter the URL Superset is hosted. https://superset.infra.status.im/superset/welcome/
|
||||
- Enter your Github username and password to log in to Superset. If this is your first time using Superset it will create a brand new user for you
|
||||
- If this is your first time, you'll need access to dashboards you need. You can contact laloanaya through discord or at lalo@status.im to get access to these resources.
|
||||
|
||||
|
||||
+4
-12
@@ -1,7 +1,7 @@
|
||||
# Summary
|
||||
|
||||
- [Introduction](./introduction.md)
|
||||
- [Welcome to Status](./welcome-to-IFT.md)
|
||||
- [Welcome to Status](./welcome-to-status.md)
|
||||
- [Our principles](./our-principles.md)
|
||||
- [Status Core Contributors](./catalog.md)
|
||||
- [Settling in](./settling-in/index.md)
|
||||
@@ -9,16 +9,14 @@
|
||||
- [Self-time management](./settling-in/self-time-management.md)
|
||||
- [AFK FAQs](./settling-in/afk-faqs.md)
|
||||
- [The trial period](./settling-in/the-trial-period.md)
|
||||
- [Evaluation Guide](./settling-in/2023-Self-Evaluation-Guide.md)
|
||||
- [Your first day, week, month…](./settling-in/your-first-day-week-month.md)
|
||||
- [Onboarding buddy](./settling-in/onboarding-buddy.md)
|
||||
- [Your first day, week, month…](./settling-in/your-first-day-week-month.md)
|
||||
- [People Operations](./settling-in/people-operations.md)
|
||||
- [Download Status Desktop](./settling-in/download-status-desktop.md)
|
||||
- [Contributing to Status](./contributing-to-status/index.md)
|
||||
- [Journey to your first contribution](./contributing-to-status/journey-to-your-first-contribution.md)
|
||||
- [Value-creating Behaviours](./contributing-to-status/value-creating-behaviours.md)
|
||||
- [Laptops and devices](./contributing-to-status/laptops-and-devices.md)
|
||||
- [Collaboration](./contributing-to-status/collaboration.md)
|
||||
- [Coworking allowance](./contributing-to-status/coworking-allowance.md)
|
||||
- [Location independence](./contributing-to-status/location-independence.md)
|
||||
- [Events and meetups](./contributing-to-status/events-and-meetups.md)
|
||||
@@ -27,12 +25,11 @@
|
||||
- [Referrals](./contributing-to-status/referrals.md)
|
||||
- [Headspace](./contributing-to-status/headspace.md)
|
||||
- [Fundamentals](./fundamentals/index.md)
|
||||
- [Recommended reading](./fundamentals/essential-reading.md)
|
||||
- [Security guidelines](./fundamentals/security-guidelines.md)
|
||||
- [In case of a dispute](./fundamentals/In-case-of-a-dispute.md)
|
||||
- [In case of emergency](./fundamentals/emergencies.md)
|
||||
- [Recommended reading](./fundamentals/essential-reading.md)
|
||||
- [Code of Conduct](./fundamentals/code-of-conduct.md)
|
||||
- [Contributor Privacy Policy](./fundamentals/contributor-privacy-policy.md)
|
||||
- [In case of emergency](./fundamentals/emergencies.md)
|
||||
- [Finance](./finance/index.md)
|
||||
- [Getting paid](./finance/getting-paid.md)
|
||||
- [Third-party invoices format](./finance/third-party-invoices-format.md)
|
||||
@@ -40,16 +37,11 @@
|
||||
- [Offboarding](./offboarding/index.md)
|
||||
- [Device Logistics](./offboarding/device-logistics.md)
|
||||
- [Playbooks](./Playbooks/index.md)
|
||||
- [2023 self-evaluation guide](./Playbooks/2023-Self-Evaluation-Guide.md)
|
||||
- [How to request goods and services](./Playbooks/How-to-request-goods-or-services.md)
|
||||
- [Spiffworkflow](./Playbooks/Spiffworkflow.md)
|
||||
- [Superset](./Playbooks/Superset.md)
|
||||
- [Team Lead Manual]()
|
||||
- [Candidate Tasks](./Team-lead-manual/Candidate-Tasks.md)
|
||||
|
||||
*****
|
||||
|
||||
- [Contributing to the Contributors Guide](./contributing-to-this-guide.md)
|
||||
- [License](./LICENSE.md)
|
||||
<!-- # This is hidden using custom.css file. -->
|
||||
- [2023 Lead evaluation guide](./Playbooks/2023-Lead-Evaluation-Guide.md)
|
||||
|
||||
Vendored
BIN
Binary file not shown.
@@ -1,48 +0,0 @@
|
||||
## ✨ Lead Evaluation Guide
|
||||
|
||||
_This document is intended to be a supporting document to help Core Contributors complete the 2023 Lightweight Evaluation Process._
|
||||
|
||||
This guide has been created to assist you in providing constructive and meaningful feedback to Core Contributors regarding their impact on Status. The evaluation will be structured in two parts. The first section will have specific questions about the Core Contributor’s contribution, collaboration and autonomy. Following that, there will be a short answer section that will give you an opportunity to provide more detailed feedback about the Core Contributors in the team you lead.
|
||||
|
||||
**Writing Meaningful Feedback**
|
||||
|
||||
There are two questions in the evaluation process designed to be more freeform qualitative questions to give you the opportunity to provide specific feedback to the core contributors in your team - these are:
|
||||
|
||||
1. What is (at least) one thing the contributor does well?
|
||||
2. What is (at least) the one thing the contributor could improve on?
|
||||
|
||||
With these questions, we suggest.
|
||||
|
||||
1. Provide clear and specific examples to support your feedback.
|
||||
2. Focus on addressing behaviors, not personality traits, for objective and action-oriented feedback
|
||||
3. Maintain a respectful and empathetic tone to ensure your contributors feel supported
|
||||
|
||||
There are a variety of frameworks and guides that are useful in helping write and deliver feedback. For more on giving feedback, please see [here](https://www.forbes.com/sites/forbeshumanresourcescouncil/2021/12/02/how-to-give-feedback-to-freelancers-contractors-and-remote-workers/?sh=d753b074d5b4).
|
||||
|
||||
Additionally, here are examples of effective and ineffective feedback for the Core Contributors in your team:
|
||||
|
||||
> 😃 _Effective:_
|
||||
“Over the past year, the contributor has shown exceptional collaboration skills within our team. One particular instance to highlight was their collaboration skills during our recent project with Team X and Team Y. In this project, the contributor took the initiative to organize and lead discussions among the teams and consistently encouraged participation from others. The contributor helped to facilitate open conversations and create safe spaces for such collaboration which made a really positive impact on the project’s success. We were able to make better and more informed decisions as a result of this (for example, as a result, we decided to prioritise feature z) - the contributor played a significant role in making this happen.”
|
||||
|
||||
> 😔 _Ineffective:_
|
||||
“Excellent collaboration skills”.
|
||||
|
||||
**Quantitative Assessment**
|
||||
|
||||
It’s important to approach the quantitative section of this process with fairness and objectivity. The expectation is that not all of your Core Contributors in your team will receive an “Outstanding” rating. Instead, the aim is to offer honest and well-balanced feedback that reflects each Core Contributor’s actual performance. Keep in mind that most Core Contributors will likely receive a “Meets Expectations” rating. This will ensure that our evaluations are realistic and meaningful.
|
||||
|
||||
**Rating Guide**
|
||||
|
||||
The evaluation process requires you to provide a rating of the Core Contributors in your team - please use the guidance below:
|
||||
|
||||
* **Does Not Meet Expectations:** Core Contributor consistently fails to meet role expectations.
|
||||
* **Partially Meets Expectations:** Core Contributor sometimes meets role expectations but has room for improvement
|
||||
* **Meets Expectations:** Core Contributor consistently meets expectations for their role - likely the majority of Core Contributors will fall into this category (it’s a good rating that demonstrates they are meeting our high expectations).
|
||||
* **Exceeds Expectations:** Core Contributor consistently goes above and beyond what is expected in their role
|
||||
* **Outstanding:** Core Contributor consistently has exceptional performance and contributions. Would expect this to be awarded to only a very small group of Core Contributors.
|
||||
|
||||
**Distribution of ratings**
|
||||
|
||||
Whilst there’s no forced distribution of ratings, it’s natural to expect (with 200+ core contributors) we’ll use the full scale of ratings. It is likely that most CCs will fall into the “meets expectations” category, but that we will also have some (a smaller amount) that are distributed in the higher, and lower, categories.
|
||||
|
||||
Please reach out to your People Ops Partner if you have any questions.
|
||||
@@ -1,101 +0,0 @@
|
||||
# Candidate Tasks in Recruitment
|
||||
|
||||

|
||||
|
||||
## 1. What is a task:
|
||||
It is a practical assessment to evaluate candidate skills.
|
||||
|
||||
## 2. Why do we use tasks in the hiring process?
|
||||
We use them to:
|
||||
- Get a better assessment beyond CVs, portfolios, github repos and interviews.
|
||||
- Gain a deeper understanding of someone's abilities (technical & non-technical) for the role at hand.
|
||||
- Give candidates a chance to showcase their working style & communication, it’s common to set up a Discord chat so the candidate & task reviewers can chat, ask/answer questions and also provide updates.
|
||||
|
||||
## 3. How to design a task
|
||||
Step 1: Understand the role's requirements.
|
||||
|
||||
Step 2: Design a task that aligns with the expected output of the role.
|
||||
|
||||
Step 3: Clearly communicate task instructions, expectations, and deadline.
|
||||
|
||||
What does a good task look like:
|
||||
- Has clear instructions & expectations
|
||||
- Has a deadline that’s realistic (usually 1 week is enough)
|
||||
- Has a recommended timeframe in which to complete the task i.e 2-4hrs (this keeps all candidates 'fair' in terms of time dedicated to the task)
|
||||
- Is aligned with the day-to-day responsibilities of the role
|
||||
- It is tackling a real problem the team face, some teams use a bounties approach
|
||||
|
||||
Examples:
|
||||
- UX/UI Designer: Create a mobile app prototype/feature based on the target audience.
|
||||
- Sales: Create a presentation on selling a complex product to a potential client.
|
||||
- Engineer: Assess problem-solving skills by tasking them with debugging code.
|
||||
- Customer Support: A simulated chat interaction to assess their communication skills.
|
||||
- Financial Analyst: Analyze an investment portfolio to gauge forecasting abilities.
|
||||
- Content Writer: Create a blog post on a specified topic.
|
||||
|
||||
## 4. Time restrictions & compensation:
|
||||
We want to see a glimpse of what they can do within the allocated time, this shouldn’t be seen as their full potential since they are not integrated into the working styles of the team or the full context of the team.
|
||||
|
||||
A simple and effective approach is:
|
||||
- A flat rate for completion of the task; ie. $200
|
||||
- A set time allowing completing the task; ie. 2-4hrs (some teams have longer, rule of thumb is allow enough time for the task to be completed)
|
||||
… The longer the task, the more time you/your team have to spend reviewing it
|
||||
|
||||
## 5. Materials for Candidates:
|
||||
Ensure candidates have all the reference materials needed to perform and succeed on the task.
|
||||
|
||||
Examples:
|
||||
- A digital marketer may need access to Google Analytics data.
|
||||
- A data scientist may need to be provided a dataset and access to statistical software.
|
||||
- A content creator may need a brand style guide and existing content for reference.
|
||||
- A Mobile UI Engineer will need access to Figma
|
||||
|
||||
## 6. Evaluating Tasks:
|
||||
Setting clear evaluation standards is important so everyone is assessed fairly and we don’t let personal biases get in the way of hiring people who perform well during tasks. We should determine the criteria for task evaluation prior to seeing the first task submitted by a candidate.
|
||||
|
||||
Examples:
|
||||
- Evaluate a coding task based on criteria like code quality, efficiency, and adherence to project requirements.
|
||||
- Assess customer service interactions based on responsiveness, problem-solving, and professionalism.
|
||||
- Evaluate a design task considering creativity, usability, and alignment with brand guidelines.
|
||||
|
||||
|
||||
## 7. Effective Communication:
|
||||
Maintain transparent and professional candidate communication.
|
||||
|
||||
- Clearly inform candidates of the evaluation timeline and when they can expect feedback.
|
||||
- Use the Discord chat to interact with the candidate throughout their task
|
||||
|
||||
## 8. Feedback and Improvement:
|
||||
Use candidate feedback to refine task instructions and evaluation criteria.
|
||||
|
||||
## 9. Sample Tasks:
|
||||
|
||||
- Engineering: [Vac Pair Programming Task](https://notes.status.im/Jvd03lPKSMiDI_eo9Dq9xw)
|
||||
- Communications: [Activist Event Manager](https://drive.google.com/file/d/1TsIbMduelr_TjbwfEcT-AnXnVco1GejC/view?usp=sharing)
|
||||
- Recruitment: [Sourcing Task](https://docs.google.com/document/d/1ICiYpsvT6sh6akyM6RxQX1tu_D3tq3bVgLWEIpj1aOM/edit?usp=sharing)
|
||||
- Pops: [People Ops Partner](https://docs.google.com/document/d/1nLFu6sQvfqCqfdlWP8kVTBzBDLTIZknNRc8FMCw9vrA/edit?usp=sharing)
|
||||
|
||||
## FAQs
|
||||
|
||||
Q: How long should candidates typically spend on the task?
|
||||
A: We recommend 2-4 hours to avoid impacting the candidate's current job and any family commitments.
|
||||
|
||||
Q: How long should the task take to complete?
|
||||
A: 1-week max (unless the candidate has let us know they have something that won’t allow them to complete the task, ie. health conditions, family, personal, ect.)
|
||||
|
||||
Q: What happens if a candidate encounters issues during the task?
|
||||
A: You can communicate with them via the discord chat created by the recruiter.
|
||||
|
||||
Q: Is there room for negotiation on compensation for exceptionally well-performed tasks?
|
||||
A: No.
|
||||
|
||||
Q: What if I can’t think of any tasks?
|
||||
A: Then check out the tasks templates above as inspiration or/and think of a daily task someone in your team does that you would expect this candidate to be competent with, for example, in recruitment we would expect someone to show their competency & creativity sourcing candidates, so that is what the task is based around.
|
||||
|
||||
Q: My team doesn't have time to review every task, what do we do?
|
||||
|
||||
A: The number of tasks to review should be minimal as you don’t need to send a task to every candidate, only the good ones that stand out as potential hires.
|
||||
|
||||
|
||||
_If that is still too much, revert to a technical discussion, so long as you’re confident you can accurately assess a candidate's suitability this way._
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
# ℹ️ IFT Core Contributors
|
||||
# ℹ️ Status Core Contributors
|
||||
|
||||
Directory of Core Contributors
|
||||
|
||||
|
||||
@@ -1,24 +1,38 @@
|
||||
# 🎤 Events and meetups
|
||||
|
||||
As a IFT core contributor, you may have the opportunity to speak at or attend external online or in-person events.
|
||||
As a Status core contributor, you may have the opportunity to speak at or attend external online or in-person events.
|
||||
|
||||
The community is an essential part of the Web3 ecosystem. Ecosystem, domain-specific, and internal events and meetups are networking and growth opportunities. And we strongly encourage you to be part of them!
|
||||
|
||||
Here you'll find helpful information to make the most out of organising, speaking, or attending events.
|
||||
|
||||
## What events does IFT sponsor
|
||||
## What events does Status sponsor
|
||||
|
||||
IFT will consider sponsoring and covering the costs for any online or in-person event with a clear purpose. That means it must align with IFT's strategy and goals. This includes, but is not limited to:
|
||||
Status will sponsor and cover the costs for any online or in-person event with a clear purpose. That means it must align with our company's strategy and goals. This includes, but is not limited to:
|
||||
|
||||
* Ecosystem events such as DevCon, ETH[city], ETHCC, Hackathons, blockchain weeks, etc.
|
||||
* Domain-specific events for your role for career purposes.
|
||||
* Events and meetups to promote IFT or our projects to potential new core contributors.
|
||||
* Events and meetups to promote Status to potential new core contributors.
|
||||
* Internal events and meetups to prepare a product/project launch or work together.
|
||||
* Moderating or speaking opportunities related to IFT.
|
||||
* Moderating or speaking opportunities related to Status.
|
||||
|
||||
> ✨ Remember that when you're at an event, you're an ambassador for IFT’ projects and everyone who shares our values. Don't forget that and spread the word! You never know who's listening and might contribute to IFT thanks to you 🙂
|
||||
> ✨ Remember that when you're at an event, you're an ambassador for Status’ project and everyone who shares our values. Don't forget that and spread the word! Who knows who's listening and might contribute to or join Status thanks to you 🙂
|
||||
|
||||
> 💡Before attending an event, ask your Talent Partner to generate a QR code for our job pages that you can share with anyone interested.
|
||||
> 💡Before attending an event, ask your Talent Partner to generate a QR code for the Status job page that you can share with anyone interested.
|
||||
|
||||
## How to communicate an event
|
||||
|
||||
The events and travel budgets come from your project's budget. As a first step, you should check with your project lead about the event or meetup.
|
||||
|
||||
As per our transparency and resourcefulness principles, we ask everyone to post their event plans and goals to Discuss or the #travel-requests channel in Status app. The post should include:
|
||||
|
||||
* Event details: where, when, who's attending, one line about the event.
|
||||
* Whether or not Status is an official sponsor and why.
|
||||
* What are the goals of attending the event and a project brief, if it makes sense.
|
||||
* Who you'll need support from the project for design, comms, documentation, etc.
|
||||
* Anything else you consider relevant!
|
||||
|
||||
Here's an event [post example](https://discuss.status.im/t/ethdenver-feb-15-17-2019/922).
|
||||
|
||||
## Once you have your travel details ready
|
||||
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
# Contributing to IFT
|
||||
# Contributing to Status
|
||||
|
||||
## Core contributor standards
|
||||
|
||||
One of the ways People Ops can support reaching our broader organisational goals is by providing frameworks and support to make sure that core contributors are adhering to certain standards in the delivery of their services and/or projects. This is useful for IFT and the core contributor to ensure the overarching product and strategy goals are met.
|
||||
One of the ways People Ops can support reaching our broader organisational goals is by providing frameworks and support to make sure that core contributors are adhering to certain standards in the delivery of their services and/or projects. This is useful for Status and the core contributor to ensure the overarching product and strategy goals are met.
|
||||
|
||||
Our aim is to normalise (self-)evaluations and talk about what’s good and what requires improvement on a continuous basis. Lattice is our performance management platform across Status. It is widely used for end of trial, mid & end of year, as well as ongoing feedback.
|
||||
Our aim is to normalise (self-)evaluations and talk about what’s good and what requires improvement on a continuous basis. Lattice is our performance management platform across Status. It is widely used for mid & end of trial, mid & end of year, as well as ongoing feedback.
|
||||
|
||||
## What we expect
|
||||
|
||||
* We expect you to show us you can prioritise correctly, get things done, and find answers in an increasingly autonomous way. In most projects, there will be a first project scoped out for you. Regardless of that being the case, make sure you ask your lead where you can start, clarify expectations for your role, or seek feedback on how you're doing, early and regularly.
|
||||
* We expect you to be accountable for your goals and deadlines. We don't micromanage - if by any chance you realise you're stuck, make sure to flag it and discuss within your project and project lead whether or not it would be best to change course.
|
||||
* We don't see each other much, and written communication is what we see the most from each other. We'd like for everyone to be clear, friendly, and helpful to everyone else. Great communication is key!
|
||||
* Given that IFT is a highly distributed organisation, working with core contributors across multiple time zones and with minimal physical collaboration, we expect a consistent and high volume of communication to keep your fellow core contributors updated on your progress to ensure that the projects can efficiently be coordinated and delivered in the appropriate time frames. There's no expectation that you reply to each ping immediately. Do your work and avoid interruptions while checking your messages at least a couple of times a day. If you know you won't have time to look into something right away, let the other party know when they can expect to have an answer to organise their work efficiently.
|
||||
* Given that Status is a highly distributed organisation, working with core contributors across multiple time zones and with minimal physical collaboration, we expect a consistent and high volume of communication to keep your fellow core contributors updated on your progress to ensure that the projects can efficiently be coordinated and delivered in the appropriate time frames. There's no expectation that you reply to each ping immediately. Do your work and avoid interruptions while checking your messages at least a couple of times a day. If you know you won't have time to look into something right away, let the other party know when they can expect to have an answer to organise their work efficiently.
|
||||
* Everyone should contribute to the products and our culture. If you see anything that can be improved and have an idea to make it better, bring it up! If you see that a fellow core contributor is stuck, offer to help or ping someone who can. We're all in the same boat trying to achieve the same goals so let's help each other!
|
||||
* Read [this article](https://medium.com/remote-work/12-qualities-to-look-for-when-hiring-remote-workers-68243ff351b0).It gives a sense of what qualities we expect of our core contributors.
|
||||
* Read [this article](https://medium.com/remote-work/12-qualities-to-look-for-when-hiring-remote-workers-68243ff351b0).It gives a sense of what qualities Status expects of the core contributors.
|
||||
* For those less experienced in the blockchain/crypto space - jump in and immerse yourself in the ecosystem and get to understand our principles and mission better. This is a big topic, and we don't expect everyone to become an expert. Still, we would be super impressed to see that you're committed to continuously learning and developing your knowledge.
|
||||
* Try to model our principles in all that you do at IFT.
|
||||
* In order to help with what behaviours create value, here you can see a IFT-specific list of [value-creating behaviours](../contributing-to-status/value-creating-behaviours.md) and some examples in which they could manifest.
|
||||
* Try to model our principles in all that you do at Status.
|
||||
* In order to help with what behaviours create value, here you can see a Status-specific list of [value-creating behaviours](../contributing-to-status/value-creating-behaviours.md) and some examples in which they could manifest.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# 🌟 Journey to your first contribution...
|
||||
|
||||
IFT is developing a number of projects and each project has the freedom to organise themselves however it best sees fit. Throughout your first two weeks, during 1:1s, project weeklies or setting calls specifically for this, get the feel of the specific rituals, dynamics and communication forms within your project and how it connects back with the bigger IFT vision.
|
||||
Status is developing a number of projects and each project has the freedom to organise themselves however it best sees fit. Throughout your first two weeks, during 1:1s, project weeklies or setting calls specifically for this, get the feel of the specific rituals, dynamics and communication forms within your project and how it connects back with the bigger Status vision.
|
||||
|
||||
## Retros and priorities
|
||||
|
||||
@@ -13,7 +13,7 @@ Read your project last quarter's retro and learnings, and focus on this quarter'
|
||||
- What are the priorities set for this quarter.
|
||||
|
||||
## Figure out your first contribution
|
||||
The first month in a new project can be as exciting as it can be overwhelming with everything that IFT and our projects are building. For this reason we recommend you to work closely with your project lead or your closest peer to scope what your first contribution will be.
|
||||
The first month in a new project can be as exciting as it can be overwhelming with everything that Status is building. For this reason we recommend you to work closely with your project lead or your closest peer to scope what your first contribution will be.
|
||||
|
||||
Try to aim for a small project, something that can help you understand your stack progressively and get something done within your first weeks!
|
||||
|
||||
|
||||
@@ -14,5 +14,5 @@ Get in touch with your People Partner to start the discussion about your relocat
|
||||
|
||||
If you need to indicate your working status/occupation details on a visa application, please contact your People Partner who can assist with the relevant information.
|
||||
|
||||
You should only refer to DE/CH as your employer, if those entities formally employ you. Otherwise, you should indicate that you are self-employed or providing services as a freelance contractor, as appropriate.
|
||||
Please only refer to Status as your employer if the DE/CH entity formally employs you. Otherwise, you should indicate that you are self-employed or providing services as a freelance contractor, as appropriate.
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ Usually, the earlier you plan your trip, the cheaper and better it's going to be
|
||||
### Commuting rates and guidelines
|
||||
|
||||
* Sometimes it's more convenient to travel by train or bus within Europe. So keep that in mind as an option when you're looking at routes.
|
||||
* We travel in economy class with carry-on luggage included. You can add one checked luggage for trips longer than 5 days or when you're carrying additional baggage for Status. For flights that are 12+ hours, premium economy is permitted but please ensure that the overall cost is still reasonable (if the price is more than 2x the economy price please do consider alternate options).
|
||||
* We travel in economy class with carry-on luggage included. You can add one checked luggage for trips longer than 5 days or when you're carrying additional baggage for Status.
|
||||
* For moving around, choose the most affordable ground transportation option. In some places, traffic is unpredictable, and public transport is more reliable. In others, car rental, and ride-sharing, such as Uber or local equivalents, are better to move from/to the airport and share the ride with others travelling with you.
|
||||
|
||||
> 💡 Pro-tip: in-flight entertainment might be limited. You might want to bring a book or download media, music, or documents offline beforehand. For some people, commutes are a great way to disconnect or do some reading or focus work.
|
||||
@@ -97,4 +97,3 @@ International prepaid SIM cards:
|
||||
* [Holafly](https://holafly.com)
|
||||
* [Airalo](https://www.airalo.com/)
|
||||
|
||||
If you are a Budget Owner or a member of the Service Units team, you may find this [Travel report](https://superset.bi.status.im/superset/dashboard/p/Mgvrd5R3Z4Q/) useful.
|
||||
|
||||
Binary file not shown.
@@ -2,10 +2,10 @@
|
||||
|
||||
## How to get reimbursed for expenses?
|
||||
|
||||
You can request a reimbursement for reasonable expenses incurred on behalf of IFT during the project's development. You can read about some of these expenses at:
|
||||
You can request a reimbursement for reasonable expenses incurred on behalf of Status during the project's development. You can read about some of these expenses at:
|
||||
* [Computers and devices](../contributing-to-status/laptops-and-devices.md)
|
||||
* [Events and meetups](../contributing-to-status/events-and-meetups.md)
|
||||
* [Travelling for IFT](../contributing-to-status/travelling-for-status.md)
|
||||
* [Travelling for Status](../contributing-to-status/travelling-for-status.md)
|
||||
* [Essential reading](../fundamentals/essential-reading.md)
|
||||
|
||||
It's essential that you carefully read the following instructions to get reimbursed and so we can file expenses correctly.
|
||||
@@ -18,7 +18,7 @@ In addition to these notes, you can find a guide [here](https://docs.google.com/
|
||||
|
||||
## How to report expenses through Expensify
|
||||
|
||||
We use Expensify to store and report the expense details and receipts incurred on behalf of IFT during the project's development.
|
||||
We use Expensify to store and report the expense details and receipts incurred on behalf of Status during the project's development.
|
||||
|
||||
### Account setup
|
||||
|
||||
@@ -30,7 +30,7 @@ If you don’t have access to your account, please reach out to the Finance team
|
||||
|
||||
### Selecting the right policy
|
||||
|
||||
Once you have logged in please ensure that you are claiming your expenses under the correct policy. Your policy should match the correct IFT entity and your invoicing currency.
|
||||
Once you have logged in please ensure that you are claiming your expenses under the correct policy. Your policy should match the correct Status entity and your invoicing currency.
|
||||
|
||||

|
||||
|
||||
@@ -44,7 +44,7 @@ Go to the `Expense` tab on either the web or mobile apps to upload expenses manu
|
||||
|
||||
1. Make sure to fill or review all the fields as the scanning feature isn't always reliable. Pay special attention to amounts and currencies.
|
||||
2. You should claim expenses using the date they incurred. For example: if the purchase happened on Jan 10th and you're uploading or requesting the reimbursement on Jan 14th, the correct expense date would be Jan 10th.
|
||||
3. When paying for a group (i.e., a meal shared with other contributors from IFT), please list all those in attendance in the `attendee's` field.
|
||||
3. When paying for a group (i.e., a meal shared with other contributors from Status), please list all those in attendance in the `attendee's` field.
|
||||
4. Choose a category for your expense and add a detailed description of how's it business-related. Include information such as the trip it belongs to, who approved it, what budget it comes from, whether or not you've paid for other contributors (i.e., group meal), and any other data you consider relevant.
|
||||
|
||||
#### Example
|
||||
@@ -102,7 +102,7 @@ If you need to share the report with your accountant, you can download a PDF rep
|
||||
|
||||
In order to reduce delays in payments, invoices received after the invoice deadline (15th of the month), will be paid in the payment run of the following month. This applies to all invoices (contributors and third-party suppliers). We will still issue the normal reminder before the cut-off date, but we will not chase invoices after that date.
|
||||
|
||||
Expense claims are submitted via Expensify as usual, but each report should span a calendar month and only expenses marked as approved on Expensify should be included on your invoices. This will allow Finance to review and approve expense claims as soon as they arrive. This means that the sooner you submit your expense claim, the sooner it will be reviewed by the Finance team.
|
||||
Expense claims are submitted via Expensify as usual, but each report should span a calendar month and only expenses marked as approved on Expensify should be included on your invoices. This will allow Fiance to review and approve expense claims as soon as they arrive. This means that the sooner you submit your expense claim, the sooner it will be reviewed by the Finance team.
|
||||
|
||||
Expense reimbursements are paid together with the monthly compensation invoice. If you have questions or concerns regarding the expense reimbursement date, please get in touch with the Finance team, and we'll be happy to help you with that.
|
||||
|
||||
@@ -114,6 +114,6 @@ Scenario 2: David submits an invoice on the 14th February, and he includes an e
|
||||
|
||||
Scenario 3: David submits an invoice on the 15th February, and he includes an expense claim that shows as approved in Expensify. The Finance team will include it in the payment run as usual.
|
||||
|
||||
If you have other questions related to this process, please feel free to ping the Finance team in the #finance channel or through an email to `billing@status.im`.
|
||||
If you have other questions related to this process, please feel free to ping the Finance team in the #ask-finance channel or through an email to `billing@status.im`.
|
||||
|
||||
|
||||
|
||||
+18
-15
@@ -1,6 +1,6 @@
|
||||
# 💰 Getting paid
|
||||
|
||||
As a core contributor and those with services agreements with IFT, you'll need to send your PDF invoice to the Billing inbox (billing@status.im). Here, you'll find helpful information about deadlines, formats and other requirements to get compensated correctly on time.
|
||||
As a core contributor, you need to send your PDF invoice to the Billing inbox (billing@status.im). Here you'll find helpful information about deadlines, formats and other requirements to get compensated correctly on time.
|
||||
|
||||
## Invoices due date
|
||||
|
||||
@@ -28,7 +28,10 @@ Your invoice should include:
|
||||
|
||||
You can create an invoice by downloading/copying [this template](https://docs.google.com/spreadsheets/d/1FbH0CxLqar0ZyjhiMEA5ceToL2ikv5C-Rv-qCwBNeRA/). Please remember to download the finished invoice as a PDF before sending it and that the exported PDF is on a single page.
|
||||
|
||||
Address the invoice to **IFT Studio Pte. Ltd, 160 Robinson Road, #24-09, Singapore 068914.**
|
||||
Address the invoice to the Status legal entity with which you have your agreement. The primary Status legal entities are:
|
||||
* Status Holdings Pte. Ltd., 160 Robinson Road, #24-09, Singapore 068914
|
||||
* Status Research & Development GmbH, Baarerstrasse 10, 6302 Zug, Switzerland
|
||||
* Status Research & Development Deutschland GmbH, ℅ Cormoran GmbH, Am Zirkus 2, 10117 Berlin, Germany
|
||||
|
||||
There are exceptional cases where another legal entity applies. Please use the company and address as detailed in your agreement.
|
||||
|
||||
@@ -52,7 +55,7 @@ If you are new to crypto payments and wallets, [this guide](https://support.mycr
|
||||
|
||||
We recommend using a hardware wallet like the Ledger Nano S or a Trezor to secure your assets.
|
||||
|
||||
Don't be shy to ask your more experienced core contributors in the #finance channel on logos discord or Status app when you have questions about crypto payments and wallets. Not everyone starts with the same level of knowledge, and building it up is part of working with Status.
|
||||
Don't be shy to ask your more experienced core contributors in the #ask-finance channel when you have questions about crypto payments and wallets. Not everyone starts with the same level of knowledge, and building it up is part of working with Status.
|
||||
|
||||
### Rate Calculation
|
||||
|
||||
@@ -87,26 +90,26 @@ For your first month (if being paid on an annual or monthly basis), please prora
|
||||
|
||||
Please bill the flat monthly or annual/12 figure for each subsequent month.
|
||||
|
||||
*Example: You joined IFT on March 12. During April, you took 1 week of vacation. Your April invoice amount will be {your monthly stipend amount in full} or {your annual stipend amount}/12*
|
||||
*Example: You joined Status on March 12. During April, you took 1 week of vacation. Your April invoice amount will be {your monthly stipend amount in full} or {your annual stipend amount}/12*
|
||||
|
||||
Please use the working days shown below for your calculations:
|
||||
|
||||
**Working days 2024**
|
||||
**Working days 2023**
|
||||
|
||||
| Month | Working days |
|
||||
|:---:|:---:|
|
||||
| January | 23 |
|
||||
| February | 21 |
|
||||
| March | 21 |
|
||||
| April | 22 |
|
||||
| January | 22 |
|
||||
| February | 20 |
|
||||
| March | 23 |
|
||||
| April | 20 |
|
||||
| May | 23 |
|
||||
| June | 20 |
|
||||
| July | 23 |
|
||||
| August | 22 |
|
||||
| June | 22 |
|
||||
| July | 21 |
|
||||
| August | 23 |
|
||||
| September | 21 |
|
||||
| October | 23 |
|
||||
| November | 21 |
|
||||
| December | 22 |
|
||||
| October | 22 |
|
||||
| November | 22 |
|
||||
| December | 21 |
|
||||
|
||||
### Expense Reimbursements
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# 🧾 Third-party invoices format
|
||||
|
||||
As part of contributing to IFT, you might need to submit invoices or engage with service subscriptions or external vendors and contractors. This page has information about what we'll need to provide fully compliant invoices.
|
||||
As part of contributing to Status, you might need to submit invoices or engage with service subscriptions or external vendors and contractors. This page has information about what we'll need to provide fully compliant invoices.
|
||||
|
||||
Here's a sample of how invoices should look, as well as all the appropriate data points needed. If any data is missing from the invoice, we won't be able to pay it and will ask you to arrange a revision with the vendor.
|
||||
|
||||
@@ -21,15 +21,26 @@ Here's a sample of how invoices should look, as well as all the appropriate data
|
||||
* Supplier’s telephone number, contact person and email address (optional);
|
||||
* Payment information (optional).
|
||||
|
||||
### IFT Information
|
||||
* Invoicing address (mandatory).
|
||||
### Status Information
|
||||
* One of the Status' legal entities and invoicing address (mandatory).
|
||||
|
||||
##### IFT Singapore
|
||||
IFT Studio Pte. Ltd.
|
||||
160 Robinson Road, #24-09,
|
||||
068914, Singapore
|
||||
##### Status Switzerland
|
||||
Status Research & Development GmbH<br>
|
||||
Baarerstrasse 10, <br>
|
||||
6302 Zug, Switzerland<br>
|
||||
MWST-Nr: CHE-319.159.934 MWST
|
||||
|
||||
##### Status Singapore
|
||||
Status Holdings Pte. Ltd. <br>
|
||||
160 Robinson Road, #24-09,<br>
|
||||
068914, Singapore<br>
|
||||
UEN: 201625575Z
|
||||
|
||||
##### Status Germany
|
||||
Status Research & Development Deutschland GmbH<br>
|
||||
Am Zirkus 2, <br>
|
||||
10117 Berlin, Germany<br>
|
||||
USt-IdNr: DE317300297
|
||||
|
||||
## Invoice Content
|
||||
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
# In case of a dispute
|
||||
|
||||
## Background
|
||||
|
||||
* While we hope that you may never have to run into this issue, and for the most part it is relatively exceptional, IFT, like any other organisation, faces the risk of entering into disputes, whether they are arising from internal or external events, within or outside of IFT’ control and with different types of counterparties, from service provides to (former) core contributors (“Counterparty”).
|
||||
* Therefore we have developed this guidance for core contributors on how you can help prevent and mitigate potential disputes, protect IFT’ interests and how to best collaborate with Legal to resolve any disputes in the most peaceful and amicable manner possible.
|
||||
|
||||
## Guidance
|
||||
|
||||
#### When to involve Legal - the earlier, the better. However, please contact Legal immediately if:
|
||||
* It is more than likely that IFT will fail to fulfil its obligation(s) towards a Counterparty or if IFT has already failed on its obligation(s) towards a Counterparty (doesn’t matter if the Counterparty is aware about this or not). For example,
|
||||
* IFT failed to pay, or failed to pay on time any amounts due (e.g. an invoice has been unpaid past the stated due date);
|
||||
* Breached a term of a contract in any way, for example, by inappropriate use of services (e.g. a service is being used contrary to a service’s acceptable use policy); or
|
||||
* Breached confidentiality (e.g. a core contributor inadvertently shares confidential information with another third party that is not compliant with the contract).
|
||||
* If a Counterparty claims that IFT is not fulfilling its obligations (whether this is accurate or not) or threatens legal action against IFT in this respect; or
|
||||
* if a legal counsel or a law firm has taken over communications with IFT;
|
||||
|
||||
#### If any of the above takes place - the following should be observed:
|
||||
* Follow good practices: Preserve all communications with the Counterparty, such as discord chats, emails, any social media chats (e.g. Telegram), calls and meeting notes.
|
||||
|
||||
## After you contact Legal:
|
||||
|
||||
* Do not let the Counterparty know you are involving Legal, (for example, do not include Legal in -cc to an email with a Counterparty) unless Legal has advised you to do so. In our experience, if a Counterparty becomes aware that Legal is being involved, it may escalate an already sensitive situation or unnecessarily provoke hostility.
|
||||
* Communicate with the Counterparty only in consultation with Legal and other internal stakeholders as relevant, for example, your team lead.
|
||||
* Any communication with the Counterparty must be screened and approved by Legal.
|
||||
* Any strategy or potential proposals/compromises must also be discussed with Legal.
|
||||
|
||||
## After the dispute has been resolved:
|
||||
|
||||
* Rectify/Monitor - Legal and core contributors should continue to monitor for any potential signs that the dispute may resume or re-escalate and ensure that events or factors which led to the dispute have been adequately addressed (e.g. has IFT’ failure to perform an obligation now being rectified?)
|
||||
* Lessons learned - Legal, core contributors, relevant team lead, and any other relevant internal stakeholders should form a “lessons learned” group to review the events and factors, which led up to the dispute and determine whether any changes to procedure or practices should be made to prevent or mitigate the chance of such a dispute arising again. Notes and conclusions should be well documented for future reference
|
||||
@@ -0,0 +1,31 @@
|
||||
# Guidance from Legal perspective regarding (potential) disputes
|
||||
|
||||
## Background
|
||||
|
||||
* While we hope that you may never have to run into this issue, and for the most part it is relatively exceptional, Status, like any other organisation, faces the risk of entering into disputes, whether they are arising from internal or external events, within or outside of Status’ control and with different types of counterparties, from service provides to (former) CCs (“Counterparty”).
|
||||
* Therefore we have developed this guidance for CCs on how you can help prevent and mitigate potential disputes, protect Status’ interests and how to best collaborate with Legal to resolve any disputes in the most peaceful and amicable manner possible.
|
||||
|
||||
## Guidance
|
||||
|
||||
#### When to involve Legal - the earlier the better. However, please contact Legal immediately if:
|
||||
* It is more than likely that Status will fail to fulfil its obligation(s) towards a Counterparty or if Status has already failed on its obligation(s) towards a Counterparty (doesn’t matter if the Counterparty is aware about this or not). For example,
|
||||
* Status failed to pay, or failed to pay on time any amounts due (e.g. an invoice has been unpaid past the stated due date);
|
||||
* Breached a term of a contract in any way, for example, by inappropriate use of services (e.g. a service is being used contrary to a service’s acceptable use policy); or
|
||||
* Breached confidentiality (e.g. a CC inadvertently shares confidential information with another third party that is not compliant with the contract).
|
||||
* If a Counterparty claims that Status is not fulfilling its obligations (whether this is accurate or not) or threatens legal action against Status in this respect; or
|
||||
* if a legal counsel or a law firm has taken over communications with Status;
|
||||
|
||||
#### If any of the above takes place - the following should be observed:
|
||||
* Follow good practices: Preserve all communications with the Counterparty, such as discord chats, emails, any social media chats (e.g. Telegram), calls and meeting notes.
|
||||
|
||||
## After you contact Legal:
|
||||
|
||||
* Do not let the Counterparty know you are involving Legal, (for example, do not include Legal in -cc to an email with a Counterparty) unless Legal has advised you to do so. In our experience, if a Counterparty becomes aware that Legal is being involved, it may escalate an already sensitive situation or unnecessarily provoke hostility.
|
||||
* Communicate with the Counterparty only in consultation with Legal and other internal stakeholders as relevant, for example, your team lead.
|
||||
* Any communication with the Counterparty must be screened and approved by Legal.
|
||||
* Any strategy or potential proposals/compromises must also be discussed with Legal.
|
||||
|
||||
## After the dispute has been resolved:
|
||||
|
||||
* Rectify/Monitor - Legal and CC should continue to monitor for any potential signs that the dispute may resume or re-escalate and ensure that events or factors which led to the dispute have been adequately addressed (e.g. has Status’ failure to perform an obligation now being rectified?)
|
||||
* Lessons learned - Legal, CC, relevant team lead and any other relevant internal stakeholders should form a “lessons learned” group to review the events and factors, which led up to the dispute and determine whether any changes to procedure or practices should be made to prevent or mitigate the chance of such a dispute arising again. Notes and conclusions should be well documented for future reference
|
||||
@@ -4,18 +4,17 @@ The Code of Conduct serves to establish guidelines on how to conduct your behavi
|
||||
|
||||
We are all responsible for maintaining and developing this shared environment. We want to have a common productive, collaborative, and socially accountable space.
|
||||
|
||||
We hope that all our community members share our views and nurture this spirit and culture in their dealings within the organisation and the wider community.
|
||||
We hope that all our community members share our views and nurture this spirit and culture in their dealings with the Status community.
|
||||
|
||||
This code acts as both a courtesy to the overall organisation and an effective way of making your interactions with other core contributors mutually beneficial.
|
||||
This code acts as both a courtesy to the overall community and an effective way of making your interactions with other Status users mutually beneficial.
|
||||
|
||||
Familiarising yourself with the guidelines here is an essential precondition to your participation in our community.
|
||||
|
||||
This Code of Conduct governs how we behave in public or in private whenever the project will be judged by our actions. We expect it to be honoured by everyone who represents the project officially or informally, claims affiliation with the project, or participates directly.
|
||||
|
||||
|
||||
## Respect other users
|
||||
|
||||
IFT is about showing respect and humanity for one another: the word itself captures the spirit of social esteem in a human community. We want to grow a productive and agile place that can welcome new ideas in a complex field. We wish to improve every process in every development cycle and foster collaboration between groups with very different needs, interests, and skills.
|
||||
Status is about showing respect and humanity for one another: the word itself captures the spirit of social esteem in a human community. We want to grow a productive and agile place that can welcome new ideas in a complex field. We wish to improve every process in every development cycle and foster collaboration between groups with very different needs, interests, and skills.
|
||||
|
||||
We gain strength from diversity and actively seek participation from those who enhance it. This Code of Conduct exists to ensure that diverse groups collaborate to mutual advantage and enjoyment.
|
||||
|
||||
@@ -94,7 +93,7 @@ We invite any and everybody to participate in any aspect of the project. Our com
|
||||
|
||||
## Enforcement
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behaviour may be reported by contacting the People Ops team at `people-ops@status.im` or pinging your People Partner for a confidential chat.
|
||||
Instances of abusive, harassing, or otherwise unacceptable behaviour may be reported by contacting the Status People Ops team at `people-ops@status.im` or pinging your People Partner for a confidential chat.
|
||||
|
||||
All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The People Ops team is obligated to maintain confidentiality regarding the reporter of an incident.
|
||||
|
||||
@@ -104,8 +103,8 @@ Depending on the severity of the misconduct, this may be a formal warning, throu
|
||||
|
||||
## licence
|
||||
|
||||
IFT creates software to be a public good and makes use of free and open-source licences in this regard. This ensures that the individuals and communities around it are its custodians. We choose not to exclude others from using, understanding, modifying, and distributing our work. In doing so, we trust one another to act in the best interests of the broader human community that IFT is designed to serve. This open-source licence holds the developers to account in the knowledge that the software is a common trust and that it is a privilege and a responsibility to continue to develop it.
|
||||
Status creates software to be a public good and makes use of free and open-source licences in this regard. This ensures that the individuals and communities around it are its custodians. We choose not to exclude others from using, understanding, modifying, and distributing our work. In doing so, we trust one another to act in the best interests of the broader human community that Status is designed to serve. This open-source licence holds the developers to account in the knowledge that the software is a common trust and that it is a privilege and a responsibility to continue to develop it.
|
||||
|
||||
*****
|
||||
|
||||
*The Code of Conduct is licensed under the Creative Commons Attribution-Share Alike 3.0 license and has been adapted from the Ubuntu Code of Conduct v2.0, and the Contributor Covenant v1.4. You may re-use it for your project and modify it as you wish. Please allow others to use your modifications and give credit to Ubuntu, Contributor Covenant, and IFT.*
|
||||
*The Status Code of Conduct is licensed under the Creative Commons Attribution-Share Alike 3.0 license and has been adapted from the Ubuntu Code of Conduct v2.0, and the Contributor Covenant v1.4. You may re-use it for your project and modify it as you wish. Please allow others to use your modifications and give credit to Ubuntu, Contributor Covenant, and Status.*
|
||||
|
||||
@@ -9,14 +9,13 @@ We'll use your emergency contact info in [Bamboo](https://statusim.bamboohr.com/
|
||||
|
||||
It's also helpful to review your contact phone number and email address from time to time if we need to reach you directly.
|
||||
|
||||
## IFT emergency contacts
|
||||
## Status emergency contacts
|
||||
|
||||
In all emergencies and only after you are safe and out of harm’s way and/or in a secure location contact people-ops@status.im or ping your People Partner directly via DM (or phone for urgent matters) for immediate attention. Your People Partner will use their reasonable efforts to coordinate with others (i.e., legal or security) on your behalf to the extent required.
|
||||
|
||||
## Reporting a potential legal claim or dispute
|
||||
|
||||
As a responsible organisation, we take all potential legal claims or disputes against the IFT very seriously.
|
||||
|
||||
We would ask all core contributors to promptly report to the Legal team and your project lead about any (potential) legal claims or disputes against the IFT, once you have become aware about it. If you suspect or become aware of an incident that may be likely to develop into a legal claim or dispute, please also promptly bring this to the attention of the Legal team and your project lead. The earlier we identify and address any of these issues will allow the IFT to take the appropriate steps to minimise any potential negative impact on the IFT.
|
||||
As a responsible organisation, we take all potential legal claims or disputes against Status very seriously.
|
||||
|
||||
We would ask all core contributors to promptly report to the Legal team and your project lead about any (potential) legal claims or disputes against Status, once you have become aware about it. If you suspect or become aware of an incident that may be likely to develop into a legal claim or dispute, please also promptly bring this to the attention of the Legal team and your project lead. The earlier we identify and address any of these issues will allow Status to take the appropriate steps to minimise any potential negative impact on Status.
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ We offer an annual learning budget of USD 170 for each core contributor. You can
|
||||
|
||||
For the purpose of purchasing learning & development items (learning platforms, courses, online conferences), you need to raise the request via [SpiffWorkflow](https://www.notion.so/Request-Goods-or-Services-9891dc90f4424a0ebd3407db1991c203?pvs=4#3ef6bd6141f84ff496cfea785a514a5a) to get okays from your Project Lead and/or PeopleOps partner.
|
||||
|
||||
If you need a reference, a core contributor could spend their first 1-3 weeks spending 50% of their billed hours to learn and ~2 hours p/w after that on an ongoing basis. This is just an example, and we encourage you to figure out a learning cadence that best helps you succeed in contributing to IFT.
|
||||
If you need a reference, a core contributor could spend their first 1-3 weeks spending 50% of their billed hours to learn and ~2 hours p/w after that on an ongoing basis. This is just an example, and we encourage you to figure out a learning cadence that best helps you succeed in contributing to Status.
|
||||
|
||||
We've made a selection of readings that can help give you more context of our vision and culture.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Fundamentals
|
||||
|
||||
In this section you will find some information on the fundamentals of IFT such as our legal and security frameworks.
|
||||
In this section you will find some information on the fundamentals of Status such as our legal and security frameworks.
|
||||
|
||||
If you have any questions, please reach out to People Ops who can help navigate your questions or concerns.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# 🔐 Security guidelines
|
||||
|
||||
Security is a priority at IFT, and we'd like to thank you in advance for taking steps to secure your devices and online accounts.
|
||||
Security is a priority at Status, and we'd like to thank you in advance for taking steps to secure your devices and online accounts.
|
||||
|
||||
Here you'll find helpful links to resources to protect yourself and the organisation from attackers.
|
||||
|
||||
@@ -34,13 +34,13 @@ Here's Corey's Status Learn-Up session about [hardware wallets and best practice
|
||||
|
||||
## Password manager
|
||||
|
||||
Our password manager is [Bitwarden](https://bitwarden.com/). All organisational passwords should be kept and shared here. So if you plan to store an IFT related password, or get access to platforms that require username/passwords/2fa, then it should all be shared using Bitwarden.
|
||||
Our password manager is [Bitwarden](https://bitwarden.com/). All organisational passwords should be kept and shared here. So if you plan to store a Status related password, or get access to platforms that require username/passwords/2fa, then it should all be shared using Bitwarden.
|
||||
|
||||
You can request an invite in #people-ops. By signing up with the organisation, you get the premium features and sign up with any email you like. That way, if you ever leave the IFT, you can take your password manager secrets with you, and you only lose access to IFT related items.
|
||||
You can request an invite in #people-ops. By signing up with the organisation, you get the premium features and sign up with any email you like. That way, if you ever leave Status, you can take your password manager secrets with you, and you only lose access to Status related items.
|
||||
|
||||
## Security team
|
||||
|
||||
Learn more about Security @ IFT at:
|
||||
Learn more about Security @ Status at:
|
||||
|
||||
* [Status Security](https://status.im/security/)
|
||||
* [status-im/status-security](https://github.com/status-im/status-security)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 65 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 308 KiB |
+6
-6
@@ -1,11 +1,11 @@
|
||||

|
||||
# Introduction
|
||||
|
||||
# 🚀 Introduction
|
||||
Status is developing an open set of projects utilising peer-to-peer technologies that will facilitate people’s ability to transact securely and communicate freely. We build decentralised technologies ranging from protocol-level infrastructure to application software — forming an open-source peer-to-peer technology stack.
|
||||
|
||||
### Institute of Free Technology
|
||||
Status strives to develop open-source software (for example, the [Status](https://status.im/get/) app) that can be utilised by people as a secure communication tool to uphold human rights. The Status app is designed to facilitate the free flow of information, protect the right to private, secure conversations, and promote the sovereignty of individuals. [Discover more projects →](https://statusnetwork.com/)
|
||||
|
||||
#### Fostering innovation, defending digital liberties
|
||||
### Contributing
|
||||
|
||||
The Institute of Free Technology ‘IFT’ is a mission-driven tech startup studio, taking ideas from the drawing board to market with financial, technical, legal, people operations, and brand-building support at every step.
|
||||
The development of the Status app is an open community, you don’t need to ask permission to join or become a member. If you see something you think should be improved, you can [make a PR](https://github.com/status-im/), join our [Discord](https://discord.gg/2HyyjgFHVK) or create a [proposal](https://discuss.status.im/) and make it happen.
|
||||
|
||||
IFT curates, incubates and builds startups using shared resources and infrastructure. IFT is focused on building public goods to safeguard civil liberties in the digital age, and we support and grow programs that share this goal by providing capital, services and other resources.
|
||||
You can also contribute to specific Status projects such as [Waku](https://waku.org/) or [Nimbus](https://nimbus.team/). As an open-source project, we are location-agnostic and operate fully remotely. You can find which profiles each project is looking for [on this page](https://jobs.status.im/).
|
||||
|
||||
+18
-13
@@ -1,6 +1,6 @@
|
||||
# 💠 Offboarding
|
||||
|
||||
We’re sorry that you’re leaving the IFT and wish you the best of luck in your next endeavours ☘️ - thanks for everything you brought to IFT during the time we had together! 🙌
|
||||
We’re sorry that you’re leaving our project and wish you the best of luck in your next endeavours ☘️ - thanks for everything you brought to Status during the time we had together! 🙌
|
||||
|
||||
Your People Partner will help facilitate this process with various other stakeholders such as your project lead, Legal and Finance.
|
||||
|
||||
@@ -18,7 +18,7 @@ There's a lot to do before you leave so please follow the steps assigned to you
|
||||
|
||||
* ### Letter of Termination
|
||||
|
||||
Your People Partner will share a confirmation of termination with you, confirming your last day of service with IFT.
|
||||
Your People Partner will share a confirmation of termination with you confirming your last day of service with Status.
|
||||
|
||||
* ### Offboarding Agreement
|
||||
|
||||
@@ -26,11 +26,11 @@ There's a lot to do before you leave so please follow the steps assigned to you
|
||||
|
||||
* ### Returning or buying back devices
|
||||
|
||||
Check out this [guide](./device-logistics.md) to finalise purchasing or returning any IFT-owned devices.
|
||||
Check out this [guide](./device-logistics.md) to finalise purchasing or returning any Status-owned devices.
|
||||
|
||||
* ### Last invoice & Expenses
|
||||
|
||||
Please submit your final invoice & expense report within one day of your final working day. Send your final invoice to Billing@status.im. Your final invoice should include any equipment buybacks and expenses.
|
||||
Please submit your final invoice & expense report within one day of your final working day. Send your final invoice to Billing@status.im. Your final invoice should include any equipment buy backs and expenses.
|
||||
|
||||
* ### Verify your payment details in BambooHR are accurate
|
||||
|
||||
@@ -42,15 +42,15 @@ There's a lot to do before you leave so please follow the steps assigned to you
|
||||
|
||||
* ### Announcing your departure
|
||||
|
||||
We’d like to be transparent with all core contributors when someone leaves the project. Please post a goodbye message, or let People Ops know if you’d prefer that they post a general departure message on your behalf (this won’t share any personal details, but will confirm that you are not going to be around, along with your expected last day). You may also want to ping fellow core contributors within other projects directly to let them know about your departure.
|
||||
We’d like to be transparent with all core contributors when someone leaves the project. Please post a goodbye message in #general, or let People Ops know if you’d prefer that they post a general departure message on your behalf (this won’t share any personal details, but will confirm that you are not going to be around, along with your expected last day). You may also want to ping fellow core contributors within other projects directly to let them know about your departure.
|
||||
|
||||
* ### Forthcoming IFT travel
|
||||
* ### Forthcoming Status travel
|
||||
|
||||
Should you have any future IFT-sponsored travel/conference arrangements in place, please cancel them and obtain a refund for your bookings if possible. Expenses will only be reimbursed for non-refundable travel bookings. Cancellation fees (where incurred) can be added to your final expense report for reimbursement (please attach proof of payment).
|
||||
Should you have any future Status-sponsored travel/conference arrangements in place, please cancel them and obtain a refund for your bookings if possible. Expenses will only be reimbursed for non-refundable travel bookings. Cancellation fees (where incurred) can be added to your final expense report for reimbursement (please attach proof of payment).
|
||||
|
||||
* ### Private keys
|
||||
|
||||
If you have any hardware related to IFT wallets or bank accounts (e.g. Ledgers, Trezors, security keys), mnemonic phrases, or any other resource granting you access to (or control of) IFT's funds (fiat or crypto), please make arrangements with @finance to return them.
|
||||
If you have any hardware related to Status wallets or bank accounts (e.g. Ledgers, Trezors, security keys), mnemonic phrases, or any other resource granting you access to (or control of) Status's funds (fiat or crypto), please make arrangements with @finance to return them.
|
||||
|
||||
* ### Access to organisation-wide tools
|
||||
|
||||
@@ -58,7 +58,7 @@ There's a lot to do before you leave so please follow the steps assigned to you
|
||||
|
||||
* ### Passwords
|
||||
|
||||
Please clear your password vault of any passwords relating to tools/software licences belonging to IFT.
|
||||
Please clear your password vault of any passwords relating to tools/software licences belonging to Status.
|
||||
|
||||
* ### Tools
|
||||
|
||||
@@ -70,11 +70,16 @@ There's a lot to do before you leave so please follow the steps assigned to you
|
||||
|
||||
* ### Letter of reference
|
||||
|
||||
We’ll be happy to provide a specific (i.e addresses to a specific person or organisation) letter of reference confirming your contributions to IFT. Should you ever need a reference letter, please email people-ops@status.im at any time, and we’ll get a letter to you within 5 - 10 working days.
|
||||
We’ll be happy to provide a letter of reference confirming your contributions to Status. Should you ever need a reference letter, please email people-ops@status.im at any time, and we’ll get a letter to you within 5 - 10 working days.
|
||||
|
||||
* ### Holiday (For core contributors only only)
|
||||
|
||||
You are entitled to be paid out for any accrued but not taken holidays. Your People Partner will calculate the payout amount and pay this out to you with your final payment. You can choose to take any accrued holiday as time off during your notice period - if you want to do so, please book the time in BambooHR.
|
||||
|
||||
|
||||
## "Offboarding" chats
|
||||
|
||||
We're not a traditional organisation, but we try to hold 'offboarding' chats with every departing core contributor. This chat is a chance for you to reflect on your time with us, and share your feedback on your experience. The feedback we collect from these interviews will be used to improve the way we work with contributors moving forward.
|
||||
We're not a traditional organisation, but we try to hold 'offboarding' chats with every departing core contributor. This chat is a chance for you to reflect on your time with Status, and share your feedback on your experience. The feedback we collect from these interviews will be used to improve the way we work with contributors moving forward.
|
||||
|
||||
We’ll share your feedback with relevant project members we think may benefit from hearing your reflections. If you’d prefer the conversation to be 100% private, that’s totally ok - just let us know what you’re comfortable with being shared further.
|
||||
|
||||
@@ -83,11 +88,11 @@ Feel free to prepare notes in advance, or send us your feedback async if you’d
|
||||
## Coming back?
|
||||
|
||||
We’re open to working with former core contributors again, and we’d consider each situation on an individual basis.
|
||||
As IFT develops capabilities for permissionless participation, our role as a gatekeeper to contribution will fall away, and anyone (former core contributor or not) will be free to contribute to IFT.
|
||||
As Status develops capabilities for permissionless participation, our role as a gatekeeper to contribution will fall away, and anyone (former core contributor or not) will be free to contribute to Status.
|
||||
|
||||
We hope to see you again in the community or ecosystem! It's been a blast and know that you will always be missed!
|
||||
|
||||
## Questions?
|
||||
Please ping your People Partner or ask in the #people-ops channel
|
||||
For any invoice/expenses questions, please ping the finance team in the #finance channel.
|
||||
For any invoice/expenses questions, please ping the finance team in #ask-finance
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ We strive for complete openness and symmetry of information within the organisat
|
||||
### VI. Openness
|
||||
The software we create is a public good. It is made available via a free and open source licence, for anyone to share, modify and benefit from. We believe in permission-less participation.
|
||||
|
||||
### VII. Decentralization
|
||||
### VII. decentralisation
|
||||
We minimise centralization across both the software and the organisation itself. In other words, we maximise the number of physical computers composing the network, and maximise the number of individuals who have control over the system(s) we are building.
|
||||
|
||||
### VIII. Inclusivity
|
||||
|
||||
@@ -1,57 +0,0 @@
|
||||
## 💥 Self Evaluation Guide
|
||||
|
||||
_This document is intended to be a supporting document to help you complete the 2023 lightweight Self Evaluation Process._
|
||||
|
||||
|
||||
### Writing a self-evaluation
|
||||
|
||||
Think of a self-evaluation as an opportunity to reflect and deep dive into your contributions and impact on Status’ projects. It’s your moment to share **_WHAT_** you do and **_HOW_** you do it.
|
||||
|
||||
The **_WHAT_** = contribution/impact
|
||||
|
||||
The **_HOW_** = behaviours
|
||||
|
||||
Try to be honest about your contributions and impact on Status’ projects, especially in relation to how your contributions align with Status’ values and mission. It is also important to acknowledge areas where you may need further development or support, and that’s okay.
|
||||
|
||||
Aim to provide a balanced evaluation of yourself based on the following attributes and questions.
|
||||
|
||||
|
||||
### Question Specific Guidance
|
||||
|
||||
**<span style="text-decoration:underline;">Contribution</span>**
|
||||
|
||||
* Think about specific projects, tasks or initiatives you have worked on, highlighting your contributions, accomplishments, and the outcomes of your efforts.
|
||||
* Be specific and provide measurable results whenever possible, such as deadlines met, efficiency improvements, and projects delivered.
|
||||
|
||||
**<span style="text-decoration:underline;">Collaboration</span>**
|
||||
|
||||
* Assess your ability to work collaboratively with Core Contributor both within your team and other projects.
|
||||
* Describe instances where you effectively collaborated or supported others in achieving common goals.
|
||||
* Acknowledge any areas where you faced challenges in collaboration and how you dealt with it.
|
||||
|
||||
**<span style="text-decoration:underline;">Autonomy</span>**
|
||||
|
||||
* Discuss your level of autonomy as a Core Contributor and how you've taken initiative.
|
||||
* Share examples of times when you proactively identified opportunities for improvement or took on additional responsibilities.
|
||||
* Highlight your ability to work independently and make decisions when needed.
|
||||
|
||||
**<span style="text-decoration:underline;">What is (at least) one thing you do well?</span>**
|
||||
|
||||
* Be specific, highlighting your impact on your team/project.
|
||||
* Identify your strengths, skills or qualities that you excel at in your role.
|
||||
* Discuss a time when / if you exceeded expectations or made a significant positive impact on your team or project.
|
||||
* Highlight any skills or areas where you’ve shown improvement and growth over time.
|
||||
* Take time to look back on your 1:1’s and retros to help you identify past accomplishments
|
||||
|
||||
**<span style="text-decoration:underline;">What is (at least) one thing you could improve upon?</span>**
|
||||
|
||||
* Be self-aware. Acknowledge areas where you may have room for improvement.
|
||||
* Focus on something specific and prioritise a meaningful commitment to improvements.
|
||||
* Offer context for the areas you want to improve. Explain why these aspects are important and how they impact your role.
|
||||
|
||||
**Next steps:**
|
||||
|
||||
Please log into Lattice, and complete your self-evaluation.
|
||||
|
||||
Reach out to your People Ops Partner if you have any questions.
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# 🔕 AFK FAQs
|
||||
|
||||
### 🏖️ How do public holidays work at IFT?
|
||||
### 🏖️ How do public holidays work at Status?
|
||||
|
||||
Given the diversity of cultures and locations among the core contributors at IFT, we don't have org-wide days off. We encourage you to book off your home or local public holidays or the ones close to your heart or beliefs.
|
||||
Given the diversity of cultures and locations among the core contributors at Status, we don't have Status-wide days off. We encourage you to book off your home or local public holidays or the ones close to your heart or beliefs.
|
||||
|
||||
### 😷 What happens if I'm out sick?
|
||||
|
||||
@@ -14,61 +14,17 @@ If you’re going to be unavailable for a prolonged period of time, you need to
|
||||
|
||||
You can record your unavailability without explanation.
|
||||
|
||||
If you tell your People Partner about a health or personal issue, that information will be shared only within the People Ops group and to the extent required, Carl and Jarrad. Please let your People Partner know of any specific discussion that should be kept off the record (i.e., only between you and the People Partner you're talking with).
|
||||
If you tell your People Partner about a health or personal issue, that information will be shared only within the People Ops group and to the extent required, Carl and Jarrad. Please, let your People Partner know of any specific discussion that should be kept off the record (i.e., only between you and the People Partner you're talking with).
|
||||
|
||||
Your People Partner won't tell other core contributors the specifics of your situation. We will be happy to help you communicate your unavailability period if you need help doing that (mentioning that you are offline unwell, giving no further details).
|
||||
|
||||
### 🐣 Are you or your partner / spouse expecting a new baby?
|
||||
|
||||
#### Introduction
|
||||
|
||||
First of all, congratulations! 🎊 We're happy about the new addition(s) to your family! We understand the importance of family during this exciting time in your lives, and we believe all parents should have the necessary time to care for their newborn or newly adopted child. As such, this may result in a period of time when you will be unavailable to provide your services. In this regard, IFT has developed the following arrangement:
|
||||
|
||||
#### Eligibility
|
||||
|
||||
All core contributors who have passed their trial period and are performing well are eligible to participate in this arrangement. If a core contributor is still in their trial period, they will **not** be eligible to participate in this arrangement.
|
||||
|
||||
Furthermore, the core contributor’s service agreement must still be in effect prior to and for the duration of their unavailability.
|
||||
|
||||
#### Duration
|
||||
|
||||
Core contributors who become new parents, either through birth or adoption, are able to make use of the following periods of unavailability and this arrangement:
|
||||
|
||||
* Primary caregiver - A period of up to sixteen (16) weeks
|
||||
* Secondary caregiver - A period of up to three (3) weeks
|
||||
|
||||
The primary caregiver is typically the person who takes on the main responsibility for looking after a child. This role is often most commonly associated with the mother. The primary caregiver is typically the one who spends the most time with the child, providing daily care, nurturing, and meeting their needs. They will have given up work to carry out their duties.
|
||||
|
||||
The secondary caregiver is the person who takes on a supporting role in caregiving responsibilities. The secondary caregiver provides assistance and support to the primary caregiver, sharing the responsibilities of caring for the child.
|
||||
|
||||
#### Standby compensation
|
||||
|
||||
While traditional parental leave policies are not available to independent contractors, nonetheless, we wish to ensure that core contributors are able to immediately resume the provision of their services following this period of unavailability at full capacity and without delay.
|
||||
|
||||
We recognise, however, that the core contributor will incur certain costs and expenses during their unavailability to maintain a certain level of readiness and wish to compensate them to remain on standby. In this regard, we will pay the core contributor a monthly ‘standby’ payment for the period of eligible unavailability.
|
||||
|
||||
We will make such payments in accordance with section 8 of this Contributor Guide. As indicated above, our payment of standby compensation is subject to the core contributor’s services agreement being in effect during their unavailability. If such agreement terminates during their unavailability, we are not obliged to make any standby compensation payments to the core contributor.
|
||||
|
||||
#### Flexible work arrangements
|
||||
|
||||
We understand that a core contributor resuming their services to IFT after this period of unavailability given their parental duties can be challenging. Therefore, we also have flexible arrangements available to new parents who intend to resume providing their services.
|
||||
|
||||
This may include a reduced schedule or a staggered return. In addition, the core contributor may further extend their period of unavailability as follows:
|
||||
|
||||
* Primary caregiver - a period of up to eight (8) weeks
|
||||
* Secondary caregiver - up to three (3) weeks
|
||||
|
||||
For this extended period of unavailability, we will not provide any additional standby compensation.
|
||||
|
||||
#### How do I make use of this arrangement?
|
||||
First of all, congratulations! 🎊 We're happy about the new addition(s) to your family!
|
||||
|
||||
As soon as you're comfortable sharing the news, please ping your People Partner to chat about your plans. It'd be great if you could give as much notice as you can.
|
||||
|
||||
We’ll further discuss the above arrangement with you, your period of unavailability and also share with you some additional paperwork to formalise this arrangement.
|
||||
|
||||
#### Conclusion
|
||||
|
||||
At IFT, we are committed to supporting our core contributors who become new parents. We believe that creating this arrangement is essential to promoting work-life balance and creating a supportive environment for contributors to thrive as well as the confidence that they can resume the provision of their services to IFT with the necessary readiness and capacity.
|
||||
We'll do our best to accommodate you and we'll discuss with you each request on a case by case basis, involving your project lead, taking into account your needs, your planned unavailability and deliverables.
|
||||
|
||||
### 📒 What happens to any SNT distributions?
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ When choosing a username, it is recommended that you use the same username you a
|
||||

|
||||
|
||||
|
||||
4. Send Iuri a nice message while you’re at it, something that will make him smile. Also let Iuri know you’re a new IFT core contributor and mention your full name and the name of the team you have just joined. Click the “Send Contact Request” button to send the contact request.
|
||||
4. Send Iuri a nice message while you’re at it, something that will make him smile. Also let Iuri know you’re a new Status CC and mention your full name and the name of the team you have just joined. Click the “Send Contact Request” button to send the contact request.
|
||||
|
||||
|
||||
5. Iuri should have a pending contact request from yourself. You need to wait for Iuri to accept your request.
|
||||
@@ -96,7 +96,7 @@ It’s really important that all CCs do this so that we can monitor Waku v2’s
|
||||

|
||||
|
||||
|
||||
15. Congrats, you are now a Status user, as well as a IFT core contributor 🎉
|
||||
15. Congrats, you are now a Status user, as well as a Status CC 🎉
|
||||
|
||||
Now let’s get this product polished to the point where we all enjoy using it - please report any bugs you encounter and suggest improvements or new features that you personally need. Instructions for this are below.
|
||||
|
||||
@@ -107,11 +107,11 @@ Also, don’t forget to read the list of “Known bugs” below, otherwise you w
|
||||
|
||||
Because Status is a fully p2p network that is not under the control of any authority (including ourselves! 🙂), there are a number of mechanisms we have introduced to mitigate spam.
|
||||
|
||||
One of these mechanisms is ‘mutual contacts’. What this means is that in order to start a 1on1 conversation with another person, or to add somebody to an ad-hoc group chat, you first need to be a mutual contact with that person. So it is recommended that you send ‘Contact requests’ in Status to all the other core contributors that you may need to chat with outside of the Status Internal community space.
|
||||
One of these mechanisms is ‘mutual contacts’. What this means is that in order to start a 1on1 conversation with another person, or to add somebody to an ad-hoc group chat, you first need to be a mutual contact with that person. So it is recommended that you send ‘Contact requests’ in Status to all the other CCs that you may need to chat with outside of the Status Internal community space.
|
||||
|
||||
[Here](https://contacts.status.im) is a useful link to the IFT core contributors' contact list, which contains everyone's chat keys (and names/emails etc).
|
||||
[Here](https://contacts.status.im) is a useful link to the Status CC’s contact list which contains everyone's chat keys (and names/emails etc).
|
||||
|
||||
Like Discord, Status also supports small ad-hoc group chats. Unlike Discord, which only supports 10 participants in each ad-hoc group chat, Status currently supports 20 participants and hopefully, we can further increase this number in the future. So if you need to have a small private group chat about something, give this functionality a try!
|
||||
Like Discord, Status also supports small ad-hoc group chats. Unlike Discord, which only supports 10 participants in each ad-hoc group chat, Status currently supports 20 participants and hopefully we can further increase this number in the future. So if you need to have a small private group chat about something, give this functionality a try!
|
||||
|
||||
|
||||
## 🐞 How to report bugs
|
||||
@@ -137,7 +137,7 @@ And that’s it, if you follow these steps you’ve written a highly descriptive
|
||||
|
||||
## ⬆️ How to request a new feature or an improvement to an existing feature
|
||||
|
||||
Many of us use group chats on various platforms (Discord, Telegram, Whatsapp etc.) for work or as part of our hobbies and personal lives. This means that everybody who works at IFT is an expert group chat user, and as such your input on what improvements and new features we need to build is extremely valuable.
|
||||
Many of us use group chats on various platforms (Discord, Telegram, Whatsapp etc.) for work or as part of our hobbies and personal lives. This means that everybody who works at Status is an expert group chat user, and as such your input on what improvements and new features we need to build is extremely valuable.
|
||||
|
||||
To gather and prioritise this feedback, we have set up a ‘User Voice board’ for Status Desktop on Feature UpVote. We plan to use a user voice board like this (but obvs. styled nicer to be on-brand 😉 ) with external users to capture their feedback after we launch our MVP, so now is a great opportunity to give this method of collecting user feedback a trial run on ourselves.
|
||||
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# ⚓️ Settling in
|
||||
|
||||
> Status is more than a product, it is also an experiment in organisation.
|
||||
>
|
||||
> – Jarrad Hope
|
||||
|
||||
None of us truly knows how our future will look. In all the flurry of productivity, it’s easy to overlook that what we are trying to do has never been done before. We are operating in a pretty much-unchartered territory, trying to:
|
||||
|
||||
* Create a public good that has not been made before,
|
||||
@@ -8,6 +12,6 @@ None of us truly knows how our future will look. In all the flurry of productivi
|
||||
|
||||
We’re still figuring out how we balance these things.
|
||||
|
||||
Joining this community of core contributors means you will be working alongside bright and passionate people with a shared vision: a more decentralised future. We have a transparent and collaborative environment designed to bring the best ideas to fruition.
|
||||
Joining the Status community of core contributors means you will be working alongside bright and passionate people with a shared vision: a more decentralised future. Status is a transparent and collaborative environment designed to bring the best ideas to fruition.
|
||||
|
||||
The IFT projects and the broader Web3 ecosystem are a fast-growing maze. Take time to orientate yourself, don’t rush, and spend time in your first few weeks really connecting with the people you’re working with, as they are the best and most up-to-date sources of information and support that exist.
|
||||
The Status projects and the broader Web3 ecosystem are a fast-growing maze. Take time to orientate yourself, don’t rush, and spend time in your first few weeks really connecting with the people you’re working with, as they are the best and most up-to-date sources of information and support that exist.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# 🧭 Buddy program
|
||||
|
||||
We've created the buddy program to facilitate your integration into IFT and our projects as warm and welcoming as possible. A buddy is there to connect new joiners, solve doubts as they appear, and immerse new core contributors into our culture from the lenses of someone who's helped shape it.
|
||||
We've created the buddy program to facilitate your integration to Status’ projects as warm and welcoming as possible. A buddy is there to connect new joiners, solve doubts as they appear, and immerse new core contributors into our culture from the lenses of someone who's helped shape it.
|
||||
|
||||
Here you'll find helpful information about what you can expect from your buddy and how to become a successful one.
|
||||
|
||||
@@ -8,7 +8,7 @@ Here you'll find helpful information about what you can expect from your buddy a
|
||||
|
||||
The buddy system is role and location agnostic. We want folks across the organisation to have the chance to meet and get to know others outside of those they'd work with regularly.
|
||||
|
||||
That means that buddies may be paired together from entirely different roles / projects to each other. The buddying conversations don't need to be technical. New core contributors should have a project lead who will get them set up with a project in their first weeks, while the buddy program focuses on the core contributor experience, broader community, ecosystem, culture, vision, and mission.
|
||||
That means that buddies may be paired together from entirely different roles / projects to each other. The buddying conversations don't need to be technical. New core contributors should have a project lead who will get them set up with a project in their first weeks, while the buddy program focuses on the core contributor experience, broader community, ecosystem, Status culture, vision, and mission.
|
||||
|
||||
Suppose a new core contributor still has lots of questions about their work responsibilities or role; in that case, a buddy can help them connect with the right people to solve them.
|
||||
|
||||
@@ -16,10 +16,10 @@ If the time zone difference makes it hard to pair, please let your People Partne
|
||||
|
||||
## For new core contributors
|
||||
|
||||
As a new core contributor, it's not always easy to find a tenured peer to walk you through all things IFT. So, to make your first few months more enjoyable, we’ll match you with a buddy! You can find their username in your BambooHR profile, so shoot them a message to introduce yourself and set up recurring calls during your first 4-6 weeks. There's nothing for you to prepare or do in advance of the weekly buddy calls:
|
||||
As a new core contributor, it's not always easy to find a tenured peer to walk you through all things Status. So, to make your first few months more enjoyable, we’ll match you with a buddy! You can find their username in your BambooHR profile, so shoot them a message to introduce yourself and set up recurring calls during your first 4-6 weeks. There's nothing for you to prepare or do in advance of the weekly buddy calls:
|
||||
|
||||
* Your buddy will be ready to guide you on contributing to IFT.
|
||||
* The buddy chats are a safe space for you to ask whatever you'd like about working at IFT - no topic is too trivial.
|
||||
* Your buddy will be ready to guide you on contributing to Status.
|
||||
* The buddy chats are a safe space for you to ask whatever you'd like about working at Status --no topic too trivial or complex!
|
||||
* Feel free to note as many questions as you like --you can ask these to your buddy either in your weekly chats or any time via DM.
|
||||
|
||||
## For buddies
|
||||
@@ -41,40 +41,40 @@ There's no set amount of time you should have worked with Status before becoming
|
||||
**Roles and responsibilities of a buddy**
|
||||
|
||||
* As a buddy, you are not 'managing' the core contributor but act as a supportive and friendly face.
|
||||
* Helping a new core contributor navigate their way around IFT.
|
||||
* Helping a new core contributor navigate their way around Status.
|
||||
* Answering questions – often more than once. Buddies need to be patient as new starters take in a lot of information, often in a short time, and may need to re-ask questions in the future as events occur.
|
||||
* Provide information, signpost information, and offer informal support.
|
||||
* Introducing them to other core contributors who are relevant to their role.
|
||||
* Helping them to understand the formal and informal culture and structures at IFT.
|
||||
* Getting the core contributor comfortable with IFT projects and principles.
|
||||
* Helping them to understand the formal and informal culture and structures at Status.
|
||||
* Getting the core contributor comfortable with Status products and principles.
|
||||
* Encourage them to ask questions, if unsure, about any aspects of their role.
|
||||
* When possible, arrange to meet up for coworking in the area, or introduce them to any other core contributors in their current location.
|
||||
* Flag to your People Partner, any topics or situations that seem confusing for new core contributors so we can tackle them better and faster at the onboarding stage!
|
||||
* Be a general all-round legend and share your love and passion for the IFT and our projects.
|
||||
* When possible, arrange to meet up for coworking in the area, or introduce them to any other Status project members in their current location.
|
||||
* Flag to your People Partner, any topics or situations that seem confusing for new core contributors, so we can tackle them better and faster at the onboarding stage!
|
||||
* Be a general all-round Status legend and share your love and passion for the project.
|
||||
|
||||
**Guidelines for approaching the first meeting**
|
||||
|
||||
If you haven't been a buddy before, don't panic or feel overwhelmed as the new core contributor may have similar feelings. Remember every bit of knowledge and advice is valuable to the success of the core contributor!
|
||||
|
||||
On the new core contributor's first few days, their People Partner will arrange an onboarding call to get them set up and introduce them to high-level information about engaging with IFT. You are not expected to give them details from scratch or contact them immediately on their first day.
|
||||
On the new core contributor's first few days with Status, their People Partner will arrange an onboarding call to get them set up and introduce them to high-level information about engaging with Status. You are not expected to give them details from scratch or contact them immediately on their first day.
|
||||
|
||||
The following checklist will help establish your relationship and decide how you will use the time spent together moving forward. It includes some suggestions for you to cover throughout your chats:
|
||||
|
||||
- [ ] Establish frequency / duration of calls over a suggested 4-6 week timeframe.
|
||||
- [ ] Outline your role, experience at IFT, what you're working on, and how that ties in with the organisation.
|
||||
- [ ] Outline your role, experience at Status, what you're working on, and how that ties in with the organisation.
|
||||
- [ ] Explain to them what the buddy program is, and your role as their buddy, and the type of topics you'll be covering in the weekly chats.
|
||||
- [ ] Walk through the Status app, how to contact people, and send each other messages.
|
||||
- [ ] Find out about their professional background and experience, and what they will be working on/they're excited about contributing.
|
||||
- [ ] Ask about their experience/comfort level with remote work, decentralised autonomous organisations, open-source, and community-based working.
|
||||
- [ ] Talk about IFT's mission and objectives -- decentralisation, our Principles, etc.
|
||||
- [ ] Discuss the working culture at IFT. How is this different from other places the new core contributor has contributed?
|
||||
- [ ] Talk about Status's mission and objectives -- the State of Us, decentralisation, the Principles, etc.
|
||||
- [ ] Discuss the working culture at Status. How is this different from other places the new core contributor has contributed?
|
||||
- [ ] If relevant, introduce them to key people they may benefit from knowing outside of their immediate project.
|
||||
- [ ] Suggest what to read and other valuable resources for their role or get to know the org in general.
|
||||
- [ ] Suggest what to read and other valuable resources for their role or get to know the company in general.
|
||||
- [ ] Ask them if they're confused about anything and help them figure out the answers they need. If you don't know the answers to some of their questions, it's okay --point them to someone who does, or ping #people-ops so we can look up a solution together.
|
||||
- [ ] Share some discord or Status app channels that they may find interesting to follow.
|
||||
- [ ] Share some Status channels that they may find interesting to follow.
|
||||
- [ ] Get to know a bit about them as a person, their hobbies etc.
|
||||
- [ ] Talk about how to dogfood the app, give examples of how they can use it, where to report issues, nightly builds, etc.
|
||||
- [ ] Ask about their workstation - are they aware of our coworking allowance?
|
||||
|
||||
Make sure the core contributor knows they can ask you anything regarding IFT, and you will be happy to help. It's important to stress this as new core contributors can often be afraid to bother people, shy, or reluctant to ask at first!
|
||||
Make sure the core contributor knows they can ask you anything regarding Status, and you will be happy to help. It's important to stress this as new core contributors can often be afraid to bother people, shy, or reluctant to ask at first!
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# 🌟 Your People team
|
||||
|
||||
IFT is a non-conventional organisation, and as such, it's important that you - our core contributors - have everything you need to be successful and help deliver the organisations' goals. We want to make sure you get the attention and support you need at IFT.
|
||||
Status is a non-conventional organisation, and as such it's important that you - our core contributors - have everything you need to be successful and help deliver the organisations' goals. We want to make sure you get the attention and support you need at Status.
|
||||
|
||||
With that in mind, People Ops is here for you as someone you can turn to when you need advice or just want to chat. No topic too big or too trivial!
|
||||
|
||||
@@ -10,14 +10,14 @@ DM us anytime :) We’ll also be checking in with you from time to time too, to
|
||||
|
||||
### 🎉 Make Status a top place to work.
|
||||
|
||||
Not living up to that ideal? Tell us! We aim to make your experience with IFT as positive and productive as possible.
|
||||
Not living up to that ideal? Tell us! We aim to make your experience with Status as positive and productive as possible.
|
||||
|
||||
We’ll keep asking you how we can improve, and we welcome your feedback at any time.
|
||||
|
||||
## Who we are...
|
||||
|
||||
- Head of People Operations: Jonathan Barker (aka JB)
|
||||
- People Partners: Terry Tobin & Melanie Davis
|
||||
- People Partners: Terry Tobin & Riccardo Caselli
|
||||
- Talent Partners: Pepper Lea, Maya Krumova, Catia Sousa & Angel Gutierrez
|
||||
|
||||
### People Partners
|
||||
@@ -38,8 +38,6 @@ Each project will be paired with one People Partner who will provide end-to-end
|
||||
Outside of the core People Ops work, we’re also available for ad hoc tasks like:
|
||||
|
||||
- Managing events, recurring calls, hosting webinars.
|
||||
- 1-1 coaching and mentorship
|
||||
- Travel booking
|
||||
- Administrative support.
|
||||
- Bouncing ideas / venting / general catch-up chats.
|
||||
- Coordination, project management.
|
||||
@@ -51,8 +49,8 @@ The Talent team supports the selection of wonderful core contributors like you f
|
||||
|
||||
This includes:
|
||||
- Support on defining the core contributor requirements and developing the required parameters and specifications.
|
||||
- Sourcing, identifying and engaging potential core contributors for projects and services required by IFT.
|
||||
- Advertising roles, such as using our social media presence to attract core contributors.
|
||||
- Sourcing, identifying and engaging potential core contributors for projects and services required by Status.
|
||||
- Advertising roles, such as using our Status social media presence to attract core contributors.
|
||||
- Reviewing and short-listing suitable potential core contributors.
|
||||
- Conducting initial potential core contributor screenings.
|
||||
- Scheduling any potential core contributor’ interviews during the selection process.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# ⏳ Self-time management
|
||||
|
||||
For every year that you may be engaged with one of our projects, we recommend being away from your keyboard (“AFK”) for at least 20 days a year (plus your local or cultural bank holidays) to disconnect and enjoy time doing things important to you. We encourage you to disconnect as much as you need on top of this.
|
||||
For every year that you may be engaged with Status, we recommend being away from your keyboard (“AFK”) for at least 20 days a year (plus your local or cultural bank holidays) to disconnect and enjoy time doing things important to you. We encourage you to disconnect as much as you need on top of this.
|
||||
|
||||
We don't mandate the days, schedule, or hours that you take to deliver the services –you're free to set your schedule and work from any place (home/coffee shop/coworking space) and time zone as long as they’re delivered within the agreed timeframe.
|
||||
|
||||
@@ -8,9 +8,9 @@ This system might be new to you, and if you'd like some guidance on self-time ma
|
||||
|
||||
## 📣 Communicating your availability
|
||||
|
||||
There is no need to communicate AFK unless it's a half day or longer. Non-linear workdays are fine, as well as traditional schedules. Keep your hours in check for your own good, make sure you get proper time away from screens, and turn notifications off on your phone when you're offline. You are free to choose your working patterns as long as you meet your deliverables on time at the agreed quality standards.
|
||||
There is no need to communicate time off to Status unless it's a full day or longer. Non-linear workdays are fine, as well as traditional schedules. Keep your hours in check for your own good, make sure you get proper time away from screens, and turn notifications off on your phone when you're offline. You are free to choose your working patterns as long as you meet your deliverables on time at the agreed quality standards.
|
||||
|
||||
Monthly and project rate contractors can invoice IFT for their agreed amounts in months when they take time off. The contractor / entity agreement is based on the services provided and does not mandate the time or location where the services will take place.
|
||||
Monthly and project rate contractors can invoice Status for their agreed amounts in months when they take time off. The contractor / entity agreement is based on services provided and does not mandate the time or location where the services will take place.
|
||||
|
||||
### 📆 Create AFK entries
|
||||
|
||||
|
||||
@@ -2,15 +2,15 @@
|
||||
|
||||
Projects have project leads who coordinate communications and resources. Instead of core contributors having a manager, core contributors collaborate directly with other core contributors in the project.
|
||||
|
||||
Core contributors have a huge amount of autonomy, and no one will give you granular details about what to do, when to do it, or where you do it from.
|
||||
Core contributors have a huge amount of autonomy, and no one will give you granular detail about what to do, when to do it, or where you do it from.
|
||||
|
||||
When you first join, your People Partner will connect you with another core contributor to help you get familiar with the organisation. You’ll have a couple of initial deliverables scoped out by the project lead to ease your onboarding and get you going. Beyond that, you’re expected to define and report on the status of your deliverables, reach out to others to collaborate, and hold yourself accountable to it.
|
||||
When you first join, your People Partner will connect you with another core contributor to help you get familiar with the Status organisation. You’ll have a couple of initial deliverables scoped out by the project lead to ease your onboarding and get you going. Beyond that, you’re expected to define and report on the status of your deliverables, reach out to others to collaborate, and hold yourself accountable to it.
|
||||
|
||||
The following are some important attributes to successfully collaborate in a remote and asynchronous environment:
|
||||
* Autonomy: You’re a self-starter, can handle ambiguity, and you have a good sense of when to start tasks on your own and when to ask for support.
|
||||
* Motivation/Attitude: You take initiative and engage with your projects, you’re helpful towards others, ask questions, and regularly seek to learn more.
|
||||
* Visibility into work: You communicate clearly and know when to update your project leads and other core contributors on the progress of your deliverables.
|
||||
|
||||
As a core contributor, you have the autonomy to choose which project, in what capacity, at which times and from which location – as long as it fulfils the needs and goals of the IFT.
|
||||
As a core contributor, you have the autonomy to choose which project, in what capacity, at which times and from which location you’d like to contribute to Status –as long as it fulfils the needs and goals of Status.
|
||||
|
||||
Ideally, you’re the kind of person who finds this autonomy thrilling and not too terrifying.
|
||||
Ideally, you’re the kind of person that finds this autonomy thrilling, and not too terrifying.
|
||||
|
||||
@@ -11,10 +11,10 @@ There's no prescriptive recipe for success in your first few months but the foll
|
||||
Some great topics to cover are:
|
||||
|
||||
- Who you are and where you are located
|
||||
- What excites you about IFT and our projects
|
||||
- What did you do prior to joining IFT
|
||||
- What excites you about Status
|
||||
- What did you do prior to joining Status
|
||||
- What are your passions/hobbies
|
||||
- Bonus points for fun facts about yourself
|
||||
- Bonus points for fun facts about yourself.
|
||||
|
||||
The video can be between 1-3 minutes max.
|
||||
|
||||
@@ -28,7 +28,7 @@ Some great topics to cover are:
|
||||
|
||||
- Join your onboarding call with your People Partner to go over all your onboarding questions and ideas.
|
||||
|
||||
- Join the new starter intro monthly calls hosted by IFT to meet other new core contributors to help build up your internal network
|
||||
- Join the new starter intro monthly calls hosted by Status to meet other new core contributors to help build up your internal network
|
||||
|
||||
## 🤙 Getting to know your fellow core contributors...
|
||||
|
||||
@@ -37,9 +37,9 @@ It’s hard to get to know everyone straight away. Here are some helpful ways to
|
||||
- Ask your project lead about who the important people are relevant to your work and connect with them
|
||||
- Schedule a 20 mins coffee break chat with everyone in your project!
|
||||
- Chat with someone who's also recently joined by checking out the #intro channel on the status app and connect with them. They will have recently gone through the onboarding process and may have some great hints and tips and shared experiences.
|
||||
- Ask your buddy about their experience so far: how do they describe IFT and our structure?
|
||||
- Ask your buddy about their experience so far: how do they describe Status and our structure?
|
||||
- Check out the org chart in BambooHR. Bear in mind that we are a flat-ish organisation, so the BambooHR hierarchy might be arbitrary and probably doesn't represent the ways people cross-collaborate normally in day-to-day working but you'll get a feel of who's who.
|
||||
- Feel free to ping anyone at IFT to say hey and have a chat - we're an open bunch and enjoy getting to know our new fellow core contributors. Some project members may reach out to you to introduce themselves, too.
|
||||
- Feel free to ping anyone at Status to say hey and have a chat - we're an open bunch and enjoy getting to know our new fellow core contributors. Some project members may reach out to you to introduce themselves, too.
|
||||
|
||||
...and if you have any questions, ping your People Partner. They're more than happy to help you navigate through the chaos and welcome you with a virtual coffee!
|
||||
|
||||
|
||||
@@ -1,76 +0,0 @@
|
||||
# 👋 Welcome to IFT
|
||||
|
||||
The Institute of Free Technology emerged from Status, which Jarrad Hope and Carl Bennetts founded to enable the free flow of information and protect the right to private, secure conversations in 2017.
|
||||
|
||||
Over time, gaps in the infrastructure required to deliver Status in a form that fully reflects its founders’, contributors’, and users’ values became apparent, and the project’s scope widened. IFT and the startups it incubates are the product of this expanded scope.
|
||||
|
||||
|
||||
## 🔭 Mission
|
||||
|
||||
We support the development, adoption, and accessibility of solutions to digital age problems and are guided by our principles: liberty, censorship resistance, security, privacy, and inclusivity. We seek to connect with and support those innovating to defend our digital rights.
|
||||
|
||||
|
||||
## IFT Services
|
||||
|
||||
Learn more about IFT and its programs [here](https://free.technology/)
|
||||
|
||||
### Vac
|
||||
|
||||
Vac is a principle-driven research and development group that provides technical support to each IFT startup. It comprises elite specialists in distributed systems, zero-knowledge proofs, and P2P networking, produces specifications for IFT startups, and undertakes comprehensive protocol testing. Like the IFT and the startups with which it works, a commitment to liberty, censorship resistance, security, privacy, decentralisation, and inclusivity guides Vac’s R&D efforts.
|
||||
|
||||
Learn more [here](https://vac.dev/)
|
||||
|
||||
### Finance
|
||||
|
||||
Our startups benefit from IFT capital to fund their research and development efforts. Meanwhile, the IFT nurtures relationships with investors who share our values and commitment to world-changing tech. Besides funding and investment, the IFT handles payment of fees to contributors, and potential expenses incurred by the contributors working with us via our in-house finance department.
|
||||
|
||||
### Legal
|
||||
|
||||
A specialist and highly experienced legal department led by Dr Agata Ferreira helps our startups navigate the often confusing and ever-changing blockchain legal landscape while providing the legal support to allow them to achieve their project aims. Supporting Agata is a team of two with backgrounds in a wide range of legal areas, including, among others, crypto finance and blockchain. The department assists our startups identify and prevent or mitigate potential (legal) risks.
|
||||
|
||||
### People Operations
|
||||
|
||||
Our PeopleOps department ensures that our startups have the most valuable asset they need — highly engaged and productive contributors — to focus on developing and supporting the innovations we incubate. The team handles talent scouting, recruiting, onboarding, travel, administrative support, and other initiatives to keep those working with us happy, engaged, and productive.
|
||||
|
||||
### Brand & Awareness
|
||||
|
||||
The studio works with our startups to deploy high-impact campaigns, raising brand awareness among their target markets both within the web3 ecosystem and beyond it. IFT startups enjoy full access to the studio, which comprises marketing, digital communications, design, web development, and events management specialists.
|
||||
|
||||
## Programs
|
||||
|
||||
### [Logos](https://logos.co/manifesto)
|
||||
|
||||
A movement supporting the development of the decentralised web. Logos technologies lay the foundations for a freer internet upon which communities can evolve into network states. Each protocol in the Logos stack seeks to empower its users while upholding civil liberties and fundamental freedoms.
|
||||
|
||||
#### [Waku](http://waku.org/)
|
||||
|
||||
A family of generalised P2P communications protocols. The messaging layer of the Logos stack. Waku is private, censorship resistant, modular, and scalable by design. This combination of features makes Waku suitable to run in a wide range of environments, including phones and browsers, while upholding its users’ rights to private communications.
|
||||
|
||||
#### [Codex](https://codex.storage/)
|
||||
|
||||
A decentralised storage engine with strong censorship resistance and durability guarantees. The data archiving layer of the Logos stack. Codex leverages a novel combination of cutting-edge features, including erasure coding, a lazy repair system, ZK-based remote auditing, and incentivisation mechanisms to ensure reliability, data durability, efficiency, and cost effectiveness.
|
||||
|
||||
#### [Nomos](https://nomos.tech/)
|
||||
|
||||
A sovereign, modular, zk-encrypted network of blockchains. The trustless agreements layer of the Logos stack. The forthcoming Nomos network will provide a common infrastructure layer upon which communities and aspiring network states can build social, governance, and financial services that uphold their community members’ fundamental rights and values.
|
||||
|
||||
### [Status](https://status.im/)
|
||||
|
||||
A blockchain-based super app that combines private messaging, a wallet, a DApp browser, and tools for web3 community management. Status aims to be a truly decentralised communication tool and, since its founding in 2017, has been progressively removing reliance on centralised infrastructure. The application leverages Waku and other technologies developed under the IFT umbrella.
|
||||
|
||||
#### [Keycard](https://keycard.tech/)
|
||||
|
||||
A discreet, convenient, affordable hardware security solution for crypto assets. Taking the form of a credit card, Keycard offers comparable crypto security at a fraction of the cost of others in the hardware wallet niche. Keycard is in production, and the team is working on a full hardware wallet, which will be entirely open-source and compatible with existing Keycards while offering a familiar user experience.
|
||||
|
||||
### [Nimbus](https://nimbus.team/)
|
||||
|
||||
A lightweight Ethereum client implementation designed to reduce hardware requirements for solo stakers and increase efficiency for institutional staking service operators. Nimbus’ mission is to make staking accessible, thus promoting maximum network decentralisation. The Nimbus consensus client is in production, and an execution client is in development. By offering lightweight implementations for both consensus and execution layers, Nimbus simplifies operating an Ethereum node for hobbyists and institutional stakers alike.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
# 👋 Welcome to Status
|
||||
|
||||
The Status app was created to:
|
||||
|
||||
* Ease the transition to a more open mobile internet.
|
||||
* Help anyone, anywhere, interact with Ethereum, requiring no more than a phone.
|
||||
* Foster links with the wider Ethereum DApp community and showcase what the ecosystem has to offer.
|
||||
|
||||
Check out Jarrad & Carl’s [State of Us podcast](https://our.status.im/state-of-us/), and catch up on our awesome [blog posts](https://blog.status.im/we-are-the-state-of-us-2f0fc20b26d3).
|
||||
|
||||
## 🔭 Vision
|
||||
|
||||
Today, when you are first exposed to the Status app, you might see an instant messenger and wonder, "What's the big deal? After all, it’s just another instant messenger, right? What makes the Status app different and more importantly why should I bother working on it?"
|
||||
|
||||
In one simple word, Decentralisation.
|
||||
|
||||
Now, that word might not have much meaning to you - it might even sound like a buzzword - but in our context, decentralisation has the potential to fundamentally change the way we organise socially and to rebuild the Internet as it was originally imagined – a commons for innovation. By decentralising all the things, we are changing the very foundation of civilisation, providing a new infrastructural base that impacts everything else above, from our greatest institutions to our daily social interactions
|
||||
|
||||
Status is our gateway to this new world. Let me explain. [Read the Founder’s Statement →](https://github.com/status-im/legacy-wiki/blob/master/archive/Founder%E2%80%99s_Statement.md)
|
||||
|
||||
## 🗒️: A Letter to Status by Jarrad Hope 30 July 2018
|
||||
|
||||
So we're getting to an organisation level where broadcasting communication is probably the most effective to reach everyone, and often I take it for granted that I've been with the project for longest, and quite frankly there was many years of experience, reading, thinking and research that lead to our project's creation. And I realise now my role should be mostly that of an educator, at least what I (think I) know, and I certainly don't know much at all.
|
||||
|
||||
I'm going to take a few weeks off, mostly just to pause and reflect on Status and life, but before I check out I wanted to write up a little bit about the world as I see it and provide some thoughts on various aspects, this is about as close to the strategy/north star document will get from my contributions, I do encourage for you to take these ideas and make them your own.
|
||||
|
||||
So here I am, writing a letter to you (and to myself).
|
||||
|
||||
Before I continue, you need to know that what I say isn't gospel, Status is just as much yours as it is mine. You are an active participant and I invite you to actively shape it as your own. That is the nature of an open-source project, and that idea extends beyond just code. What I can only do, is do my best to guide and give suggestions. Remember, you via Status are entrusted by the greater community to build a collective good. Let's do right by them and by our own self-determination.
|
||||
|
||||
tl;dr: it's a memory dump, read it. [Read Jarrad’s Letter to Status →](https://our.status.im/a-letter-to-status-context-strategy/)
|
||||
|
||||
Reference in New Issue
Block a user