Evaluation

Team 29

Introduction

This page explains the summary of achievements, critical evaluation of the project and future work.

Summary of achievements


Achievement Table for MoSCoW list

MoSCoW List MoSCoW List2

List of known bugs

There is currently no known bugs, which we have identified during testing of the application. Our team used github issue tracker in order to keep track of bugs that we may have encountered during testing or implementation stages. This helped to keep the bug list empty.

Individual contribution table

Dist Table

Critical evaluation of project


In this section we will critically evaluate our project with respect to the following factors:

Future Work


If we had more time the following things is what would be appropriate to look into:

  1. The first thing that should be done is that there should be a redesign of the user interface for the desktop version of the site. Even though the website scales well into a desktop version, it deviates from how a standard desktop site looks. However, the user interface looks good on tablet and mobile devices.
  2. A native version of the web application should be made. Since the app already exists as a React application, it would be appropriate to make a corresponding mobile application in React Native. This will probably improve the experience of the user as well.
  3. The architecture of the web application can be redesigned so that it is extensible, currently the system does allow extensibility but requires modification of a fair number of parts of the application. So a redesign of the base of the system to instead use "extends" from a single App component to add more components would make the system significantly neater.
  4. Considering universities want to learn on student stresses and wellbeing, data collected from the application can be mined via machine learning in terms of their wants and needs. Our system currently just stores this data and displays it.