Skip to content

Instantly share code, notes, and snippets.

@msolli
msolli / deps.edn
Created October 25, 2018 14:10
Pretty logging ns problem
{: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"}}}}}
@msolli
msolli / SketchSystems.spec
Created September 19, 2018 12:55
Processes
Processes
Active
Closed
Archived
@msolli
msolli / SketchSystems.spec
Last active March 4, 2019 11:32
Candidates
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
@msolli
msolli / SketchSystems.spec
Last active September 19, 2018 08:04
Candidates
Candidates
New*
rate -> Rated
reject -> Rejected
Rated
rate -> Rated
reject -> Rejected
hire -> Hired
@msolli
msolli / SketchSystems.spec
Last active September 19, 2018 08:03
Candidates
Candidates
New*
rate -> Rated
reject -> Rejected
Rated
rate -> Rated
reject -> Rejected
hire -> Hired
@msolli
msolli / SketchSystems.spec
Last active August 28, 2019 08:11
Applications
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
@msolli
msolli / SketchSystems.spec
Last active November 1, 2018 12:04
Positions
Positions
Unpublished*
publish -> Active
schedule -> Scheduled
archive -> Archived
Active
expire -> Expired
unpublish -> Unpublished
archive -> Archived

Keybase proof

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:

@msolli
msolli / .flowconfig
Last active January 13, 2016 13:18
Flow JSX attributes weirdness
[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 =