You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often forget what the function names were for reviewer's who accept/reject reviewing (agree_reviewer() and decline_reviewer(), respectively, -- the words "agree" and "decline" just doesn't align with my mental mode). Since these are all reviewer related functions, would it be better to actually rename it as reviewer_agree(), reviewer_decline(), reviewer_abandon(), reviewer_add()?
Also could we allow reviewer identification to be email as an option instead of id? I'm bad at counting.
The text was updated successfully, but these errors were encountered:
I often forget what the function names were for reviewer's who accept/reject reviewing (
agree_reviewer()
anddecline_reviewer()
, respectively, -- the words "agree" and "decline" just doesn't align with my mental mode). Since these are all reviewer related functions, would it be better to actually rename it asreviewer_agree()
,reviewer_decline()
,reviewer_abandon()
,reviewer_add()
?Also could we allow reviewer identification to be email as an option instead of id? I'm bad at counting.
The text was updated successfully, but these errors were encountered: