Joseph Guo Yang - Project Portfolio Page
Overview
Summary of Contributions
Create local storage class in this project, use to save flight detail in local txt file. Whenever user start our application it will retrieve the previous record.
- readFile() (to read flight detail from exsiting flightDB.txt into flightlist).
- storeToDB() (to storage user input flight detail into flightDB.txt).
- deleteFromDB() (to remove selected flight detail form flightDB.txt when delete command is call).
- editFlightDB() (to edit selected flight detail in flightDB.txt when edit command is call).
create edit function in flightlist class(to edit selected flight detail from Flightlist when edit command is call)