Giter VIP home page Giter VIP logo

gameon-player's People

Contributors

bardweller avatar benjsmi avatar ebullient avatar ilanpillemer avatar jjvilleg avatar katheris avatar marknsweep avatar osowski avatar pavittr avatar programsam avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gameon-player's Issues

Fix player filter to stop being so restrictive

The player filter was written to protect the original player api using jwts.

We've since added a bunch of additional api's to player, and didn't update the filter.

In the most case, this worked fine, because the filter essentially said 'if it's only a get request, and has no query params, allow it anyway' ..

Sadly, some of the new api's need query params, so filter needs an upgrade.

Delete player does not delete rooms

If a player record is deleted, the api-key for the player will be deleted too.
Unfortunately this means any remaining rooms created by the player can no longer be removed by the player because they have no api-key.

Deleting a player should also locate and remove all rooms owned by the player too.

Fix the swagger for the GET request to list all players

Hi Erin,

Just to remember to fix the swagger for the GET request to list all players to include the type that will be returned , so I can see the information (id) in response.

Should be this guy coming back in the list:
PlayerArgument {
_id (string): Unique player id ,
name (string): Player name ,
favoriteColor (string): Favorite color
}

Thanks,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.