CS3398-Rust-Buckets / S2017

SchedMe
0 stars 2 forks source link

Decide on the format to store information #20

Closed ew1061 closed 7 years ago

ew1061 commented 7 years ago

There are several ways I can think of to store the data. A relational database is too much for us at this point. Plain text is a option and very easy to implement. JSON data may also be an option and may make it easier to deal with the Javascript on the page. CSV would also be fairly easy to implement and would let us access the data using spreadsheet software.