Files
create/src/Mod/AddonManager/TODO.md
Chris Hennes 4067cdb672 Addon Manager: Refactor primary view and enable composite (#12693)
* Addon Manager: Refactor primary view and enable composite

This brings back something akin to the original Addon Manager display, with the side-by-side display of the list and details views.
2024-03-04 08:56:55 -06:00

454 B

Addon Manager Future Work

  • Reduce coupling between data and UI, switching logical groupings of widgets into a MVC or similar framework.
    • Particularly in the addons list
  • Implement a server-side cache of Addon metadata.
  • Implement an "offline mode" that does not attempt to use remote data for anything.
  • When installing a Preference Pack, offer to apply it once installed, and to undo after that.
  • Better support "headless" mode, with no GUI.