Closed (outdated)
Project:
Persona
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2018 at 20:03 UTC
Updated:
19 Dec 2018 at 14:43 UTC
Jump to comment: Most recent
Hi, I was testing the module and I think it is not clear what the objective is, what problem solves, what is it for, etc.
It would be nice if you can improve the description of the module, to know more about it going.
Greetings.
Improve the project page, or create an issues explaining more about the project.
None.
None.
None.
None.
None.
Comments
Comment #2
agentrickardI forgot. Someone else grabbed this project name before I released it.
The code is now here -- https://github.com/agentrickard/target
What it does is the following:
* Allow admins to create block visibility conditions that combine multiple sub-conditions in AND/OR combinations.
That lets us setup target audiences that can easily be applied to multiple blocks, since we only have to set one condition instead of 3 or more on each block.
For instance, using Condition Pack, we can create a Nite Out target:
* If today == Friday
* If time > 20:00 hours
* etc.
Then we can define multiple Target personae and track their performance.
Comment #3
dmezquiaOk, I understand, it sounds good, I would like to help with something, how could I do it??, since I see that the module is ready.
Comment #4
agentrickardActually it's not. Something changed between 8.2 and 8.6 and the multiple conditions are not evaluating properly.
The evaluation at https://github.com/agentrickard/target/blob/8.x-1.x/src/Plugin/Condition... wasn't working the last I tested, so if you could test to see if it's working that would be great.
You can contribute by forking on GitHub and filing a pull request or by posting patches to this issue queue.
Comment #5
agentrickard