Kestenso / Best-Practices-application-front-end-design

My own design - Best Practices is a 5 level deep filter. The use case for the filter in this code is narrowing down the search for an answer to a question, using categories, themes, focusses as filters. As a user you can easily find, add, and save answers to questions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Best Practices

I'm working on a filter which filters a array of nested arrays down to the value of one last index. This happens in 5 steps. At each step you choose which index value (string) get used to filter the array.

What you will see is an interface with 5 rows which represent a 5 levels deep array.

Example: You have 5 categories, each have 6 themes. Each of these 6 themes has 6 focusses(sub themes). Each focus has 6 questions. Each question has 1 answer. First you pick a categorie. This narrows the arrays down to all arrays with that categorie. Then a theme, which narrows the array down to only the arrays with that theme... etc...

About

My own design - Best Practices is a 5 level deep filter. The use case for the filter in this code is narrowing down the search for an answer to a question, using categories, themes, focusses as filters. As a user you can easily find, add, and save answers to questions.


Languages

Language:JavaScript 44.8%Language:CSS 41.1%Language:HTML 14.0%