turingschool / standards

A brain dump with aspirations to one day be a standard.
4 stars 3 forks source link

Do we need a hierarchy? #11

Open JoshCheek opened 10 years ago

JoshCheek commented 10 years ago

Based on talking w/ Rachel, and her wanting the tag-structure, I'm guessing we want to enable a hierarchy. This should be independent of the tags, a structure of organization placed on top of them.

Not sure yet whether standards that would map to any of these are expected to have all tags above them, or if maybe these aren't even tags, but just names (categories?) which then specify what set of tags to select in order to render standards under them.

Example of hierarchy implied by standards_organization.rb


# >> Languages
# >>   Ruby
# >>     Basics
# >>       Strings
# >>       Blocks
# >>       Arrays
# >>       Hashes
# >>       Conditionals
# >>       Classes
# >>       Writing Methods
# >>     Enumerable Methods
# >>     Gems
# >>   HTML/CSS
# >> Tools
# >>   Git
# >>   HTTP, APIs, JSON
# >>   DevOps
# >>   Databases
# >>     No SQL
# >> Web Applications
# >>   Security
# >>   Uploads
# >>   Frameworks
# >>     Sinatra
# >> Software Design
# >>   Testing
# >>     In design
# >>     In practice
# >>       Ruby
# >>         Minitest
# >>   OOP
# >> Processes
# >>   Agile
# >>   Thinking & Learning
JoshCheek commented 10 years ago

Started working on this, relevant commits are here (there's some other stuff in there about the timeline, too)