* documentation writing skill * visa sponsors page * overview * in progress board * settings * reactive resume section * database backups * workflows * post application tracking flow * manual tracking caveats * pricing section * pipeline run detalis * job search bar * keyboard shortcuts * bulk actions * no informal phrasing * formatting * build fix? * Update docs-site/docs/features/overview.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs-site/versioned_docs/version-0.1.20/features/orchestrator.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs-site/docs/features/visa-sponsors.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs-site/docs/features/in-progress-board.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * remove link to page that don't exist --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
64 lines
1.9 KiB
Markdown
64 lines
1.9 KiB
Markdown
---
|
|
id: multi-select-and-bulk-actions
|
|
title: Multi-Select and Bulk Actions
|
|
description: Select multiple jobs with mouse or keyboard and run bulk actions like Move to Ready, Skip, or Recalculate match.
|
|
sidebar_position: 5
|
|
---
|
|
|
|
Multi-select lets you process many jobs at once instead of repeating the same action one-by-one.
|
|
|
|
## Why this exists
|
|
|
|
When you run discovery at scale, you often need to:
|
|
|
|
- skip batches of low-priority jobs
|
|
- move a shortlist to Ready quickly
|
|
- recalculate fit scores after settings/profile changes
|
|
|
|
Bulk actions reduce repetitive clicks, keep momentum high, and make triage runs faster.
|
|
|
|
## Mouse workflow
|
|
|
|
### Select jobs
|
|
|
|
1. Use the checkbox on each row to include/exclude a job.
|
|
2. Use **Select all filtered** to select jobs currently visible in the active filtered list.
|
|
3. Check the selected count in the list header.
|
|
|
|
### Run bulk actions
|
|
|
|
When one or more jobs are selected, a floating action bar appears at the bottom.
|
|
|
|
Available actions depend on selected job statuses:
|
|
|
|
- **Move to Ready**
|
|
- **Skip selected**
|
|
- **Recalculate match**
|
|
- **Clear** (clears selection)
|
|
|
|
## Keyboard workflow
|
|
|
|
Use shortcuts from the Jobs page:
|
|
|
|
- `x`: toggle select on the currently focused job
|
|
- `Esc`: clear current selection
|
|
- `r`: in `discovered`, move to Ready
|
|
|
|
`r` behavior with selection:
|
|
|
|
- if you have a multi-selection active, `r` runs the bulk **Move to Ready** action
|
|
- if nothing is selected, `r` runs move-to-ready for the single current job
|
|
|
|
## Important limits and behavior
|
|
|
|
- Bulk actions are capped at **100 jobs per run**.
|
|
- `Select all filtered` also respects the same 100-job cap.
|
|
- Selection resets when you switch tabs.
|
|
- If jobs disappear from the active filtered list, they are removed from selection automatically.
|
|
|
|
## Related pages
|
|
|
|
- [Keyboard Shortcuts](./keyboard-shortcuts)
|
|
- [Orchestrator](./orchestrator)
|
|
- [Find Jobs and Apply Workflow](../workflows/find-jobs-and-apply-workflow)
|