wework
wework copied to clipboard
job type filter in jobs page
Added simple filter in /jobs page based on the existing one in /profiles page.
Check Below GIF
http://g.recordit.co/62F4BcveYR.gif
I want to add more features like
- Clicking on the label in job post automatically selects label from dropdown and filter the values.
Just want to know you wanted this features.
Thanks! This looks pretty good at first glance. I'll take a deeper look this weekend.
On Wed, Nov 23, 2016 at 11:51 AM, Sasikanth [email protected] wrote:
@sasikanth513 commented on this pull request.
In client/views/jobs/jobs.html https://github.com/nate-strauser/wework/pull/112#pullrequestreview-9903063 :
<select id="jobType" class="form-control">
<option value="All">All</option>
{{#each JOB_TYPES}}
<option value="{{this}}">{{this}}</option>
{{/each}}
</select>
</div>
- {{#if jobs}}
{{#each jobs}}
{{>jobSmall}}
{{/each}}
- {{else}}
<p class="text-center">No jobs under this category.</p>
This message might need a look. I'm not native speaker. 😃
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nate-strauser/wework/pull/112#pullrequestreview-9903063, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXyDvkCBWaNQDsoXiO_ttUr7E7FjiHkks5rBG8OgaJpZM4K6z5l .