Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show list of feedback requests sent to logged-in user on existing "Give Feedback" page. #29

Open
chazkii opened this issue Mar 9, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request provisionally_done

Comments

@chazkii
Copy link
Collaborator

chazkii commented Mar 9, 2020

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.
@chazkii chazkii added the bug Something isn't working label Mar 9, 2020
@chazkii chazkii added this to the Feature Release #1 milestone Mar 9, 2020
@chazkii chazkii added enhancement New feature or request and removed bug Something isn't working labels Mar 9, 2020
@chazkii chazkii self-assigned this Mar 9, 2020
@chazkii
Copy link
Collaborator Author

chazkii commented Apr 5, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request provisionally_done
Projects
None yet
Development

No branches or pull requests

1 participant