Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show activities #143

Open
deepak-bharti-deel opened this issue Oct 28, 2018 · 0 comments
Open

show activities #143

deepak-bharti-deel opened this issue Oct 28, 2018 · 0 comments

Comments

@deepak-bharti-deel
Copy link
Member

deepak-bharti-deel commented Oct 28, 2018

create a new page and show following activities.

when a new user login/logout - xyz logged just in or logged out types
when a user request for verification - xyz user requested to verify abc pr
when a user deletes an object - xyz user deleted his/her issue/pr etc
when a mentor verifies a pr - abcmentor verified zbc pr of xyz user
on changing a label of issue - label of xyz issues changed from open to close etc
and so on ...

create a Activity model with required attributes as -
from_user - who performs some action
to_user - in case of verification user to mentor or mentor to user
activity_description - what is the action performed
time - time when action performed

create a activity view for rendering all the activities and then use ajax etc to append all the new activities in real-time without page refresh

This is a big task so every part of this task will have partial points distribution. there are no limitations on what part is done by whom i.e. even a single user can add complete feature or just a part of it 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants