Feature #7368
Add meeting planning feature
Start date:
03/11/2014
Due date:
% Done:
0%
Estimated time:
Complexity:
Normal
SCRUM pts - complexity:
?
Description
Add something a little like Doodle.com to organize meetings. This should not depend directly on a specific course (maybe in the social network?) and should generate a unique URL.
Technically, it would require 3 tables:- meeting records (title, author, link, state)
- possible dates/times for the meeting
- participation of users (linked to the user table or user_id = 0 and a ext_user_name field to store a name)