solid / notifications

Solid Notifications Technical Reports
https://solid.github.io/notifications/protocol
MIT License
11 stars 7 forks source link

Add notify:filter feature #176

Open csarven opened 1 year ago

csarven commented 1 year ago

Filter feature to refine the characteristics of notifications (towards resolving https://github.com/solid/notifications/issues/159 ).

I suggest that we work on modeling the core filter object (in subsequent PRs), e.g., type is a good candidate to filter activity types, and possibly actor .. so perhaps the object can be close to an AS2 Object (including Activity), but it should be possible to extend further e.g., Add activities of Annotation objects with a particular license. Makes sense? We can continue in 159.

elf-pavlik commented 1 year ago

Is it really useful as defined in this PR?

The proposed characteristics of a notification to be sent to receiver represented as an object.

I think we need to be more specific. If we want to allow matching based on any triple pattern we can most likely specify that right away.

csarven commented 1 year ago

Sure, let's have rough consensus in https://github.com/solid/notifications/issues/159