-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
Description
A simple widget that isn't a SkeletonSource. Instead, opens a CSV file, with options to choose columns for:
- name (optional)
- x
- y
- z
- skeleton ID (optional)
And then list them in a table, with each row clickable. Ideally, there would be a checkbox on each row, to the right, on a column, to register whether the row has been visited. Or the link should change color – some indication that the location has been seen at least once.
There should also be a button to save them as CSV, alongside the column with data on whether it's been seen or not.
The name should be editable, or better yet, add another column with a text field to add notes on the location.
No need for persistence into the database, although it should be considered, stored as a "coordinate list" or similar.