rubikvn / RubikVNdotOrg

Source code for https://www.rubikvietnam.org
2 stars 0 forks source link

Event scheduling utility #10

Open trungams opened 5 years ago

trungams commented 5 years ago

Feature/Enhancement Description

One of my initial intentions when this website was started is to provide a common platform for local speedcubers to create, announce and manage meetups or small unofficial competitions, and ultimately WCA competitions. It would be amazing if we can integrate OAuth from WCA for user verification, too.

Tasklists Suggestion

Additional Comments

trungams commented 5 years ago

Note: remember to reconfig mysql on the deployment server, to avoid the django models behaving weirdly

kutycoi123 commented 5 years ago

rubikvn 3

trungams commented 5 years ago

Note: changes should be made in branch issue-10 before merging to master

trungams commented 5 years ago

@kutycoi123

kutycoi123 commented 5 years ago
kutycoi123 commented 5 years ago

rubikvn 3

trungams commented 5 years ago
trungams commented 5 years ago

The other 3 are good

kutycoi123 commented 5 years ago
trungams commented 5 years ago
trungams commented 5 years ago

For reference: https://www.worldcubeassociation.org/competitions/AjaxWinter2019. It links to the registration page at http://www.canadiancubing.com/Events/AW2019

kutycoi123 commented 5 years ago
trungams commented 5 years ago

Guess I can't avoid password authentication :frowning_face: In this case we need to modify the Person model, adding a username and password field. And maybe every user will have an option to connect with their WCA account?

kutycoi123 commented 5 years ago
trungams commented 5 years ago

But for consistency, should we require login with password for both cases? It's just that the ones who connect with their WCA accounts don't have to fill in their personal information when signing up

kutycoi123 commented 5 years ago
trungams commented 5 years ago

Not entirely sure if you can enforce that. Imo users should have the rights to login however they want.

trungams commented 5 years ago

Stuck on my other project :cry: will try to push some model prototype today

trungams commented 5 years ago

Looks like we will need to separate our view into modules but I'll do it once we finish this issue