Giter VIP home page Giter VIP logo

ateam-142's Introduction

ateam-142

  1. Course: cs400

  2. Semester: Spring 2020

  3. Project name: Milk Weights

    Milk Weights processes information about the production of milk products from various farms over time, and the program is able to display reports about targeted areas of the data that the user may select.

  4. Group: a142

    Team Members: John Li ([email protected]), CS400-001, x-142 Duncan Broadie ([email protected]), CS400-1 Shruti Sharma ([email protected]), CS400-1 Samuel Bahr ([email protected]), CS400-001, x-142 Hao Kui Ma ([email protected]), CS400-001

  5. Other notes or comments to the grader: 2020-04-24 Deb helped Shruti restructure project to match required structure. Run application.Main to start the statistic analysis of milk weights. (a) for jdk 11 running, user need JavaFX as library and set up VM path (for jdk 8, 9, or 10, JavaFX is embeded ) (b) can load one or multiple csv files as source file (see sample format) (c) can choose generate annul report, monthly report, farm specific report or date range report (d) can choose show report in screen or save the generated statistics files to a location.

For the milk statistical analysis, go to folder with executable.jar file:

(you need to change the to path of your javafx lib)

java --module-path "your\path\javafx-sdk-11.0.2\lib" --add-modules javafx.controls,javafx.fxml -jar executable.jar

tip: running in eclipse, set up VM argument as: (change path to your javafx lib path) --module-path "your\path\javafx-sdk-11.0.2\lib" --add-modules javafx.controls,javafx.fxml

  1. [place any comments or notes that will help the grader here]

(1) First panel is used to choose single file or multiple files. The file should be in comma (,) seperated csv or text file format. (2) Second panel will let user to choose one analytical method, by annual report (show all farms), or by one month for report, or one specific farm (by farmID), or specify a range to get report. (3) If first or second panel is not selected, when clicking show report or save report, it will pop out a warning message. (4) If selected, then user can see the piechart of report. Or can choose to save the report in .csv format. (5) After analysis, user can choose clearing data and re-do the analysis. Or choose different analytical method to get different report.

ateam-142's People

Contributors

lizhonggang1984 avatar shruti2126 avatar dbroadie avatar deppeler avatar

Stargazers

 avatar

Watchers

 avatar Eddie Barton avatar  avatar

ateam-142's Issues

Ateam project assignment

For a2, we need to finish the GUI (in javaFX), and deal with problems.
I have drafted most of the function, need to make the GUI look nice.

Here are some following tasks:
(1) make GUI better
(2) implement read file function, to read csv file and put into the milk class.
(3) store data in farm class and other containers to store data.
(4) generate report (show in screen and generate csv file).
(5) put each part together
(6) do test and deal with exceptions

I would create seperate issues for above 6 , and if deal with one, just mark it down.

read file function

(2) implement read file function, to read csv file and put into the milk class.

generate report class

(4) generate report class, then user can choose to (show instance in screen and generate csv file).

store data

(3) store data in farm class and other containers to store data.

testing

(6) do test and deal with exceptions

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.