Originally a University assignment to design a database for several hundred thousand records in Oracle and MongoDB.
The objective was to, not only design and setup the databases, but also design a GUI interface to insert and update records in the database.
Working with 2 other students, I designed a Java program to generate the several hundred thousand records. I also designed and implemented the GUI interface using Visual Studio C#.
Our idea is a software application for an energy retail company which we have called University of Waikato Energy (UOWE). Our company sells electricity and natural gas to business and domestic consumers in New Zealand. Our application has been designed to be extensible should there be a future desire to retail other products such as broadband, water, telecommunications etc. The primary users of the application are company employees in the customer services department who require fast and easy access to updating and maintaining customer and property related information in the database.
This was an attempt for me to convey to my teamates what I envisioned the GUI interface to look like. Our project focused on the separation of 2 distinct entities, customers and premises.
I would like to update the Java program for data generation and release it as a stand alone app for the public to use.