Skip to content

Conversation

@BrandonCookeDev
Copy link
Collaborator

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.

Cooke, Brandon (bc719c) and others added 30 commits July 6, 2016 22:05
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
* 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
* ignore OOR players

* this commit should fix the region stuff

* fixed rankings for merge
jiangtyd and others added 22 commits September 17, 2017 20:58
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
…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
… to make the user UI default retracted so as not to take up space right away. I'm going to bed ZZZZ
@BrandonCookeDev
Copy link
Collaborator Author

BrandonCookeDev commented Jan 29, 2018

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)
Not that I think it should matter when we squash.

@BrandonCookeDev
Copy link
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants