Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdavis committed Jan 12, 2025
1 parent 1e95de7 commit fc5ca2b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions apps/registry/app/[username]/jobs-graph/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,14 @@ export default function Jobs({ params }) {
<p className="text-lg text-gray-600">
This graph shows jobs that match your resume. The closer a job matches your skills and experience, the larger and more connected its circle will be.
</p>
<div className="mt-4 text-sm text-gray-500 space-y-2">
<p>
Jobs are sourced from Hacker News "Who is Hiring?" posts. The matching process takes a moment to analyze each position against your resume.
</p>
<p>
Note: This is an experimental feature and may not catch every job or skill match perfectly.
</p>
</div>
</div>

<div className="bg-white p-6 rounded-lg border border-gray-200 shadow-sm">
Expand Down Expand Up @@ -451,6 +459,9 @@ export default function Jobs({ params }) {

<div className="mt-4 text-lg">
<p>Loading jobs graph...</p>
<p className="mt-2 text-sm text-gray-500">
This might take a minute as we analyze job matches. Thanks for your patience!
</p>
</div>
<div
id="graph-container"
Expand Down Expand Up @@ -480,6 +491,14 @@ export default function Jobs({ params }) {
<p className="text-lg text-gray-600">
This graph shows jobs that match your resume. The closer a job matches your skills and experience, the larger and more connected its circle will be.
</p>
<div className="mt-4 text-sm text-gray-500 space-y-2">
<p>
Jobs are sourced from Hacker News "Who is Hiring?" posts. The matching process takes a moment to analyze each position against your resume.
</p>
<p>
Note: This is an experimental feature and may not catch every job or skill match perfectly.
</p>
</div>
</div>

<div className="bg-white p-6 rounded-lg border border-gray-200 shadow-sm">
Expand Down

0 comments on commit fc5ca2b

Please sign in to comment.