abhaga22 / CS2340

1 stars 0 forks source link

M6: Implement Submit Water Reports #15

Open thekellychen opened 7 years ago

thekellychen commented 7 years ago

Implementation Note: Databases are extra credit, therefore, you can assume for testing of this app all data will fit into the device memory. Since persistence is not yet required, entering users and other data can be done on each run of the application.

In this milestone, we implement the ability to submit the user water reports. You should have some kind of input screen for the report where all the information is captured. The report should be stored somewhere in the model.

Requirements