cross-solution / YAWIK

YAWIK is a web application. It can be used as an ATS applicant tracking system or as a jobboard.
https://yawik.org
MIT License
125 stars 67 forks source link

Template-Headlines are not stored per job, but in the organization entity #634

Open TiSiE opened 3 years ago

TiSiE commented 3 years ago

When changing the labels for the "requirements", "qualifications", or "benefits" section in the job template, the new values are stored in the organization entity, not in the job entity, effectively changing them for every job of the organization immediatly

cbleek commented 3 years ago

from my point of view, this is the desired behavior.

It would be better if the headings could be assigned to a template. But there is no template entity yet

TiSiE commented 3 years ago

It should be changed only for the job edited.
Currently it is not made clear, that changing the headlines has global effects. The values in the organization entity should be used as default values. Maybe make the defaults changeable on the 'my/organization' page.