Giter Site home page Giter Site logo

sphaso / casetracker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from paddatrapper/casetracker

0.0 2.0 0.0 685 KB

Case tracking and management software for the National SPCA

License: GNU Lesser General Public License v3.0

Java 99.02% Shell 0.98%

casetracker's Introduction

CaseTracker

CaseTracker is a software system designed to help manage cases opened by the National Society for the Prevention of Cruelty to Animals (NSPCA) in South Africa.

This is a re-work of the initial development so as to follow Domain Driven Design and Clean Code principles.

Status

Currently CaseTracker is under active development and is in alpha stage.

Usage

CaseTracker consists of two applications - namely the client and the server. Most domain logic happens on the client side of the connection with the server focusing on interfacing with the persistence system (currently a MySQL database).

Maven is being used to manage the project life cycle. This includes compiling, packaging, testing and documentation. All maven commands must be run from within the client or server root directories.

To generate a runnable .jar file of the client or server:

mvn package

To generate the documentation:

mvn site

The project documentation can be viewed on the CaseTracker client website and sever website.

Development

New developers are welcome. The process to follow when contributing is:

  1. Fork CaseTracker using the button on the top right.

  2. Create an issue for the feature you are adding or bug you are fixing.

  3. Create a branch:

    git checkout -b <branch-name>

  4. CaseTracker follows Test Driven Development, so ensure that all pull requests include test cases for all elements of the feature or fix.

  5. Create a pull request to the CaseTracker master repository. The description should include what implements and the reasons behind why you did it the way you did. Do not include how you did it - your code should explain this for you.

Coding Style

  • Indents are four spaces.
  • Spaces, not tabs.
  • Everything else follows Google Java Style.
  • If there are any grey areas create an issue for it and it can be discussed.

casetracker's People

Contributors

paddatrapper avatar sphaso avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.