-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Comments
I think this is actually a very tricky item. Why?
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. 📶 |
I understand. You're right! I will keep all this in mind to see if I come up with something. I'll keep thinking... |
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. |
Closed in #349 |
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):
What do you guys think?
The text was updated successfully, but these errors were encountered: