GoelJatin / pycon_job_board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyCon Job Board

Create a public job board for all attendees to view and share job openings from their organisations.

The Job Board is a Django application with Postgres backend.

It verifies the Email by using an OTP and allows the user to share a job post only after validation.

Submit Job form:

  1. Email of the submitter (email validation done via otp)
  2. Name of the submitter
  3. Redact email? - an option to the submitter whether they wish to show / hide their email
  4. OTP
  5. Company name
  6. Website - Company website URL
  7. Title - title / position of the job opening
  8. Job URL
  9. Description

Either one of job url or description should be provided.

About


Languages

Language:Python 67.4%Language:Shell 22.9%Language:HTML 9.3%Language:Dockerfile 0.4%