KGHALAMB / Team1-ToDo

0 stars 0 forks source link

Team1-ToDo

Backend CI and CD with tests: example workflow

Frontend CI and CD: example workflow

Project blurb: This project encapsulates this teams work on the To Do List project assigned to them for CSC 307. This application allows users to log into an account, or create a new account. The user will then be lead to a page in which they can create, delete or remove modules. Within each module, there are tasks that can be viewed in their own page. In this taskview, the user can create subtasks for the tasks that display criteria like, description, due date and priority.

The Website can be accessed through this link: https://orange-island-0045eaf1e.2.azurestaticapps.net/

UI Prototype (Last updated Feb 22nd): https://www.figma.com/file/DLfvaB6MmPHu5SqbbkLfY9/Untitled?node-id=2%3A224

Development environment:

UML Diagram(Last Updated Mar 6th): https://drive.google.com/file/d/1-agvxAlUC0QfMvS3_2xPoUauRNKNBA8V/view

Code Coverage Report (From Mar 17th): Ran with "npx jest --coverage" in backend folder image