You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now homepage shows all offers, that user have access to. Instead of that we should limit it to active offers (meaning offer_status is published and recruitment_status is ongoing or finished.
We also need to check if our API viewset filters support such limitations.
Description:
For now homepage shows all offers, that user have access to. Instead of that we should limit it to active offers (meaning
offer_status
ispublished
andrecruitment_status
isongoing
orfinished
.We also need to check if our API viewset filters support such limitations.
cc: @beerkoo
The text was updated successfully, but these errors were encountered: