-
Notifications
You must be signed in to change notification settings - Fork 600
Community Health Score Dashboard #4189
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
Merged
Merged
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
7592cd6
add chs cron job (not fully functional)
functionzz 474b32d
Update pontoon/insights/chs.py
functionzz 39ed6cc
Update pontoon/insights/chs.py
functionzz db3fd41
Update pontoon/insights/chs.py
functionzz a7f24ff
add env variables over hardcoded constants
functionzz 257014a
change LocaleChsSnapshot to LocaleHealthSnapshot, completion formula …
functionzz a064a00
dashboard frontend base
functionzz 7df3b42
add configuration form + button + model changes, add staff authentica…
functionzz 9da467a
add score/default view, change fields to Decimal, reform css, improv…
functionzz 8dd04bd
missing dashboard.html addition
functionzz 93d6417
add no locale check, order locales by code
functionzz 56f737f
full feature parity with scripts
functionzz 56a5929
add community health activity charts to Locale and Global insights
functionzz 1ec9668
small snapshot logic, docs + DX changes
functionzz db983ac
fix global insights tests
functionzz 7014e00
fix typo
functionzz 8ba21ff
Delete config.js
functionzz 3370eb7
fix small nits, add locales param to build_chs_snapshots
functionzz 9869c0a
add snapshot + supporting function tests
functionzz c4b12d7
rename columns, rename graphs, remove CHS Y-axis
functionzz 49b1681
move /dashboard contents into /insights + renaming work
functionzz c4ce014
renaming dashboards
functionzz 836bd41
doc changes
functionzz e2f4802
Create 0118_merge_20260624_0350.py
functionzz e0eade8
run make format
functionzz 3be5b90
revert temp stopgap
functionzz 6b12b9a
streamline LocaleHealthSnapshot migrations
functionzz 898c2e7
run make format
functionzz 845b226
merge migration
functionzz bf7a7a3
run make format
functionzz 7f6dc85
rename collect_chs_snapshot file, center Locale, show All in graphs
functionzz 6c7c17a
push All to top of global charts
functionzz 4f4e716
Update collect_chs_snapshots.py
functionzz c982187
remove repetitive code
functionzz 81862bc
cast envs to int
functionzz 79cc24a
streamline migrations
functionzz 0ca436b
update docs
functionzz 7b2cabc
add noon anchor to chart data + tests
functionzz 651a976
remove min-height
functionzz c062ef0
apply merged dashboard + chs chart, add tooltips, add "All" field for…
functionzz 176345a
change title
functionzz 97c44c2
add subheader
functionzz 0f8fdf9
run make format
functionzz aa8e9b6
Update documentation/docs/dev/deployment.md
functionzz 316e438
Update documentation/docs/dev/deployment.md
functionzz c37f637
Update pontoon/base/forms.py
functionzz 9315c1f
Update pontoon/insights/management/commands/collect_chs_snapshots.py
functionzz 489f10a
Update pontoon/insights/templates/insights/widgets/locale_list.html
functionzz 869bc18
Update pontoon/insights/templates/insights/widgets/locale_list.html
functionzz 2df3611
rename dashboard_locales to community_health_locales, rename form
functionzz 7103cad
rename #view-toggle to #show-scores
functionzz 5df9c40
rename team-community-health-chart to community-health-chart
functionzz 384919a
rename locale_list.html to community_health_table.html + other relate…
functionzz db8e884
move tooltip style
functionzz 9f89c11
remove unused css file from pipeline
functionzz dfb2fc8
move CommunityHealthLocaleForm
functionzz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
24 changes: 24 additions & 0 deletions
24
pontoon/base/migrations/0119_userprofile_community_health_locales.py
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| # Generated by Django 5.2.14 on 2026-06-26 16:58 | ||
|
|
||
| import django.contrib.postgres.fields | ||
|
|
||
| from django.db import migrations, models | ||
|
|
||
|
|
||
| class Migration(migrations.Migration): | ||
| dependencies = [ | ||
| ("base", "0118_fix_terminology_entity_value"), | ||
| ] | ||
|
|
||
| operations = [ | ||
| migrations.AddField( | ||
| model_name="userprofile", | ||
| name="community_health_locales", | ||
| field=django.contrib.postgres.fields.ArrayField( | ||
| base_field=models.PositiveIntegerField(), | ||
| blank=True, | ||
| default=list, | ||
| size=None, | ||
| ), | ||
| ), | ||
| ] |
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.