Add counter of active users to admin dashboard#5907
Merged
tramuntanal merged 23 commits intodecidim:developfrom May 5, 2020
Merged
Add counter of active users to admin dashboard#5907tramuntanal merged 23 commits intodecidim:developfrom
tramuntanal merged 23 commits intodecidim:developfrom
Conversation
jesusdb
previously approved these changes
Apr 22, 2020
Contributor
|
Hi @decidim/core, what's the status of this PR? We'll start working on #5725 and we might get some conflicts with this PR... 😄 |
mrcasals
reviewed
Apr 27, 2020
decidim-admin/app/views/decidim/admin/users_statistics/index.html.erb
Outdated
Show resolved
Hide resolved
Contributor
|
I saw your PR @mrcasals when you get tests passing it'll be merged. We're not going to block, first inn wins 😉 |
Contributor
|
I closed by mistake. |
ivan-mr
previously approved these changes
May 5, 2020
decidim-admin/app/controllers/decidim/admin/dashboard_controller.rb
Outdated
Show resolved
Hide resolved
decidim-admin/app/views/decidim/admin/users_statistics/_users_count.html.erb
Outdated
Show resolved
Hide resolved
tramuntanal
approved these changes
May 5, 2020
ivan-mr
approved these changes
May 5, 2020
Contributor
ivan-mr
left a comment
There was a problem hiding this comment.
Everything seems to be ok
ace
pushed a commit
to aspgems/decidim
that referenced
this pull request
May 5, 2020
* develop: (29 commits) Update Conversations design with decidim-design UI (decidim#6008) Add counter of active users to admin dashboard (decidim#5907) Show activity graphs on admin dashboard (decidim#6030) Update sassc gem version (decidim#6062) Fix generator Gemfile after puma upgrade (decidim#6060) New Crowdin translations (decidim#6059) Add Slovak as a new language (decidim#6039) Remove all tests for i18n PRs (decidim#6061) Update move up and down buttons after dragging questions when managing questionnaire (decidim#5947) Fix using Decidim as a provider for omniauth authentication (decidim#6042) Add redesign for responsive public profile navigation tabs (decidim#6032) Add versioning pages to initiatives (decidim#5935) Notify users when roles get assigned (decidim#5886) Improve the budget page and the project card (decidim#5809) New Crowdin translations (decidim#6050) New Crowdin translations (decidim#6046) Ignore jobs on locales branches (decidim#6047) Automatic task for deleting Meeting Inscription data (decidim#5989) New Crowdin translations (decidim#5877) Ignore builds on Crowdin PRs (decidim#6037) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎩 What? Why?
Adds an Activity dash into general admin dashboard with a counter of active users in Decidim's platform, making a distinction between whether they are admins or participants and three distinct periods: last 24h, last week and last month.
Closes #5780
📌 Related Issues
📋 Subtasks
CHANGELOGentry📷 Screenshots (optional)
Before
After