wiki content export 2026-03-24
This commit is contained in:
parent
8549cb0252
commit
f5a69b8683
97 changed files with 4918 additions and 393 deletions
57
content/wiki/hub/reviewer/00-your-dashboard.md
Normal file
57
content/wiki/hub/reviewer/00-your-dashboard.md
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
# Your Dashboard
|
||||
|
||||
The **My Reviews** dashboard is your home base. It shows every application assigned to you, organized by urgency so the most important items surface first.
|
||||
|
||||
## Getting There
|
||||
|
||||
Click **My Reviews** in the top navigation bar. This takes you to `/reviews`. A badge on the nav link shows how many assignments need your attention.
|
||||
|
||||
## Card Grid Layout
|
||||
|
||||
Active assignments appear as a card grid -- one, two, or three columns depending on your screen width. If you have assignments across multiple cohorts, cards are grouped under cohort headers. When you only have one cohort, the header is suppressed.
|
||||
|
||||
Each card shows:
|
||||
|
||||
- **Studio name** -- the applicant's studio or team name
|
||||
- **Progress bar** -- small block indicators showing how far through the review stages this application has progressed
|
||||
- **Stage name** -- which stage this assignment belongs to (e.g., "1st Interview", "2nd Interview"), plus the interview date if applicable
|
||||
- **Status text** -- contextual information like "In progress" for drafts, "View only" for read-only assignments, or pipeline status
|
||||
- **Action button** -- the primary action available to you
|
||||
|
||||
## How Cards Are Sorted
|
||||
|
||||
Cards are sorted by urgency, not alphabetically. The order is:
|
||||
|
||||
1. **Overdue** -- interview stages past their due date (shown in red)
|
||||
2. **In progress** -- reviews you have started but not submitted (drafts)
|
||||
3. **Ready to score** -- non-interview stages waiting for your input
|
||||
4. **Post-interview ready** -- interview stages where the interview has already occurred
|
||||
5. **Scheduled** -- upcoming interviews (future date)
|
||||
6. **Awaiting scheduling** -- interview stages with no date set yet
|
||||
7. **View only** -- assignments where you have read-only access
|
||||
8. **Pipeline** -- applications not yet at this stage (shown dimmed)
|
||||
|
||||
## Action Buttons
|
||||
|
||||
The button on each card reflects the most relevant action:
|
||||
|
||||
- **Score Now** -- the application is ready for you to score
|
||||
- **Continue** -- you have a draft in progress
|
||||
- **Prepare** -- an interview stage where you can review materials before the interview
|
||||
- **View** -- view-only access to the application
|
||||
|
||||
Clicking the card or its action button opens the guided scoring interface.
|
||||
|
||||
## Search
|
||||
|
||||
When you have 10 or more active assignments, a search field appears at the top. Type a studio name to filter the visible cards.
|
||||
|
||||
## Completed Reviews
|
||||
|
||||
Below the active grid, a **completed** section lists reviews you have already submitted. Click the toggle to expand or collapse it. If you have no active assignments, completed reviews display automatically.
|
||||
|
||||
Each completed row shows the studio name, stage, your score percentage, and the date you submitted. Click **View** to revisit a completed review in read-only mode.
|
||||
|
||||
:::info
|
||||
The count shown next to "My Reviews" in the navigation bar reflects actionable assignments only -- it excludes view-only and pipeline items.
|
||||
:::
|
||||
Loading…
Add table
Add a link
Reference in a new issue