Enhance status route to return lists of users #35
Labels
No Label
bug
enhancement
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: henry/AccessQueueService#35
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be useful if GET /status returned a list of users with access and a list of users in the queue. We already have a method to serialize those dictionaries so it would be easy to implement, and GET /status already iterates over all the users so it wouldn't have a performance impact.