OpenTechStrategies / torque

A flexible web-based open source system for collaboratively evaluating proposals.
1 stars 2 forks source link

Add basic concept of users to torque, create lookup #38

Closed frankduncan closed 3 years ago

frankduncan commented 3 years ago

We need a centralized list of users so that all competitions can refer to the same set of people, indexed by username. This adds a starting point for that, as well as a extension class that MediaWiki can use to access it.

This should probably be abstracted in the future to some kind of user class that exists in a database.

frankduncan commented 3 years ago

I'm actually pushing this to production today so that we can demo this for users in the DemoView, but it should be easy to reset it in case something comes up in review.