In an effort to empower juniors further, we're going to build a salary listing page. This tool will allow users to enter information about their job (title, salary, company size, region, etc..) that we'll then list in a table for others to use in their job market research.
The idea is that juniors will be more confident to ask for proper salaries when they can see/compare what others in similar situations are paid.
Notes
This project currently needs design (in progress)
We already have react-table in the app, could easily use that
Shared salary info will be stored in a 'salaries' collection within firebase
These will be anonymous, so while we'll require an active account to share- we won't link/relate/share any identifying information
requiring an authenticated user is purely to negate bad actors
Definition of Done
[ ] There is a Salary Transparency page that lists any provided salaries
[ ] Users must have an active account and be logged in to list salary
[ ] There is a 'Provide Salary Info' button on the transparency page
[ ] Users not logged in are redirected to the sign-up page when clicking 'Provide Salary Info
Thanks so much for submitting an issue! We have received it, will review it soon and follow up.
For our contibution guidelines, please check out our contributors guide.
Context
In an effort to empower juniors further, we're going to build a salary listing page. This tool will allow users to enter information about their job (title, salary, company size, region, etc..) that we'll then list in a table for others to use in their job market research.
The idea is that juniors will be more confident to ask for proper salaries when they can see/compare what others in similar situations are paid.
Notes
Definition of Done
Out of scope