UNSW COMP3900 Project
Tuesday is a modern task management system that takes productivity to the next level. It allows users (task masters) to add team members and create tasks seamlessly. Unlike other task management systems, our built-in self-reflection system provides daily analytical feedback and personalised suggestions for accelerated task improvements. Furthermore, our state-of-the-art priority algorithm provides an ordered list of tasks to do next so users can avoid struggling to meet deadlines. Users are able to easily assign/reassign tasks and assist peers by checking their task status and load, resulting in increased team efficiency.
To run the client application, you will need to install Node.js and Python 3. Once installed, the following commands should yield a similar version:
$ node -v
v16.16.0
$ npm -v
8.17.0
...
$ python3 -V
Python 3.10.8
$ pip3 -V
pip 22.2.2 from ...After cloning the project repo, run the following commands from the root of the repo:
python3 -m pip install -r requirements.txt
python3 -m backend.app
cd ../frontend
npm install
npm startTeam: COMP3900-M10B-Banana
Frontend: Eric Dai, Vanessa Xia
Backend: Kevin Hu, Luke Simmonds, Taimoor Shabih