STARTNuremberg / Job_Board_Backend_Django

1 stars 0 forks source link

Implement User Authentication (Login and Registration) for Startups #1

Open CoKn opened 8 months ago

CoKn commented 8 months ago

Issue Description

As a startup, we aim to facilitate the process of posting job openings and managing the hiring process by implementing a user registration system on our job board. This issue outlines the features and tasks required for creating a seamless and secure account registration process.

Features and Tasks

User Registration

Implement a two-step registration process:

  1. Contact Person Information:

    • Email (limited to 50 characters).
    • Phone Number (optional, limited to 20 digits).
    • Position (limited to 50 characters, e.g., CEO).
    • Name of the Contact Person:
      • Gender (single choice: male/female).
      • First name.
      • Last name.
  2. Company Information:

    • Name (limited to 50 characters).
    • Logo (uploadable as a photo file).
    • Website address (limited to 50 characters).
    • Address.
    • Industry.
    • Short description.

Verification Process

Password Security

Definition of Ready

Definition of Done

Acceptance Criteria

Additional Information

Please consider the following while working on this issue: