AtmoOmen / CurrencyTracker

FFXIV Dalamud Plugin Currency Tracker
4 stars 1 forks source link

Tasks For The Future / Identified Issues #9

Closed AtmoOmen closed 9 months ago

AtmoOmen commented 11 months ago

Identified Issues

Functionality

Performance

Operations

Code

AtmoOmen commented 10 months ago

2023.10.10 Finished refining the multi-selection operations on transactions when holding the Ctrl key.

wkewinw commented 10 months ago

Hey ^^ there is stuttering like a steady heartbeat with this plugin enabled. EDIT: is there anything users can do for now to maybe make it better/stutter less?

AtmoOmen commented 10 months ago

Hey, if you are using Timer Mode now, you can try switching to Chat Mode in Track Mode, you can also delete the currencies that are not in your demand. That should improve.

But I would like to say that the performance cost of this plugin is not obivious in almost all cases and maybe you need to check other aspects/things to better deal with that!

wkewinw commented 10 months ago

Hey, if you are using Timer Mode now, you can try switching to Chat Mode in Track Mode, you can also delete the currencies that are not in your demand. That should improve.

But I would like to say that the performance cost of this plugin is not obivious in almost all cases and maybe you need to check other aspects/things to better deal with that!

oooh my bad xD it was indeed the "Time Mode" that was causing my game to have quick stutters every 0.5 sec. many thanks for making the plugin! :D

AtmoOmen commented 10 months ago

2023.10.14 1.2.5.0 Finished:

  1. Support exporting data files in Markdown syntax.
  2. Support copying transactions in .csv format.
  3. Allow importing transactions data in the form of .csv or .md format/files.
  4. Refine the multi-selection operations on transactions when holding the Ctrl key.
  5. Improve the logic for clearing the current selection status.
  6. Rewrite the code logic currently left for converting early record data to current record data, allowing it to exist in another form.