Three buffers #3

Closed
opened 2024-10-19 23:52:45 +07:00 by Arsen Mirzaev Tatyano-Muradovich · 0 comments

There should be 3 buffers

  • Buffer in core.catalog.parameters in the browser
  • Session buffer
  • Account buffer

There should be data saving in buffers on the client side with the command core.buffers(key, value), and on the server side via session::buffer(key, value) and account::buffer(key, value)

The buffer should write

  • Filters
  • Sorting
  • Search bar
  • Shopping cart

Buffer priority

  1. Account buffer
  2. Session buffer
  3. Browser buffer
## There should be 3 buffers * Buffer in `core.catalog.parameters` in the browser * Session buffer * Account buffer There should be data saving in buffers on the client side with the command `core.buffers(key, value)`, and on the server side via `session::buffer(key, value)` and `account::buffer(key, value)` ## The buffer should write * Filters * Sorting * Search bar * Shopping cart ## Buffer priority 1. Account buffer 2. Session buffer 3. Browser buffer
Arsen Mirzaev Tatyano-Muradovich added the
Discussion
Feature
Result
Accepted
labels 2024-10-19 23:52:45 +07:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mirzaev/huesos#3
No description provided.