manjurulhoque / django-job-portal

Job portal application using Django
MIT License
566 stars 244 forks source link

Add vacancy field in job model #60

Closed manjurulhoque closed 2 years ago

manjurulhoque commented 2 years ago

Also, update form fields when creating or updating job

rezwancs commented 2 years ago

I can work on this task. Could you please assign this to me ? Also do you any design plan in mind, in which place are we going to put "Vacancy" field ?

manjurulhoque commented 2 years ago

You could add it with the Category input field.

manjurulhoque commented 2 years ago

@rezwan2525 Are you doing this or not?

rezwancs commented 2 years ago

@manjurulhoque sure, I am going to do it asap.

rezwancs commented 2 years ago

@manjurulhoque If we add the vacancy field above the category field, is it okay? Please let me know your feedback. create_job

( minimum value = 1 for the vacancy field)

manjurulhoque commented 2 years ago

Make col-md-6 for category and col-md-6 for vacancy field.

rezwancs commented 2 years ago

@manjurulhoque Can we show the "vacancy" on the job detail page this way? Screenshot_1

manjurulhoque commented 2 years ago

Yes, that would be good. Also show in the dashboard

rezwancs commented 2 years ago

There are already 6 columns there. What do you think is the best fit position to show "vacancy" field? image