mirror of
https://github.com/nishchayp/DAMN.git
synced 2026-04-25 07:05:58 +03:00
[GH-ISSUE #13] Feed data from db for admin views #8
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DAMN#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @nishchayp on GitHub (Dec 8, 2017).
Original GitHub issue: https://github.com/nishchayp/DAMN/issues/13
@ekamwalia commented on GitHub (Dec 9, 2017):
this is the route to view the admin requests and access requests made when an admin logs in?
@nishchayp commented on GitHub (Dec 9, 2017):
Yes, these will be the routes that would be populated by admin requests, admins, access requests and accesses granted. That is all the 4 tables from the DB. These routes are dependent on the front-end implementation so we will make them once front-end gets to this point.
@nishchayp commented on GitHub (Dec 11, 2017):
#16 closes this