KhalisFoundation / sttm-desktop

The SikhiToTheMax Desktop App
Open Software License 3.0
34 stars 33 forks source link

Improvements to History #1568

Open saintsoldierx opened 2 years ago

saintsoldierx commented 2 years ago
Gauravjeetsingh commented 2 years ago

@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.

saintsoldierx commented 1 year ago

@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?
Gauravjeetsingh commented 2 months ago

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