Skip to content

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.

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published