tylerbenson / vyllage

https://www.vyllage.com
4 stars 0 forks source link

Input jobs manually #1230

Closed natebenson closed 8 years ago

natebenson commented 8 years ago

CNM wants to also have the option for company partners who want to post jobs directly to their students, and not via indeed api.

UnspeakableHorror commented 8 years ago

@natebenson I'll take the fields from the job offers in the indeed api and create something similar. @tylerbenson @nelonoel Should it be in React? Or just Thymeleaf directly?

We'll need the following screens:

Anything else?

tylerbenson commented 8 years ago

Given this would be intended as a school admin only feature I'd think doing it in just thymeleaf would be fine. Maybe for specific roles?

@natebenson would these job postings only be available to that school, or the whole site?

UnspeakableHorror commented 8 years ago

@natebenson ?

natebenson commented 8 years ago

Sorry guys, missed this thread. So ideally the jobs would only be available to students at that school. Maybe employers could have the option to add site wide or school only. Lets hold off on developing this as we would like aaron to develop the UI first.

UnspeakableHorror commented 8 years ago

The admin for jobs section is pretty much done. We are using Thymeleaf and keeping it like the other admin sections.

I just added validations and now need to somehow handle the responsibilities field.

UnspeakableHorror commented 8 years ago

Adding the option to make it sitewide is a good idea actually. I'll add that too.

UnspeakableHorror commented 8 years ago

@tylerbenson I didn't notice the referral view in the designs, I'll add that after this is merged and then moved into it's own boot project.