abhaga22 / CS2340

1 stars 0 forks source link

M9: Implement Persistence and Display Graph #24

Open thekellychen opened 7 years ago

thekellychen commented 7 years ago

Implementation We will finally implement persistence. Your application should now be able to load and save the data so that you don't have to re-enter it each run. You may choose whatever method of persistence you wish to use.

We will also display the water quality history graph. The system will prompt a manager for the setup information (like year and location) and then will display the graph results.

Requirements