manjurulhoque / django-job-portal

Job portal application using Django
MIT License
541 stars 242 forks source link

Add vacancy field in job model #60

Closed manjurulhoque closed 1 year ago

manjurulhoque commented 1 year ago

Also, update form fields when creating or updating job

imrezwan commented 1 year 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 1 year ago

You could add it with the Category input field.

manjurulhoque commented 1 year ago

@rezwan2525 Are you doing this or not?

imrezwan commented 1 year ago

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

imrezwan commented 1 year 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 1 year ago

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

imrezwan commented 1 year ago

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

manjurulhoque commented 1 year ago

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

imrezwan commented 1 year ago

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