Closed BinaryFissionGames closed 6 years ago
What I'm thinking is link/button or toggle at the bottom that when clicked will either take you to a different admin page with the user list -or- it will fire a script that hides the content on the page and brings up the user list and then you can move through pages of users
Working on getting the delete button to work right now it doesn't it's getting an invalid ID but I have to go to class so it's gonna be broken until I get back!
pagination is going to be the hard part here, I'm trying to think of the best way to do it and have looked online a bit but everything there is jqueary. Not sure what the best approach is.
Right after I wrote this I found http://www.thatsoftwaredude.com/content/6384/add-pagination-to-any-table-in-javascript so I'm gonna try it
I was being dumb it all works now
An admin ought to be able to revoke a login after it has been accepted. This would allow possible abuse of the system to be dealt with easily.
This might require us to "paginate" logins, which shouldn't be too difficult, but might take more time than it seems like it will on the surface.