yawik / SimpleImport

Simple Job Import Module. Imports job openings into YAWIK
MIT License
0 stars 1 forks source link

Use contactEmail (if provided) and no applyLink is present? #11

Closed mbo-s closed 4 years ago

mbo-s commented 6 years ago

At the moment the applymode is only set if an applyLink is provided

https://github.com/yawik/SimpleImport/blob/master/src/Hydrator/JobHydrator.php#L67-L71

from the spider docs, we could use the contactEmail http://scrapy-docs.yawik.org/build/html/guidelines/format.html

"contactEmail": "email address for applications (if available)",

is this correct?

cbleek commented 4 years ago

correct.

@kilip if a "contactEmail" is set, the applyMode should be set to email. The value of "contactEmail" soud be set as the email address

do you have time?