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
Currently, the only method to keep track of feedback requests is to keep track of emails sent out on creation of the request. This is prone to loss of feedback, because emails can get lost amongst the noise.
The proposed solution to this is:
On the existing "Give Feedback" page, which shows a table of nominees, we would add a table above this that will show the specific requests sent to the logged in user.
The text was updated successfully, but these errors were encountered:
Tested this as of HEAD today (2020-04-05), this already works for external users that have been requested feedback. But we use the existing enrollees field to populate. Need to add another field such as requesters for explicit invites. If I wanted to take this up a notch, for the "Request feedback" page, we could auto-complete from LDAP. Periodically cache LDAP results once a day for quick retrieval.
Currently, the only method to keep track of feedback requests is to keep track of emails sent out on creation of the request. This is prone to loss of feedback, because emails can get lost amongst the noise.
The proposed solution to this is:
The text was updated successfully, but these errors were encountered: