View Issue Details

IDProjectCategoryView StatusLast Update
0001885Composrbannerspublic2016-04-10 00:30
ReporterChris GrahamAssigned To 
SeverityFeature-request 
Status non-assignedResolutionopen 
Product Version 
Fixed in Version 
Summary0001885: Banner symbol selection algorithm parameter
DescriptionAdd a BANNER symbol parameter that lets you set the selection algorithm:
 - importance_bias_random (the current system, picks a random banner, but biased to the ones with highest importance)
 - importance_bias_rotation (tracks movement through a queue, with the hits spent on each proportional to the importance bias)
 - precedence (finds all banners of highest importance then picks a random one of them)
 - Or, the name of an actual specific banner

'precedence' is useful if you need to force priorities through, especially when combined with 0001883.
'importance_bias_rotation' is preferred by some due to the predictability, especially when caching is involved.
TagsNo tags attached.
Time estimation (hours)2
Sponsorship open

Relationships

related to 0001884 closedChris Graham Banner symbol iframes 
related to 0001883 resolvedChris Graham Multiple banner types per banner 

Activities

Chris Graham

2016-04-10 00:30

administrator   ~0003553

Some work happened here:
https://github.com/chrisgraham/ocPortal/pull/4

Issue History

Date Modified Username Field Change
2016-04-10 00:30 Chris Graham Note Added: 0003553