mastodon-sc / mastodon-deep-lineage

A collection of plugins to analyse lineages of tracked objects in Mastodon
BSD 2-Clause "Simplified" License
5 stars 1 forks source link

Export classification to csv #112

Closed stefanhahmann closed 3 weeks ago

stefanhahmann commented 1 month ago

Resolves #111

Dendrogram (left) vs. export result (right) grafik

stefanhahmann commented 4 weeks ago

When I load a bunch of datasets into this plugin, I feel a bit uncomfortable that the plugin might write into the projects without me clicking a save button, potentially destroying my data.

Good point. This is not actually part of this PR. Also it was explicitly requested as such by a user. The setting is false by default. I added a note about this to the respective GUI param to make this behavior more transparent to the user.

grafik

stefanhahmann commented 4 weeks ago

The save PNG, SVG and CSV is hidden so well in the popup menu. It's hard to remember it's there. I would wish for a more prominently placed button.

Also a good point. I added a button to show the export options in the dendrogram view:

grafik

sonarcloud[bot] commented 3 weeks ago

Quality Gate Failed Quality Gate failed

Failed conditions
76.9% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud