Since the autosave already tracks every change made to a profile, there's no particular reason why we shouldn't be able to see that full history in the app. While the autosave is technically human-readable (JSON records), it doesn't make it that easy to answer simple questions like "why did this NPC change and when?" For one thing, the autosave only has the Form ID and not the Editor ID or NPC name.
Should be simple to add a page or sub-view with all the change history, filterable by various fields like it is in the Profile itself. For now this would be read-only, though it is a stepping stone into full undo/redo.
Since the autosave already tracks every change made to a profile, there's no particular reason why we shouldn't be able to see that full history in the app. While the autosave is technically human-readable (JSON records), it doesn't make it that easy to answer simple questions like "why did this NPC change and when?" For one thing, the autosave only has the Form ID and not the Editor ID or NPC name.
Should be simple to add a page or sub-view with all the change history, filterable by various fields like it is in the Profile itself. For now this would be read-only, though it is a stepping stone into full undo/redo.