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

[Components] greenhouse #11589

Closed
pipedream-component-development opened this issue Apr 18, 2024 · 10 comments · Fixed by #11886
Closed

[Components] greenhouse #11589

pipedream-component-development opened this issue Apr 18, 2024 · 10 comments · Fixed by #11886
Assignees
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@pipedream-component-development
Copy link
Collaborator

pipedream-component-development commented Apr 18, 2024

greenhouse

URLs

Polling Sources

watch-candidates

Prompt

Emit new event when a candidate's application or status changes. Required prop is 'Candidate Id'.

URLs

new-candidate-application

Prompt

Emit new event when a candidate submits a new application. Required prop is the application details.

URLs

new-scheduled-interview

Prompt

Emit new event when a new interview is scheduled within a specific time period. Required prop is the schedule detail and time period.

URLs

Actions

create-candidate

Prompt

Creates a new candidate entry. Required props are candidates name, email, and contact. Optional props include candidate address, summary, skills.

URLs

create-prospect

Prompt

Creates a new prospect entry. Required props are prospect's name, email, and contact. Optional props are prospect's address, qualifications, skills, etc.

URLs

add-attachment-to-candidate

Prompt

Adds an attachment to a specific candidate or prospect. Required prop is candidate ID and the attachment file. Optional props are attachment description, tags.

URLs

@dylburger dylburger added the triaged For maintainers: This issue has been triaged by a Pipedream employee label Apr 18, 2024
@malexanderlim malexanderlim moved this from To Do to Prioritized in Component (Source and Action) Backlog Apr 22, 2024
@michelle0927 michelle0927 added the blocked Issue is blocked pending a resolution label Apr 22, 2024
@malexanderlim
Copy link
Contributor

I've applied to become a Greenhouse partner and will update this ticket when we have a sandbox environment available for development.

@malexanderlim malexanderlim moved this from Blocked to Prioritized in Component (Source and Action) Backlog May 7, 2024
@malexanderlim malexanderlim removed the blocked Issue is blocked pending a resolution label May 7, 2024
@luancazarine luancazarine self-assigned this May 8, 2024
@luancazarine luancazarine moved this from Prioritized to Doing in Component (Source and Action) Backlog May 8, 2024
luancazarine added a commit that referenced this issue May 10, 2024
Sources
 - Watch Candidates (Instant)
 - New Candidate Application
 - New Scheduled Interview

Actions
 - Create Candidate
 - Create Prospect
 - Add Attachment To Candidate
@luancazarine luancazarine moved this from Doing to Ready for PR review in Component (Source and Action) Backlog May 10, 2024
@GTFalcao GTFalcao moved this from Ready for PR review to In Review in Component (Source and Action) Backlog May 10, 2024
@GTFalcao GTFalcao moved this from In Review to Changes Required in Component (Source and Action) Backlog May 13, 2024
@luancazarine luancazarine moved this from Changes Required to Ready for PR review in Component (Source and Action) Backlog May 13, 2024
@GTFalcao GTFalcao moved this from Ready for PR review to In Review in Component (Source and Action) Backlog May 13, 2024
@GTFalcao GTFalcao moved this from In Review to Ready for QA in Component (Source and Action) Backlog May 13, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog May 14, 2024
@vunguyenhung vunguyenhung moved this from In QA to Changes Required in Component (Source and Action) Backlog May 14, 2024
@vunguyenhung
Copy link
Collaborator

Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.

Please check the test report below for more information
https://vunguyenhung.notion.site/Components-greenhouse-f899c0933a7c45abbcd7f9d2e19ecd9f

@luancazarine
Copy link
Collaborator

Hi @vunguyenhung, I just fixed the points you listed, but there's one I couldn't change.
The source watch-candidate: there's only one endpoint in their API where we can list activities which is https://developers.greenhouse.io/harvest.html#get-retrieve-activity-feed
this endpoint requires a candidate Id

@luancazarine luancazarine moved this from Changes Required to Ready for QA in Component (Source and Action) Backlog May 14, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog May 15, 2024
@vunguyenhung vunguyenhung moved this from In QA to Ready for QA in Component (Source and Action) Backlog May 15, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog May 15, 2024
@vunguyenhung
Copy link
Collaborator

Hey @luancazarine, the source seems great to me. Though the actions still faced the same issue. Would you mind checking again on the test report?

@vunguyenhung vunguyenhung moved this from In QA to Changes Required in Component (Source and Action) Backlog May 15, 2024
@vunguyenhung
Copy link
Collaborator

Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.

Please check the test report below for more information
https://vunguyenhung.notion.site/Components-greenhouse-f899c0933a7c45abbcd7f9d2e19ecd9f

@luancazarine luancazarine moved this from Changes Required to Ready for QA in Component (Source and Action) Backlog May 15, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog May 16, 2024
@vunguyenhung vunguyenhung moved this from In QA to Changes Required in Component (Source and Action) Backlog May 16, 2024
@vunguyenhung
Copy link
Collaborator

Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.

Please check the test report below for more information
https://vunguyenhung.notion.site/Components-greenhouse-f899c0933a7c45abbcd7f9d2e19ecd9f

@luancazarine
Copy link
Collaborator

Hi @vunguyenhung, could you try again?
I don't know what happened, I couldn't reproduce the error
image

@luancazarine luancazarine moved this from Changes Required to Ready for QA in Component (Source and Action) Backlog May 16, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog May 17, 2024
@vunguyenhung vunguyenhung moved this from In QA to Ready for QA in Component (Source and Action) Backlog May 17, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog May 17, 2024
@vunguyenhung
Copy link
Collaborator

vunguyenhung commented May 17, 2024

Hey @luancazarine, sorry I still faced the same issue. Have you confirmed that you have pushed all the code changes

image

Maybe you can switch to my workspace vunguyenhung (invited you with [email protected]) and test on my workflow instead? https://pipedream.com/@vunguyenhung/projects/proj_kYRsmJ/components-greenhouse-11589-p_7NCLRYV/build

@vunguyenhung vunguyenhung moved this from In QA to Changes Required in Component (Source and Action) Backlog May 17, 2024
@vunguyenhung
Copy link
Collaborator

Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.

Please check the test report below for more information
https://vunguyenhung.notion.site/Components-greenhouse-f899c0933a7c45abbcd7f9d2e19ecd9f

@luancazarine luancazarine moved this from Changes Required to Ready for QA in Component (Source and Action) Backlog May 17, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog May 20, 2024
@vunguyenhung vunguyenhung moved this from In QA to Ready for release in Component (Source and Action) Backlog May 20, 2024
@vunguyenhung
Copy link
Collaborator

Hi everyone, all test cases are passed! Ready for release!

Test report
https://vunguyenhung.notion.site/Components-greenhouse-f899c0933a7c45abbcd7f9d2e19ecd9f

luancazarine added a commit that referenced this issue May 20, 2024
* greenhouse init

* [Components] greenhouse #11589
Sources
 - Watch Candidates (Instant)
 - New Candidate Application
 - New Scheduled Interview

Actions
 - Create Candidate
 - Create Prospect
 - Add Attachment To Candidate

* pnpm update

* some adjusts

* pnpm update

* some adjusts

* add phone nunber validator

* fix prop name
Component (Source and Action) Backlog automation moved this from Ready for release to Done May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee
Development

Successfully merging a pull request may close this issue.

6 participants