From e3b131db392272b7385a6396e4ba5c82c9547c32 Mon Sep 17 00:00:00 2001 From: Thomas Davis Date: Sun, 12 Jan 2025 22:59:31 +1100 Subject: [PATCH] asd --- .../app/[username]/jobs-graph/page.js | 59 ++++++++++++++++++- 1 file changed, 57 insertions(+), 2 deletions(-) diff --git a/apps/registry/app/[username]/jobs-graph/page.js b/apps/registry/app/[username]/jobs-graph/page.js index 9d09e8f..7af9469 100644 --- a/apps/registry/app/[username]/jobs-graph/page.js +++ b/apps/registry/app/[username]/jobs-graph/page.js @@ -381,6 +381,61 @@ export default function Jobs({ params }) { if (isLoading || !graphData) { return (
+
+
+

Job Matches Graph

+

+ 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. +

+
+ +
+

How to Use the Graph

+ +
+
+

Reading the Graph

+
    +
  • + + Your resume sits in the center +
  • +
  • + + Bigger circles mean closer skill matches +
  • +
  • + + Numbers show match rank (1 is the best match) +
  • +
+
+ +
+

Tools to Help You

+
    +
  • + + Click any job to see its details +
  • +
  • + + Search helps find specific jobs +
  • +
  • + + Salary view shows pay ranges in blue +
  • +
  • + + Mark jobs as read to keep track +
  • +
+
+
+
+
+

Loading jobs graph...

@@ -404,7 +459,7 @@ export default function Jobs({ params }) {

How to Use the Graph

- +

Reading the Graph

@@ -423,7 +478,7 @@ export default function Jobs({ params }) {
- +

Tools to Help You