[IMP] dms: directory dashboard with stat tiles + sparklines#15
Draft
dnplkndll wants to merge 1 commit into
Draft
[IMP] dms: directory dashboard with stat tiles + sparklines#15dnplkndll wants to merge 1 commit into
dnplkndll wants to merge 1 commit into
Conversation
Add a metric strip above the directory kanban: total files, storage used, and new-today, each with a 30-day/24-hour sparkline and a click target that drills into the matching filtered file view. Stats are served by a single dms.directory.get_dashboard_stats() read_group call.
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.
Directory landing dashboard for the OCA DMS 19.0 suite: a metric strip above the directory kanban showing total files, storage used, and new-today, each with a sparkline and a click target that drills into the matching filtered file view.
Depends on OCA/dms#475 (the 19.0 migration) — this branch is built directly on the
[19.0][MIG]commit. Draft for reference until OCA#475 lands; will be retargeted to19.0then.Purely additive (no changes to existing views/models beyond one
js_classon the directory kanban). Stats come from a singledms.directory.get_dashboard_stats()_read_groupcall.