I hereby claim:
- I am msolli on github.
- I am msolli (https://keybase.io/msolli) on keybase.
- I have a public key ASB2wgBQ9h_nJ3rK0t6OthAIyQgkZOV110pgeTEJIvJc0Qo
To claim this, I am signing this object:
| {:deps | |
| {io.aviso/pretty {:mvn/version "0.1.35"} | |
| org.clojure/clojure {:mvn/version "1.9.0"} | |
| org.clojure/tools.logging {:mvn/version "0.4.1"}} | |
| :aliases | |
| {:1.10 | |
| {:override-deps | |
| {org.clojure/clojure {:mvn/version "1.10.0-RC1"}}}}} |
| Processes | |
| Active | |
| Closed | |
| Archived |
| Candidates | |
| # Candidates that are visible to the recruiter | |
| Active | |
| # Should send out rejection notice by email | |
| reject -> Rejected | |
| # Send email to applicant: congratulations, also: withdraw | |
| # other applications/processes? This is not an explicit action | |
| # by the recruiter, but happens as part of the close process action. | |
| hire -> Hired |
| Candidates | |
| New* | |
| rate -> Rated | |
| reject -> Rejected | |
| Rated | |
| rate -> Rated | |
| reject -> Rejected | |
| hire -> Hired |
| Candidates | |
| New* | |
| rate -> Rated | |
| reject -> Rejected | |
| Rated | |
| rate -> Rated | |
| reject -> Rejected | |
| hire -> Hired |
| Applications | |
| Active | |
| # Only when deleting account and archiving positions | |
| archive -> Archived | |
| # Applicants can withdraw, but not archive directly | |
| withdraw -> Inactive | |
| # "Hard no": Recruiter doesn't want this applicant in candidate pool | |
| reject -> Rejected | |
| Started* | |
| complete-survey -> Survey-Completed |
| Positions | |
| Unpublished* | |
| publish -> Active | |
| schedule -> Scheduled | |
| archive -> Archived | |
| Active | |
| expire -> Expired | |
| unpublish -> Unpublished | |
| archive -> Archived |
I hereby claim:
To claim this, I am signing this object:
| [ignore] | |
| [include] | |
| [libs] | |
| [options] |
| {-| | |
| Solutions in Elm for challenges 1, 2 and 3 from | |
| http://bartoszmilewski.com/2014/11/04/category-the-essence-of-composition/ | |
| -} | |
| import Graphics.Element exposing (show) | |
| {- id is called identity i elm-core -} | |
| id : a -> a | |
| id x = |