youyesyet.routes.issue-experts
Routes/pages available to issue experts.
get-and-lock-followuprequest!
(get-and-lock-followuprequest! id user)
Return the followuprequest
record indicated by this id
, provided that it is unlocked. As a side effect, lock it to this user
.
post-followup-action
(post-followup-action request)
From this request
, create a followupaction
record, and, if an option_id
is present in the params, an intention
record; show the request list on success, the request form on failure.
release-followuprequest!
(release-followuprequest! id user)
Release the lock held on the followuprequest
record indicated by this id
held by this user
, if present.