Skip to content

Commit 02ead9e

Browse files
committed
docs: add job posting sites feature to README and landing page
1 parent 89c8742 commit 02ead9e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ A single-user application for ranking and tracking job openings using weighted s
4040
- Rank and filter jobs by formula score, country, track, and wow status
4141
- Track application status through 7 stages (not applied, applied, interviewing, offer, rejected, ghosted, dumped)
4242
- Add notes to any job opening
43+
- Track job posting sites and saved searches with "last checked" timestamps
4344
- Paste HTML job descriptions — automatically converted to Markdown
4445
- Back up and restore the database (`bun run db:backup` / `bun run db:restore`)
4546

docs/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ <h2>Job Notes</h2>
6060
</div>
6161
<img src="screenshots/notes-panel.png" alt="Notes panel showing notes for a job opening">
6262
</section>
63+
64+
<section class="feature reverse">
65+
<div class="feature-content">
66+
<h2>Job Posting Sites</h2>
67+
<p>Keep a list of job posting sites and saved search bookmarks. Track when you last checked each one so you never miss new opportunities. One click to mark a site as checked.</p>
68+
</div>
69+
<img src="screenshots/sites.png" alt="Job posting sites page with last checked dates">
70+
</section>
6371
</main>
6472

6573
<footer>

0 commit comments

Comments
 (0)