sttm-desktop icon indicating copy to clipboard operation
sttm-desktop copied to clipboard

Improvements to History

Open saintsoldierx opened this issue 3 years ago • 3 comments

  • Add date, time to each history line.
  • For days: Today, Yesterday or Date (eg. May 12, 2022)
  • For times: Should say how many minutes ago OR if 60mins or more, should have time in 12hr clock with setting to have 24hr clock.
  • History should not delete on closing app and should show automatically when STTM is re-opened.
  • In settings, create new section called History settings and allow user to select if they want to clear the history on close (but do not clear in database, only from view) and should also be setting for user to select 24-hr clock. There should also be a setting to completely hide history date/time from the history window. image

saintsoldierx avatar May 06 '22 08:05 saintsoldierx

@saintsoldierx veerji, Should we scope this out after SSO integration? We currently haven't retained any user generated data anywhere, so there is no database linked except the banidb.

Settings are being saved in a json file. Saving history the same way might slow down the app.

Gauravjeetsingh avatar May 26 '22 11:05 Gauravjeetsingh

@Gauravjeetsingh I want to bring this up to priority please.

  1. Can we have two separate JSON files - so one for current STTM session that logs all history with date/time in the current session. This way, you don't need to worry about the JSON file being so large when users are searching or using history...?
  2. Another json file could house the complete history OR now that we are close to implementing SSO, it saves/syncs online?

saintsoldierx avatar Feb 08 '23 08:02 saintsoldierx

This got sidetracked with the multipane feature at priority. Once that is pushed out, we can resume with this.

Gauravjeetsingh avatar Jul 11 '24 04:07 Gauravjeetsingh