mlhubber / mlflutter

GNU General Public License v3.0
1 stars 0 forks source link

MLFLUTTER: Add a SAVE button to the LOG page #8

Closed gjwgit closed 2 weeks ago

gjwgit commented 1 month ago

User Story

As an end user I want to save the log to a file for later reference. There could be a button there to SAVE to file, and it prompts me for a filename and location. The default file name might be mlfutter_log_20240251_135116.txt.

Ting-TT commented 3 weeks ago

Here is the look of the Log page with the "Save" button at the bottom right corner:

log_page with the save button

When saving the file (the default file name is in the form of mlfutter_log_20240251_135116.txt):

log_page when saving file

After saving the file or cancelling the saving, a message is displayed at the bottom of the MLFlutter:

log_page with saving info (succeed) log_page with saving info (failed)