lrem / ladders

Track games in custom ranked ladders
MIT License
1 stars 0 forks source link

A way to add users to ACLs #3

Open lrem opened 7 years ago

lrem commented 7 years ago

We need a way to add users to owners of a ladder and to the additional tiers requested in #2. Ideas how this might work:

  1. Add a dialog displaying the user id (number from Google sign in) and a for allowing the owner to add the user. This would require separate messaging to pass the number.
  2. Also display a qr code and allow scanning it, using e.g. html5-qrcode. This allows in-person transfer with mobile.
  3. Change the user id to be based on email (obtainable with the Google sign in). Humans can deal with email, but then we're storing otherwise unwanted personal information.
  4. Add a user-selected username. This is easy to transfer and might be a good idea if we want a reasonable way to remove someone from ACL.