noyainrain / meetling

Web app for collaboratively preparing meetings.
https://meetling.org/
GNU General Public License v3.0
15 stars 2 forks source link

Meeting meta data #8

Closed noyainrain closed 8 years ago

noyainrain commented 9 years ago

Add more useful meta data to a meeting, e.g.:

noyainrain commented 8 years ago

UI edit mockup:

UI edit mockup

noyainrain commented 8 years ago

UI mockup: https://app.moqups.com/NoyaInRain/zqvfwQiAkh/view/page/a5793fa1a

noyainrain commented 8 years ago

API draft:

class Meeting:
    """
    .. describe:: time

       Date and time the meeting begins. May be ``null``.

    .. describe:: location

       Location where the meeting takes place. May be ``null``.
    """
noyainrain commented 8 years ago

New dependency: Pikaday by David Bushell

The only alternative without a framework dependency is Rome, which is not as polished as Pikaday yet.