Hello
I'm going to need OG integration. So that annotations can be made only visible in a certain group. Are there any plans for this in the future?

Comments

clemens.tolboom’s picture

When annotations are nodes this is 'out of the box'. Ie Organic Groups, Taxonomy Access Control, Workflow

See http://groups.drupal.org/annotate-module for more discussions.

After the 1.0 release I move on to the 2.0 release where annotation will become nodes.

Regards,
Clemens

rapsli’s picture

oh great. Is there a roadmap?

clemens.tolboom’s picture

I'm currently thinking to put a reversed bounty on the project. So I spend some quality time on the project. At the moment I try to spend time on it.

Btw: the dev version contains already a db_rewrite_sql version. And that should work for filtering purposes. NOT for workflow because the annotations are no nodes.

I'll activate the dev so you can test this yourself.

rapsli’s picture

oky. I'll test it and will report back...

clemens.tolboom’s picture

Hope you didn't started yet ... the code wasn't committed and it won't work for what you want:

Filtering is based on nodes. And as annotations are NOT nodes.

What happens when OG is active filtering is based on http://api.drupal.org/api/function/db_rewrite_sql/5

The relation now is : node <- annotation -> user

In the near future it should be: node <- annotation_node -> user and then OG or TAC or WorkflowNG(?) will work properly.

Sorry for the delay and frustration.

clemens.tolboom’s picture

Version: 5.x-1.0-beta3 » 5.x-1.0-beta4
Assigned: Unassigned » clemens.tolboom

The new release contains working roles.
- create annotation
- read published annotation

I am afraid that's not off much help but note that this 1.0-beta4 is my final 1.0 version. So next is 2.0-alpha1.

clemens.tolboom’s picture

Version: 5.x-1.0-beta4 » 5.x-1.x-dev
Component: User interface » annotate_ym

The full node version will be provided by the module annotate_ym which is to be committed soon.

clemens.tolboom’s picture

Component: annotate_ym » annotate_ym (yellow marker)

If you're bold you could try the dev release. It now contains the annotate_ym module. You can make (in FireFox & co but not IE) selections in de node's body and submit a note which is a full node. OG should handle viewing these nodes.

Bug to find with this version are:
- not OG-ed (the form submits a node, OG needs to add attributes to it. Should work but please test)
- listing of annotations is probably not filtered yet.

Next version will color the markings back so make wise values for (start and stop fields)

clemens.tolboom’s picture

Status: Active » Closed (fixed)

As annotate_ym becomes usable by fixing some bugs first this should work.

So I close this issue.