Skip to content

The app has a report stray animal form, wherein the user can mention the last spotted location of the pet. It is then upon the NGO administration to start a work flow to pickup the pet and later provide medical treatment for the pet. We also have feature to request for supplies for pets registered

Notifications You must be signed in to change notification settings

rishijatania/LetItWag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

LetItWag

Final project for INFO 5100 - Application Engineering Development course at Northeastern University's College of Engineering as a part of it's Masters in Science Information Systems coursework. The course aims at strengthening students knowledge of Java Object Oriented concepts using Java 7(the project has bits of Java 8 which were beyond the scope of the course curriculum at the time of implementation).

You can find more about the course at http://msis.neu.edu/fall2018/11521.pdf

Description

• Let It Wag, a project built in JAVA Swing framework using the combination of Singleton and Factory Design Patterns.

• The core concept of the project was the ability to report stray pets across geographical areas and being able to monitor their status after they are taken into shelter homes.

• To make it a feature-rich application, we implemented Splash Screen, JBrowser for consuming Google Maps location features, JFreeCharts for visualization of analytical data, JavaMail for Email using SMTP, Log4J for logging all user and system actions and DB4O database model to store the data with proper validation and authenticity.

• Apart from this, the system had over 18 user roles spanning across multiple networks involving 8 major workflows and was capable to handle multiple employees spanning across the ecosystem, from the user to the pet shelter office administration and field workers. It also had the ability for the pet shelter to access supply chain and medical facilities on a work-request basis.

• The project utilized AbsoluteLayout, BorderLayout and CardLayout at different screens as necessary.

Design & Considerations

• The project was built upon an ecosystem model which allowed for scalibilty both vertically and horizontally.

• The administrator had the option to include more cities of operation(referred to as network) and additional organizations of type Hospital, NGO and Merchant. There could be multiple organizations belonging to each category thus leveraging the Factory Design Pattern to create them.

• An assumption made was users are not a part of the system as employees of any organization and thus roles are seperate. No employee is allowed to report a pet, similarly users(people who report the pet) are not allowed to raise a direct request for medical attention to a stary pet or request for food etc. This was avoided to ensure we have a simpler implementation with stronger roles for all our entities.

Running the application locally

Once you have sucessfully downloaded the project, you can directly open and run the file userinterface.MainJFrame.java in your NetBeansIDE.

For Eclipse you can use the below method to convert Netbeans project to Eclipse:

      • In Eclipse, Go to File -> New -> Java Project

      • Give a name for your project and click finish to create your project

      • When the project is created find the source folder in NetBeans project, drag and drop all the source files from the NetBeans project to 'src' folder of your new created project in eclipse.

      • Move the java source files to respective package (if required)

Now you should be able to run your NetBeans project in Eclipse.

About

The app has a report stray animal form, wherein the user can mention the last spotted location of the pet. It is then upon the NGO administration to start a work flow to pickup the pet and later provide medical treatment for the pet. We also have feature to request for supplies for pets registered

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages