Project:
View Revisions: Issue #52092 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0052092: Store a single copy of the Terminal in IndexedDB | ||
Revision | 2023-06-05 11:13 by AugustoMauch | ||
Description | The way we currently store the Terminal information to be consumed when the POS is offline is not proper. We are storing a copy of the Terminal info per user, which has two drawbacks: - space is wasted, as the terminal info should be agnostic from the user currently logged in - cached Terminal information will get outdated, because when the terminal info is refreshed in the session of a user, that copy of the terminal info will be updated, but the copies stored for other users will become stale. To address this, we are going to store the terminal information on its own IndexedDB model, outside the User model. Jira: https://openbravo.atlassian.net/browse/RM-5917 [^] |
||
Revision | 2023-06-05 11:12 by AugustoMauch | ||
Description | TO BE DONE Jira: https://openbravo.atlassian.net/browse/RM-5917 [^] |
Copyright © 2000 - 2009 MantisBT Group |