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

[feature] Candidate Postings #42

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

CassOnMars
Copy link
Contributor

Added a new set of pages and table to handle candidates posting that they're looking for work

}
}

return errs
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thoughts on adding a validation for both compensation fields to be present? Either both missing, or both provided.

<span class="form-error">{{ . }}</span>
{{ end }}
{{ end }}
<input type="phone" name="phone" class="form-input mb-3" value="">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be good to call out that this gets displayed publicly on the view page. I suppose email as well.


func slackMessageFromRole(role data.Role, c *config.Config) SlackMessage {
text := fmt.Sprintf(
"A new resume was posted!\n> *<%s/roles/%s|%s @ %s>*",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"A new resume was posted!\n> *<%s/roles/%s|%s @ %s>*",
"A new resume was posted!\n> *<%s/roles/%s|%s (%s)>*",

website TEXT NULL,
github TEXT NULL,
comp_low TEXT NULL,
comp_high TEXT NULL,
Copy link
Collaborator

@kevinfalting kevinfalting Jan 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curious why comp_* uses TEXT rather than a numeric or money type?

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

Successfully merging this pull request may close these issues.

3 participants