Blackbird is a university's new best friend when it comes to scheduling, deliveries of exercises, and announcements!
Blackbird is a learning management system (LMS) that makes scheduling easier for professors, assistants and student. It also has an assignment system that makes deliveries and grading simpler than ever. In addition, Blackbird has functionality that lets professors post announcements for either assistants only, or for everyone to see. Restrictions are set depending on your role in a course.
Windows:
- Download BlackBird-1.1.0-RELEASE.jar (or see all published versions here).
- Open file by double clicking on the file.
OS X & Linux (also works on Windows):
- Download BlackBird-1.1.0-RELEASE.jar (or see all published versions here).
- Open terminal window.
- Copy and paste this command in the terminal:
java -jar "{path to directory}/BlackBird-1.1.0-RELEASE.jar"
For step by step instructions, go to Wiki.
Download maven from Apache's offical site.
Clone the repository into the project folder:
git clone https://gitlab.stud.idi.ntnu.no/programvareutvikling-v19/gruppe-58.git
Navigate to project directory and download required dependencies:
mvn install
To compile and run the application:
mvn clean compile exec:java
To run test suite:
mvn clean test
- 1.1.0
- ADD: Assignment/submission-functionality.
- ADD: Announcement-functionality.
- ADD: Course member-list functionality.
- 1.0.0
- Initial version.
- ADD: Admin view.
- ADD: User login with roles.
- ADD: Calendar functionality.
Blackbird LMS is released under the MIT licence.
See LICENSE for more information.