[Alerts] Customizable job alerts + Help capabilities showcase
Job alerts (هشدار شغلی): users save what they want — scope (shift/job/both), role, city, shift type, employment type, minimum pay — and get notified when an employer posts a match. New JobAlert model + AlertScope enum + DbContext (user-cascade, role set-null, IsActive index) + migration. /Me/Alerts page to create/pause/delete alerts; entry point added to the کارجو panel. NotificationService.NotifyNewShift/Job now unions preference matches with active-alert matches (deduped) so alert owners are notified on publish. Help page gains an 'امکانات همکادر' capability showcase grid (with a 'ساخت هشدار شغلی' CTA) so the page demonstrates what the app does. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -23,6 +23,51 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2 style="margin:6px 0 12px;">امکانات همکادر</h2>
|
||||
<div class="grid grid-3" style="margin-bottom:18px;">
|
||||
<div class="card card-pad">
|
||||
<div style="font-size:26px;">🗓️</div>
|
||||
<strong>شیفت و استخدام</strong>
|
||||
<p class="muted" style="font-size:13px; margin:6px 0 0;">فرصتهای شیفت کاری و موقعیتهای استخدامی کادر درمان، یکجا.</p>
|
||||
</div>
|
||||
<div class="card card-pad">
|
||||
<div style="font-size:26px;">🎯</div>
|
||||
<strong>پیشنهاد هوشمند</strong>
|
||||
<p class="muted" style="font-size:13px; margin:6px 0 0;">بر اساس نقش، شهر و علاقهمندیات، بهترین فرصتها را میبینی.</p>
|
||||
</div>
|
||||
<div class="card card-pad">
|
||||
<div style="font-size:26px;">📍</div>
|
||||
<strong>نزدیک من</strong>
|
||||
<p class="muted" style="font-size:13px; margin:6px 0 0;">فرصتها را بر اساس فاصله از موقعیت فعلیات مرتب کن.</p>
|
||||
</div>
|
||||
<div class="card card-pad" style="border:1px solid var(--accent);">
|
||||
<div style="font-size:26px;">🔎</div>
|
||||
<strong>هشدار شغلی</strong>
|
||||
<p class="muted" style="font-size:13px; margin:6px 0 8px;">بگو دنبال چه فرصتی هستی؛ تا آگهی متناسب ثبت شد، فوری باخبر شو.</p>
|
||||
<a class="btn btn-accent" style="padding:6px 14px;" asp-page="/Me/Alerts">ساخت هشدار شغلی</a>
|
||||
</div>
|
||||
<div class="card card-pad">
|
||||
<div style="font-size:26px;">🔔</div>
|
||||
<strong>اعلان زنده</strong>
|
||||
<p class="muted" style="font-size:13px; margin:6px 0 0;">اعلان درونبرنامهای که در ایران بدون سرویسهای خارجی کار میکند.</p>
|
||||
</div>
|
||||
<div class="card card-pad">
|
||||
<div style="font-size:26px;">✓</div>
|
||||
<strong>مراکز تأییدشده</strong>
|
||||
<p class="muted" style="font-size:13px; margin:6px 0 0;">نشان «تأیید شده» روی مراکزی که مدارکشان بررسی شده است.</p>
|
||||
</div>
|
||||
<div class="card card-pad">
|
||||
<div style="font-size:26px;">📲</div>
|
||||
<strong>نصب بهصورت اپ (PWA)</strong>
|
||||
<p class="muted" style="font-size:13px; margin:6px 0 0;">روی اندروید، iOS، ویندوز و وب نصب میشود. <a asp-page="/Download">دریافت اپ</a></p>
|
||||
</div>
|
||||
<div class="card card-pad">
|
||||
<div style="font-size:26px;">🛡️</div>
|
||||
<strong>گزارش و شکایت</strong>
|
||||
<p class="muted" style="font-size:13px; margin:6px 0 0;">آگهی نادرست یا مرکز متخلف را گزارش کن تا بررسی شود.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card card-pad legal" style="margin-bottom:14px;">
|
||||
<h2>شروع سریع (۳ گام)</h2>
|
||||
<ol style="padding-inline-start:20px; line-height:2;">
|
||||
|
||||
Reference in New Issue
Block a user