justquick / django-activity-stream

Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.
http://django-activity-stream.rtfd.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2.36k stars 483 forks source link

Verb examples do not match spec #492

Open pfcodes opened 3 years ago

pfcodes commented 3 years ago

In the examples the verbs are past tense:

justquick (actor) closed (verb) issue 2 (object) on django-activity-stream (target) 12 hours ago

But the spec the documentation says to use lists example verbs in present tense. The examples in the documentation also sometimes show a phrase but the spec always uses a single word or kebab-cased identifier. I believe the examples in the documentation should follow the spec to use verbs as a single word or as an identifier as it is more correct. This approach also makes for cleaner i8n.

Stream framework also leads with the infinitive https://stream-framework.readthedocs.io/en/latest/verbs.html.