Closed Kevin-C-Fang closed 3 years ago
Issues that came up:
Solution: Decided to just save data when it is entered. Although it does increase time complexity, I don't think the data entered would be large enough to have a serious impact. If it does, then I can always revert back to the alternate method since that would save data when the X/close button is pressed.
Completed all features but issues came up such as CSV structure. The column headings weren't outputting the way I thought it would on the CSV file. Decided instead to just initialize the file by calling the write URL function in the model Initializer. It does increase time complexity if there is previous data, but it solves the problem of the CSV file not have the column headings.
Should complete implementation that allows for load and saving of email and URL data within the application.
It should have the following: