* 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>
1.9 KiB
1.9 KiB
id, title, description, sidebar_position
| id | title | description | sidebar_position |
|---|---|---|---|
| multi-select-and-bulk-actions | Multi-Select and Bulk Actions | Select multiple jobs with mouse or keyboard and run bulk actions like Move to Ready, Skip, or Recalculate match. | 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
- Use the checkbox on each row to include/exclude a job.
- Use Select all filtered to select jobs currently visible in the active filtered list.
- 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 jobEsc: clear current selectionr: indiscovered, move to Ready
r behavior with selection:
- if you have a multi-selection active,
rruns the bulk Move to Ready action - if nothing is selected,
rruns move-to-ready for the single current job
Important limits and behavior
- Bulk actions are capped at 100 jobs per run.
Select all filteredalso 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.