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

Remove reserve_recruitement, reserve_volunteers_limit, reserve_recruitement_start_date and reserve_recruitement_end_date #1049

Open
magul opened this issue Aug 22, 2018 · 0 comments

Comments

@magul
Copy link
Member

magul commented Aug 22, 2018

Description:

We decided not to introduce reserve recruitement at all in our application, so we need to remove all Offer model attributes that were responsible for it.

Current behaviour:

We have reserve_recruitement, reserve_volunteers_limit, reserve_recruitment_start_date and reserve_recruitment_end_datein ourOffer` model. We store it in database, render it in serializer, show it on frontend and ask for it in forms.

Expected behaviour:

reserve_recruitement, reserve_volunteers_limit, reserve_recruitment_start_date and reserve_recruitment_end_dateis no longer a part ofOffer` model, not used in serializers, not shown and asked for on frontend.

cc: @beerkoo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant