TrueKuehli / PruneTree

App for creating Sims 4 family trees. Fork of the Plum Tree app using local browser storage to replace API calls.
https://prunetree.app/
ISC License
3 stars 2 forks source link

Improve the Person Linker Feature #11

Open TrueKuehli opened 11 months ago

TrueKuehli commented 11 months ago

Providing dropdown menus for easily choosing a tree and person to link to would improve usability of the feature a lot.

Tasks

One problem with the linker feature as a whole is the fact that IDs are not maintained when exporting / importing a tree / person. As a result, even importing the same trees as provided by the creator will not restore the links between people in them.

My initial idea to resolve this is to add a hidden UUID which is included on export. This way, the linker could instead use these UUIDs to prevent links from breaking as long as all relevant trees are imported.

Tasks