-
-
Notifications
You must be signed in to change notification settings - Fork 126
Add application tracker guide for job seekers #1766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
chinar-amrutkar
wants to merge
5
commits into
CodeYourFuture:main
Choose a base branch
from
chinar-amrutkar:feature/add-application-tracker
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
3595889
Add application tracker guide for job seekers
chinar-amrutkar 7e0f6ee
Merge branch 'main' into feature/add-application-tracker
chinar-amrutkar 65f6c74
Address PR feedback: link from job-search page instead
chinar-amrutkar ee0050f
Merge branch 'CodeYourFuture:main' into feature/add-application-tracker
chinar-amrutkar c0c4ba8
Merge branch 'CodeYourFuture:main' into feature/add-application-tracker
chinar-amrutkar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
66 changes: 66 additions & 0 deletions
66
org-cyf-guides/content/employability/application-tracker/index.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,66 @@ | ||
| --- | ||
| title: Application Tracker | ||
| description: Keep track of your job applications and follow-ups | ||
| emoji: 📊 | ||
| weight: 6 | ||
| --- | ||
|
|
||
| # Application Tracker | ||
|
|
||
| When you're applying for jobs, it's easy to lose track of where you've sent your CV, what stage you're at with each application, and when you need to follow up. An application tracker solves this problem. | ||
|
|
||
| ## Why Track Your Applications? | ||
|
|
||
| - **Never miss a follow-up** - Know exactly when to chase companies | ||
| - **Spot patterns** - See which approaches are working | ||
| - **Stay organized** - Remember details for interviews | ||
| - **Reduce stress** - No more "where did I apply?" panic | ||
|
|
||
| ## What to Track | ||
|
|
||
| Create a spreadsheet (Excel, Google Sheets) with these columns: | ||
|
|
||
| - **Date Applied** - When you sent the application | ||
| - **Company Name** - The company you're applying to | ||
| - **Role Title** - The exact job title | ||
| - **Job Link** - URL to the original posting | ||
| - **Platform** - Where you found it (LinkedIn, Indeed, company website) | ||
| - **Status** - Applied, Screening, Interview, Offer, Rejected | ||
| - **Salary** - If mentioned in the posting | ||
| - **Contact Person** - Name of any recruiter or hiring manager | ||
| - **Next Action** - What you need to do next | ||
| - **Follow-up Date** - When to send a follow-up email | ||
| - **Notes** - Any useful info about the role or company | ||
|
|
||
| ## Example Tracker | ||
|
|
||
| Here's a simple example of how your tracker might look: | ||
|
|
||
| | Date | Company | Role | Status | Next Action | Follow-up | | ||
| |------|---------|------|--------|-------------|-----------| | ||
| | 01/03 | TechCorp | Junior Dev | Interview | Prepare for tech interview | 05/03 | | ||
| | 02/03 | DataSoft | Data Analyst | Applied | Wait | 09/03 | | ||
| | 03/03 | WebAgency | Frontend Dev | Rejected | - | - | | ||
|
|
||
| ## Tips for Using Your Tracker | ||
|
|
||
| ### Update Regularly | ||
| Add new applications the same day you apply. Update status changes immediately. | ||
|
|
||
| ### Follow Up Strategically | ||
| Wait 1-2 weeks after applying before following up. Add follow-up dates to your calendar so you don't forget. | ||
|
|
||
| ### Note Everything | ||
| Write down any conversations, interview questions, or company details. This helps for future interviews. | ||
|
|
||
| ### Review Weekly | ||
| Spend 15 minutes each week reviewing your tracker. What's working? Which applications need attention? | ||
|
|
||
| ## Free Templates | ||
|
|
||
| - [Google Sheets Job Search Tracker](https://docs.google.com/spreadsheets) - Create a copy of a free template | ||
| - [Notion Job Tracker](https://notion.so) - Many free job hunt templates available | ||
|
|
||
| ## The Key Habit | ||
|
|
||
| The tracker only works if you use it consistently. Make it part of your daily routine - perhaps at the end of each day, spend 5 minutes updating where you applied. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In my last job search I had a tracker very similar to this but I also had a word doc for each application where I wrote down details about the company, details from any interviews I had, follow up questions etc. I found there was too much content to keep in an excel spreadsheet and the format worked better of a doc with the detail, but then linked to an excel sheet with the high level info as you've mentioned above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason you are not explicitly saying not putting the additional notes in a separate document?