Automattic / camptix

Moved to https://github.com/WordPress/wordcamp.org/
176 stars 97 forks source link

Feature request: Smart system to decide talks time #90

Closed fotanus closed 10 years ago

fotanus commented 10 years ago

Hello,

For WordCamp Rio on Brazil, we have been talking that would be interesting to have a smart system to decide the talks order and organize the talks rooms. We think that this system could be integrated in camptix.

Description

The idea is allow through WPML set the number of rooms available and the maximum number of people on each one. On the moment or after buying a ticket, the user can then select from a list of talks the ones he wishes to see.

After this moment, the system decides where to alocate each talk for us. This is a combinatorial optimization problem, and thus can be solved some smart way risking a non-perfect solution (using some kind of heuristics like genetic algorithms or tabo search, for example) or by simply using a solver (like glpk). While the solver always give the optimal solution, it is a good idea to have both methods to scale for bigger events, and for when the talks are decided in the last minute.

The good

iandunn commented 10 years ago

Hi Felipe, could you explain some more about the problem that this is trying to solve? Is the problem that it can be difficult to decide which session should be placed in which room, based on an estimate of how many people will be attending each session?

iandunn commented 10 years ago

There's was some discussion about this during the Community Team meeting today. It doesn't sound like it's a good fit for WordCamps right now. Details in the links below: