Skip to content

Django app that lets users fill out questionnaires to learn more about themselves.

License

Notifications You must be signed in to change notification settings

srmagura/goodnight-lead

Repository files navigation

Goodnight LEAD Lab

Authors: Eric Horton, Sam Magura (śȑmȧgũŗa@ncsu.edu)
License: GPL

LEAD Lab is a web application that lets users answer psychological questionnaires to learn more about themselves. It was developed for use in leadership training seminars run by Goodnight Scholars Program at NC State University.

LEAD Lab is written in Python and built on top of the Django web framework. The project uses PostgreSQL and is designed to be deployed on Heroku.

Feature overview

  • Psychological inventories: LEAD Lab allows users to fill out and view the results of six different psychological questionnaries, including the Big Five personality test. The results are displayed graphically to make it easy to interpret the results in the context of the general population:

  • Statistics: LEAD Lab reports basic statistics on the aggregated results of the psychological inventories, with the option to download the raw data in Excel and JSON formats.

  • Organizations and sessions: The organization and session objects are used to group users appropriately. To understand this feature, we need to talk about how LEAD Lab is used in practice. An organization (e.g. the Goodnight Scholars Program) is going to run a leadership seminar. They create a session representing that specific group of users (e.g. Fall 2017 Development Seminar). Then the site generates a registration URL that users in that session can enter to reach the registration page.

  • User demographics: When users register, they are asked to supply a variety of demographic information, which is used in the data analytics.

  • Django admin site: All administrative tasks are performed via the Django admin site.

  • Customizable dashboard: In particular, the admin site can be used to edit the HTML content displayed on the dashboard via a WYSIWYG editor.

  • Mobile-first responsive design: The client originally wanted LEAD Lab to be a mobile app. But native mobile apps take a lot of effort to develop, since the developer has to create separate versions for iOS and Android. And if you want to use the application on your desktop computer, you're out of luck. Instead, we choose to make LEAD Lab a web application with a responsive layout that scales to fit the user's screen. With the help of the Bootstrap CSS library, we are able to deliver a site that looks great on phones, tablets, and PC's, all with the same HTML.

The organization and design of LEAD Lab follows the standard conventions for Django projects. The main source code is in the gl_site directory. The directory gl_site/test contains unit tests for all of the main features.

Development and administration information

The GitHub Wiki contains guides on deployment, administration, and development of the project.

About

Django app that lets users fill out questionnaires to learn more about themselves.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published