This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/admin
Arpit Jalan e3925278e2 FEATURE: support search click through tracking for user, category and tags
https://meta.discourse.org/t/search-logs-page/73281/11?u=techapj

This commit adds following features:

- support for tracking click through to user, tag and category
- new filter for search type (header, full page)

This commit also removes "most viewed topic" field from search logs page because we are now tracking multiple click through entities, so topic is not a special entity anymore. This also improves query perf. The query now takes `20.5ms` to runs, as opposed to `655.9ms` previously.
2017-12-01 12:04:55 +05:30
..
adapters FIX: Object.assign is not fully supported 2017-09-25 12:28:00 -04:00
components Replaces delete flag modal by a dropdown 2017-11-14 07:55:08 -08:00
controllers FEATURE: support search click through tracking for user, category and tags 2017-12-01 12:04:55 +05:30
helpers Refactor flag types for more customization 2017-10-19 13:55:23 -04:00
models REFACTOR: Avoid duplicated logic on server and client. 2017-11-21 17:10:04 +08:00
routes FEATURE: support search click through tracking for user, category and tags 2017-12-01 12:04:55 +05:30
services FIX: Moderators couldn't delete spammers via flag modal 2017-11-15 10:46:09 -05:00
templates FEATURE: support search click through tracking for user, category and tags 2017-12-01 12:04:55 +05:30