General Info

Group project for the Software Engineer II (SE2) course in Computer Science at the University of Trento.

Description & Objectives

The project idea was to develop an online service for schools that helps students and teachers keep tracks of marks, lessons, and newsletters. In particular, we want to deliver both a web version of this service and a client application.

Sprint 1

The goal of the first sprint was to implement the main feature of the secretariat, to create, edit, and handle the users, and classes of the system. We started from this module to allow the implementation of other pages, more related to other kinds of users (students/professors).

Finally, we decided to start from a static database, to allow implementing other functions, while studying MongoDB.

Sprint 2

The goal of the second sprint was to implement the backbone system and interface for grades and communications management. In this way, professors would be able to assign grades to the students in one of their classes, and students would be able to see their grades.

Furthermore, secretaries would be able to send communications to students and professors, and see those sent by any secretary. On ther other hand, students and professors would be able to read the communications received from the secretariat.

Results

  • Developed a RESTful web server using NodeJS and various API to handle a school registry.
  • Developed a web application with Bootstrap for helping both schools and students to interact with the web server and MongoDB database.
  • Worked in teams by following Agile methodology (SCRUM).

Final Mark

30L (i.e. with honors) out of 30

Contributors