Problem/Motivation

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.

Proposed resolution

Improve the project page, or create an issues explaining more about the project.

Remaining tasks

None.

User interface changes

None.

API changes

None.

Data model changes

None.

Release notes snippet

None.

Comments

diosbelmezquia created an issue. See original summary.

agentrickard’s picture

I 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.

dmezquia’s picture

Ok, 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.

agentrickard’s picture

Actually 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.

agentrickard’s picture

Status: Needs review » Closed (outdated)