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

Implement app-level "Recent Actions" #200

Closed
douglasmiranda opened this issue Jun 12, 2013 · 4 comments
Closed

Implement app-level "Recent Actions" #200

douglasmiranda opened this issue Jun 12, 2013 · 4 comments
Milestone

Comments

@douglasmiranda
Copy link
Contributor

About this feature, I would like to propose an extra listing.

On the home, (index.html), my recent actions, for all my registered apps, will be listed. Ok. Now on the app index, (list of all models for a specific app, "app_index.html"), these log entries are not shown, so I thought would be nice if we list all recent actions for the selected app on the app_index.html.

Something like I did on the django-admin-bootstrap (app index):

djangoadmin

What do you guys think?

@pydanny
Copy link
Member

pydanny commented Jun 12, 2013

I think this is actually a very tricky item. Why?

  • The current system only works on actions generated by the admin
  • The current system works poorly when attempting to integrate it with site-wide system changes. django-reversion provides this, but maybe we should provide hooks for building a django-reversion style system?
  • AFAIK, the current system doesn't track actions.

Each of these could be their own issue. I think before we code this one out, we should explore what exactly we want to accomplish. 📶

@douglasmiranda
Copy link
Contributor Author

I understand. You're right! I will keep all this in mind to see if I come up with something. I'll keep thinking...

@audreyfeldroy
Copy link
Member

I'm dividing this into 2 issues:

(title was "Implement the LogEntry "Recent Actions" (My Actions)")

About app-level Recent Actions, I really like the idea, but talk to @pydanny and see #290 before implementing.

@pydanny
Copy link
Member

pydanny commented Jul 21, 2013

Closed in #349

@pydanny pydanny closed this as completed Jul 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants