Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add search request history and dialog to manager dashboard #11653

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Conversation

petertgiles
Copy link
Contributor

@petertgiles petertgiles commented Sep 26, 2024

🤖 Resolves #11346

👋 Introduction

This branch adds the ability to load requests from the database and preview them in a dialog.

🕵️ Details

🧪 Testing

  1. Comment out the loader for ../pages/ManagerDashboardPage/ManagerDashboardPage in apps/web/src/components/Router.tsx
  2. .Rebuild the app
  3. Log in as [email protected]
  4. Visit /en/search and submit some talent requests with various options selected
  5. Visit /en/manager/dashboard and ensure the requests appear as preview items
  6. Click on the preview items to ensure that the options are accurately shown

📸 Screenshot

image

@yonikid15 yonikid15 mentioned this pull request Sep 27, 2024
7 tasks
Copy link
Contributor Author

@petertgiles petertgiles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some notes

api/app/Models/PoolCandidateSearchRequest.php Show resolved Hide resolved
api/graphql/schema.graphql Show resolved Hide resolved
@petertgiles petertgiles marked this pull request as ready for review September 27, 2024 15:33
@petertgiles
Copy link
Contributor Author

@tristan-orourke Could I ask you to please take a look at the schema, role, and policy changes in this branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ Search request history on Manager dashboard
1 participant