Developer-DAO / DAO-job-board

A job board connecting DAOs with talent.
https://devdao-job-board.vercel.app/
82 stars 34 forks source link

Proposal: Shorten required char length for job title for job post form #86

Closed PBillingsby closed 2 years ago

PBillingsby commented 2 years ago

Overview

While looking over the code I noticed that with the job post form there is a minLength of 10 for the job title.

Problem

Have not considered jobs like Tech Lead, that have less than 10 characters

Proposal

Shorten required character count to 7 to account for shorter job titles: minLength={7} <Text fontSize="xs">At least 7 characters</Text> Make sure title is at least 7 characters long

4gnle commented 2 years ago

Fixed at #78