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(Count Applicants): Count the Checkboxes of an Applicant #27

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

Conversation

penguyen72
Copy link
Collaborator

@penguyen72 penguyen72 commented Nov 6, 2022

Description

Closes #25

  • Added a script to the utility folder to scrape the number of checkboxes for an applicant based on their page_id

Type of change

🆕 Feature

How to Test

  • Add another property to the database that is of the type "checkbox"
  • Check and uncheck the box and run the script to print the number of marked checkboxes

Future Goals

  • Find the number of checkboxes based on the applicant name instead of page id

Checklist

  • Code follows design and style guidelines
  • Code is commented with doc blocks
  • Latest code has been rebased from base branch (usually develop)
  • Commits follow guidelines (concise, squashed, etc)
  • Github issues have been linked in relevant commits
  • Relevant reviewers (EM) have been assigned to this PR

@penguyen72 penguyen72 changed the title Pn/count applicant checkboxes feature(Count Applicants): Count the Checkboxes of an Applicant Nov 8, 2022
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.

Write a script to query an applicant from Notion and count the number of checked boxes on the applicant's page
1 participant