Actions
Feature proposal #8663
closedImplement reusable stored stream objects
Description
Currently stream objects are built dynamically and passed between pages using session data. This prevents them from being reusable and they can't be reliably reconstructed. Instead implement a database table for holding all the streams parameters, remove the global parameters, and move all stream storage here. This gives a central location for configuring streams (note only necessary for Activity and Comment streams) and allows rebuild from stream id.
This is a continuation of #7454 where it has been decided that getting rid of the Asset usage provides no real world benefit after further benchmark testing.
Updated by krileon about 2 years ago
- Status changed from Assigned to Resolved
- % Done changed from 60 to 100
Actions