dooplenty / meeting-flow-control

This is a tool for importing a schedule object and controlling the flow of a meeting based on that schedule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Current State

App based on the MEAN stack but in this case M = MySQL. It queries the database for upcoming meetings and presents them to the user.

Database configuration is currently passed in as environment variables at the start of the app. See /app.js for variable names.

Future

Users will login to application via LDAP authentication. Once authenticated they will be taken to the main Meetings area where they will be presented with minimal details for each upcoming/in progress meetings.

From there users can click on a meeting to see a more detailed description as well as be presented with more options:

  • Subscribe to review
    • Only if review is in the future
      • Comment on review

      From the single meeting view users can view the list of topics associated with that meeting.

      While viewers are viewing topics they can perform actions on those topics as well

      • Subscribe
      • Comment
      • Ask questions

      All times associated with in progress topics will be dynamic based on the start time and duration of the previous topic or just the start time if there is no preceeding topics.

      Subscriptions will be sent out based on the expected start time of the upcoming topic subscribed to.

      Main Libraries

About

This is a tool for importing a schedule object and controlling the flow of a meeting based on that schedule


Languages

Language:JavaScript 89.9%Language:CSS 10.1%