This module enhances the Translation Management Tool (TMGMT) by providing persistent storage for job items in the cart, replacing the default session-based storage. It offers a plugin system to customize how translation jobs are stored, including options for users to restore their cart upon login or for a shared global cart.
Extends the Translation Management Tool (TMGMT) module's job item cart with more persistent storage. By default, the TMGMT project only stores cart items in the session. But this module instead provides an extensible plugin-based system for overriding that approach to storing translation jobs.
By default, this module allows each user's cart to be restored on logging in after they log out. A global cart shared by all users is provided as an alternative too. Choose which method you want from TMGMT's main 'Settings' page (at /admin/tmgmt/settings).
Contributions & more testing are very welcome!