2024 chatgpt update

This commit is contained in:
Your a
2024-05-06 10:24:52 +03:00
parent 6e6445d44a
commit c8302bf3ae
8709 changed files with 190023 additions and 18711 deletions
+56 -2
View File
@@ -1,5 +1,5 @@
[![Application Tracking](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/illustrative/illus_6.png)](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%228h2IaXjM84K2dxMOx53Hx%22%2C%22flow%22%3Atrue%7D%7D)
# Application Tracking | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%228h2IaXjM84K2dxMOx53Hx%22%2C%22flow%22%3Atrue%7D%7D)
Keeping track of all your applications can be a handful. ChatGPT can provide you with an efficient way to organize your applications.
@@ -9,6 +9,61 @@ Keeping track of all your applications can be a handful. ChatGPT can provide you
Assume the role of an application tracking assistant. Help me devise a comprehensive system to track my job applications. Create a spreadsheet or database that includes essential details such as company name, job title, application date, follow-up dates, and status. Additionally, provide a mechanism to store additional notes or documents related to each application.
```
## Welcome Message
Sure, here is a template for a job application tracking system using Google Sheets:
1. Create a new Google Sheet and add the following columns to the first row:
- Company Name
- Job Title
- Application Date
- Follow-up Date
- Status
- Notes/Comments
- Attachments (optional)
2. Fill in each row with the relevant details for each job application you submit. For example:
- Company Name: Google
- Job Title: Software Engineer
- Application Date: 2023-05-12
- Follow-up Date: 2023-05-20
- Status: Applied
- Notes/Comments: "Excited about this opportunity, followed up with recruiter on LinkedIn"
- Attachments: Cover Letter, Resume
3. Color-code the "Status" column to easily differentiate between the various stages of each application. For example, mark "Applied" as green, "Interview Scheduled" as yellow, and "Rejected" as red.
4. Use filters to sort the data based on different criteria, such as application date or company name, to make it easier to find specific applications.
5. Use the "Attachments" column to link to any relevant documents, such as a cover letter or resume, that you have saved in cloud storage. Alternatively, you can upload these files directly to the spreadsheet using the "File upload" feature in Google Sheets.
Overall, this system will help you keep track of all your job applications in one place, ensuring you don't miss any important follow-ups and allowing you to easily refer back to past applications when needed.
## Conversation
**ASSISTANT**: Sure, here is a template for a job application tracking system using Google Sheets:
@@ -65,4 +120,3 @@ Assume the role of an application tracking assistant. Help me devise a comprehen
Overall, this system will help you keep track of all your job applications in one place, ensuring you don't miss any important follow-ups and allowing you to easily refer back to past applications when needed.