Commit Graph

31 Commits

Author SHA1 Message Date
Justin DiRose 10ec8b47a8 FEATURE: Category filtering 2019-11-06 11:27:30 -06:00
Justin DiRose 42ac7bb984 FEATURE: Add category to knowledge explorer topic list 2019-11-04 15:05:32 -06:00
Joffrey JAFFEUX 1c845cd517 REFACTOR: various refactorings/fixes (#2) 2019-11-04 08:49:22 +11:00
Justin DiRose a34e4468c1
REFACTOR: Handle queries in more robust, customizable way
* Create custom query lib file

* Get topic list by category

* Get topic list with both categories and tags

* Count tags and pass back to controller in object

* Filter topic list by param-passed tag list

* FIX: Correctly serialize topic list data

* Filter results by search term (title only

* Debug commit

* Working multi-tag filtering

* FIX: case insensitive search terms

* Begin refactor of front end for new api changes

* REFACTOR: Use model for refreshing data
Instead of just using a route, which introduces full page refreshes, use
the route to pull the data initially, then update it using a model as to
refresh only the relevant parts of the page.

* Working topic load

* FIX: Visual alignment

* Refactor tests to follow new patterns

* Fixes suggested by eviltrout

* FEATURE: Load more topics

* FIX: Paginate records on return to the front end in a better fashion

* FIX: Prevent loadMore while loading more

* Fix pagination of topics to truncate list properly

* Inherit rubocop from discourse

* Make rubocop happynated

* Set list to unordered
2019-10-31 15:09:50 -05:00
Justin DiRose 1257f133e4 FIX: Show knowledge explorer link only when plugin enabled 2019-10-04 11:09:31 -05:00
Justin DiRose 274e0134cc FEATURE: Add hamburger menu link 2019-10-03 13:57:45 -05:00
Justin DiRose 5d0da1fe0a Spec tests & minor refactors 2019-10-02 16:24:40 -05:00
Justin DiRose 1b9ea64f15 DEV: Improve patterns per feedback 2019-09-16 14:40:53 -05:00
Justin DiRose e2b6d2ddb5 FEATURE: View article OP in KE view
Output of topic OP to KE view

UI styles for OP view
2019-09-16 11:40:40 -05:00
Justin DiRose 948d8426ca DEV: Cleanup unused code 2019-09-13 13:56:32 -05:00
Justin DiRose 3af0fcb50b Desktop and mobile styling improvements 2019-09-13 13:43:23 -05:00
Justin DiRose 6057e054c4 REFACTOR: Complete filtering on back end for complexity purposes 2019-09-10 13:36:02 -05:00
Justin DiRose 9ecad98b17 FIX: Bug with search 2019-09-10 10:53:07 -05:00
Justin DiRose e7359a118b FIX: Missing count method for search results 2019-09-10 10:45:25 -05:00
Justin DiRose adc07ae8ad Beginnings of working search 2019-08-30 15:34:48 -05:00
Justin DiRose 7b8d3a84bd FEATURE: Use category_list for selecting categories 2019-08-30 15:04:07 -05:00
Justin DiRose 1999cd0825 FEATURE: Add kb search helper
The naming of this is currently arbitrary and may need to be changed,
but currently works off the settings `knowledge explorer categories` and
`knowledge explorer tags`

Remove filter when plugin disabled
2019-08-22 17:01:07 -05:00
Justin DiRose 4586b1992f FEATURE: UI for Search
This will need the knowledge explorer helper search term to make
searching a lot easier.
2019-08-21 21:13:49 -05:00
Justin DiRose e7d93aeca6 Filter tags and count off of filtered list 2019-07-26 11:14:55 -05:00
Justin DiRose 2c9b904e15 Working tag filtering of topics 2019-07-26 10:50:22 -05:00
Justin DiRose 9eb97cbb55 Clicking on tag adds/removes tag in query params 2019-07-21 11:41:04 -05:00
Justin DiRose 46820c070f Basic styling, set up query params 2019-07-14 16:31:29 -05:00
Justin DiRose af0243cee8 Increase specificity in passing properties 2019-07-14 14:21:53 -05:00
Justin DiRose d62e856fc5 FEATURE: Tags display on knowledge explorer 2019-07-03 10:26:28 -05:00
Justin DiRose 64555d5362 FIX: Object passed to Ember changed structure 2019-07-02 16:52:31 -05:00
Justin DiRose b8fd5aa8e2 Return tag count
I'm probably doing this wrong 😅
2019-07-02 16:46:18 -05:00
Justin DiRose 0a39e3adcc FEATURE: Simple topic list display of KE items 2019-07-02 10:01:28 -05:00
Justin DiRose 03a85bb3d7 Fix routing for Ember 2019-07-02 09:20:51 -05:00
Justin DiRose 578773f3c0 FEATURE: Disallow crawling of /knowledge-explorer/ via robots.txt 2019-06-28 15:05:27 -05:00
Justin DiRose 1789bac0cf FEATURE: Render Topics from Selected Categories/Tags on `/knowledge-explorer`
Add category/tag settings

Rename to knowledge explorer

Missed rename

Render a deduplicated list of topics from all selected tags and categories

Exclude category topic ids from rendered list
2019-06-28 14:56:04 -05:00
Justin DiRose 6add4cfc5f Initial commit 2019-06-28 11:27:39 -05:00