forked from garsh0p/garpr
-
Notifications
You must be signed in to change notification settings - Fork 13
SuperAdmin Console: Users GUI #219
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Conflicts: scraper/smashgg.py test/test_scraper/test_smashgg.py
* Fix alias mapping bugs for players starting with $ symbol - must pass alias_to_id_map around as list of tuples instead of dict; keys starting with $ and $$ are handled specially by angular. * update tests
…et names to their subsequent ids. Refactored smashgg tests a little.
- Changed pull of entrantScore to get method for error handling. - Refactored extra match details pull
Smash GG - DQ's and Bracket Selection
* Query player list locally for player dropdown feature. Don't hammer the server with pointless requests. * pull all players from server so searchbar can search all players * sort player name matches by quality of match
…rged players in alias suggestion (#88)
…hould run this file instead of start.sh
… un/pw in plaintext to dev console)
* ignore OOR players * this commit should fix the region stuff * fixed rankings for merge
…GARPR to NOTGARPR
Create the `player-typeahead-directive` for reusability, and replace the existing typeaheads with the directive.
* upgrade to angular 1.4.0 * use cdn for ui-bootstrap-tpls * update code to work with angular 1.4.0 need constant expressions (strings delimited by quotes) for ng-true-value and ng-false-value * fix deprecation: dropdown -> uib-dropdown * rm checked in ui-bootstrap-tpls * fix deprecation: $modal -> $uibModal * fix deprecation: collapse -> uib-collapse * fix deprecation: typeahead -> uib-typeahead * upgrade angular-ui-bootstrap to 0.14.0 * upgrade angular-ui-bootstrap to 1.1.0
* return most relevant player matches from server if querying by string * fixes * frontend for ajax player search (rm logic, debounce) * reformat app module deps * fix filtering on promises * loading spinner for ajax call
* top-level ApplicationController * refactor: auth to different directory * create auth module * add SessionService methods for populating/clearing session * add AuthenticationService * change AuthenticationController to call AuthenticationService * load session upon opening page * rm some dependencies in AuthenticationController * populate region data on login * only populate additional data when logging in * fix bug: hide pending tournaments and merges when you log out * rename auth service callbacks to make more sense * de-populate password field when closing login modal
* parse challonge url instead of forcing user to enter id * change help text to tell user to paste challonge url * cosmetic changes * handling invalid urls, fix integration test * add some comments
…method to the 'users' url to get all users. Only executable if SUPER admin
… History on the Tournament Submit page.
…on-adminconsole-usersgui
…lates the console and can be altered. Created DAO method for updating a user
… with additions and removals. UI should be edited to look better but is very functional
…r in the server, need to debug further
… to make the user UI default retracted so as not to take up space right away. I'm going to bed ZZZZ
Collaborator
Author
|
idk why there are so many commits here. Probably because I pulled so many changes initially (my repo was hella behind when I made the branch) |
This was referenced Jan 30, 2018
Collaborator
Author
|
Closed bad PR, replaced with #223 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A GUI that allows for editing a user's regions' they're an admin for, and what level of admin they are in the system.