Project

General

Profile

Feature proposal #6943

Updated by krileon over 6 years ago

The global usage currently is used by setting the asset to global. The problem with this is you can't have parse-able globals (via asset) or limited access globals (via asset) due to this. Change it to a separate column value like pinned so it's no longer tied strictly to asset then add a parameter to toggle show/hide of global just like pinned usage. 


 ORIGINAL: Currently in order to send a notification to a users connections the notification has to be replicated to them (e.g. if 20 connections then 20 notifications must be generated). Either utilize assets in a way this can be avoided or maybe review using a relationships table.

Back