-
Club Connect is a computer application. It has a GUI but most of the user interactions happen using a CLI.
-
Club Connect is targeted at student organizations (such as clubs and societies) that are characterized by a well-established hierarchy.
-
Student organizations require a one-stop destination for all their managerial needs when it comes to enrollment, delegating tasks, preparing for events, and opening polls and feedback systems.
-
Student organizations can have hundreds of members which are further divided into sub-committees that have narrower focuses. These subcommittee members are often assigned individual tasks. With time, it will get very difficult to keep track of everything.
-
Club Connect is the solution to this problem as it helps clubs manage and organize their activities and members efficiently and effectively.
-
Club Connect has the following features:
-
Exco members can manage the member roster
-
Exco members can delegate tasks to Sub-Committee Members
-
Exco members can set up polls and feedback surveys
-
Members can send e-mails to any other members
-
Members can keep track of upcoming events and deadlines for tasks
-
-
Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.
-
Libraries used: EasyBind, TextFX, ControlsFX, Jackson, Guava, JUnit4