This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-12-03 17:43:39 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
67ec81babf
discourse
/
test
/
javascripts
/
fixtures
/
posts.js.es6
8 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
UX: improvements to new dashboard - remove inactive user report and replace with posts - clean up internals so grouping by week happens on client - when switching periods old report was not destroyed leading to bugs - calculate trend based on previous interval ... not previous 30 days - show percentages for mau/dau - be more careful about utc date usage - show uniqu and click through rate on search panel - publish key of report with report so we only load the correct one - subscribe earlier in channel in case of concurrency issues
2018-05-11 11:30:21 +08:00
export default {
"/admin/reports/posts": {
DEV: introduces prettier for es6 files
2018-06-15 23:03:24 +08:00
report: {
FEATURE: part 2 of dashboard improvements - moderation tab - sorting/pagination - improved third party reports support - trending charts - better perf - many fixes - refactoring - new reports Co-Authored-By: Simon Cossar <scossar@users.noreply.github.com>
2018-07-20 02:33:11 +08:00
report_key: "posts"
UX: improvements to new dashboard - remove inactive user report and replace with posts - clean up internals so grouping by week happens on client - when switching periods old report was not destroyed leading to bugs - calculate trend based on previous interval ... not previous 30 days - show percentages for mau/dau - be more careful about utc date usage - show uniqu and click through rate on search panel - publish key of report with report so we only load the correct one - subscribe earlier in channel in case of concurrency issues
2018-05-11 11:30:21 +08:00
}
}
};
Reference in New Issue
Copy Permalink