Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job listing form should take employer details before job description #402

Open
jace opened this issue Jul 30, 2017 · 0 comments
Open

Job listing form should take employer details before job description #402

jace opened this issue Jul 30, 2017 · 0 comments

Comments

@jace
Copy link
Member

jace commented Jul 30, 2017

The job listing form currently asks for the job description before the employer's details. However, many validation failures happen in the relatively static employer details section.

The form should be reversed. The first question should be the email address, which autofills employer details, and once those are collected, an empty draft post is created and the user is redirected to edit it. The current listing form can be used for this, in case the user wants to change employer details. (This does make the employer logo edit tricky, however.)

The edit form should now autosave, as all mandatory fields are already collected before the draft post is created. Further, expensive validations such as the dupe check should be performed in the submit phase (Draft to Pending state transition). Link validity check may remain in the edit form because it is relevant during edit, and because lookups are cached.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant