Skip to content

AY2021S1-CS2103-F09-2/tp

 
 

Repository files navigation

AY20/21 Sem 1 CS2103-F09-2 Team Project (PIVOT)

Morphing AB3 into a Police Investigation Virtual Organisational Tool (PIVOT). PIVOT is an app to assist police investigators in keeping track of their investigations and relevant information. This is a brownfield Java Project built for CS2103 tP.

Ui

For the detailed documentation of this project, see the PIVOT Product Website.

About Us

Refer to About Us

Features

Refer to User Guide

Developer's Guide

Refer to Developer's Guide

Setup

Prerequisites: JDK 11, Gradle.

To run the app: (To be updated)

  1. Download the .jar file from the releases and run it.

or

  1. Clone the repository
  2. Using your IDE (eg. Intellij), open the build.gradle file inside the repository
  3. When prompted, choose 'open as project' and let gradle setup the project
  4. Run the app using gradle

Build status

CI Status

Build Information

Setup Github Actions: https://se-education.org/guides/tutorials/githubActions.html

Code Style

Follows CS2103 Coding Practices: https://se-education.org/guides/tutorials/checkstyle.html

Acknowledgements

This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.