GithubHelp home page GithubHelp logo

masroore / django-activity-stream Goto Github PK

View Code? Open in Web Editor NEW

This project forked from justquick/django-activity-stream

0.0 2.0 0.0 1.07 MB

Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.

Home Page: http://django-activity-stream.rtfd.io/en/latest/

License: BSD 3-Clause "New" or "Revised" License

Makefile 0.44% Python 96.60% HTML 2.96%

django-activity-stream's Introduction

Django Activity Stream

image

image

image

image

image

Django Activity Stream is a way of creating activities generated by the actions on your site.

It is designed for generating and displaying streams of interesting actions and can handle following and unfollowing of different activity sources. For example, it could be used to emulate the Github dashboard in which a user sees changes to projects they are watching and the actions of users they are following.

Action events are categorized by four main components.

  • Actor. The object that performed the activity.
  • Verb. The verb phrase that identifies the action of the activity.
  • Action Object. (Optional) The object linked to the action itself.
  • Target. (Optional) The object to which the activity was performed.

Actor, Action Object and Target are GenericForeignKeys to any arbitrary Django object and so can represent any Django model in your project. An action is a description of an action that was performed (Verb) at some instant in time by some Actor on some optional Target that results in an Action Object getting created/updated/deleted.

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

Nomenclature of this specification is based on the Activity Streams Spec: http://activitystrea.ms/

For complete documentation see Django Activity Stream Documentation

django-activity-stream's People

Contributors

justquick avatar smileychris avatar auvipy avatar benslavin avatar deepakprakash avatar jazzido avatar uruz avatar jasonculverhouse avatar michaeljones avatar wadewilliams avatar jocelyndelalande avatar trevershick avatar nrb avatar joshourisman avatar jarus avatar brunoamaral avatar robbyt avatar ntend avatar josh-j-bailey avatar artscoop avatar olifante avatar paulcollinsiii avatar paltman avatar aantn avatar dimier avatar dgouldin avatar chrisfranklin avatar gnunicorn avatar rocknrollnerd avatar kbussell avatar

Watchers

Masroor Ehsan avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.