shawnkoon / Smart-GPA-Calculator

Smart Graphical GPA calculator for College/High schools.
GNU General Public License v3.0
1 stars 0 forks source link

Format for Save/Open files #7

Open kwelsch7 opened 7 years ago

kwelsch7 commented 7 years ago

We were talking CSV, but we will need to get some specifics on how the program will read/write text so that it can interpret it in the future.

shawnkoon commented 7 years ago

we can make the format to go like Term, Course Name, Course Abbreviation, Course Number, GPA

shawnkoon commented 7 years ago

Year, Term, Course Name, Course Abb, Course Number, GPA, Credit Hours

kwelsch7 commented 7 years ago

Should this be in a similar format to the ToString() methods? If so, the file can be written-to using those methods (probably the ToString in the Cumulative class, which is what is used to display the Term list in the bottom-right Panel). Either that, or in a format similar to the constructors (for easy re-creation of the data structures).