devarchy / website

Source code of devarchy.com
http://devarchy.com
Creative Commons Zero v1.0 Universal
44 stars 8 forks source link

New Version called "Needs" #12

Closed brillout closed 7 years ago

brillout commented 7 years ago

Progress

Minimum implementation; (in order)

Upon that; (no order)

The idea

Organizing libraries into categories is the main added value of devarchy. But it is also a pain to maintain and it makes devarchy unscalable. (The community never created a new category. People often put libraries in the "wrong" category.)

The idea is to replace categories with "Needs".

E.g.

replacing

# UI Components
## Form
### Date Picker
 - awesome-date-picker

with

# Single Date Picker
*Allow user to select a date.
I want the user to be able to pick an arbitrary date.
What are the high-quality react date picker libraries out there?*
 - awesome-date-picker

# Range Date Picker
*Allow user to ...*
 - awesome-date-picker

The main differences between a category and a "need";

Benefits;

A little sktech; img_0871

brillout commented 7 years ago

It's done