Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/job posting #99

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

CHOUHAN-MOHIT
Copy link
Contributor

CHANGES IN MODEL

  1. changed the name of models from posting to job.
  2. changed the name of some model attributes.

CHANGES IN VIEW

  1. deprecated use of zip.
  2. used some useful names for variables.
  3. also made changes to incorporate the changes in the model.
  4. converted the fetched data from the form in camelCase and then stored it in the database.

CHANGES IN TEMPLATES

  1. added an optional text field to specify job role if other is selected in the dropdown.
  2. some changes related to UI and responsiveness.

1. add an optional text field in the form. when the user selects other in position the text field will appear to specify the position.
2. some modifications to make it more responsive.
change the model name from posting to job.
also changed some attributes name like from position to job_role , from type to job_type etc.
made changes in views.py to incorporate above changes.
also some changes for better code readability.
1. job filter is now more effective and readable.
2. all the data now will be stored in camel case.
3. some additional changes in add job form.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant