gcollazo / ember-cli-addon-search

This project is no longer maintained please visit Ember Observer

Home Page:https://emberobserver.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

consider other mechanisms of categorization

stefanpenner opened this issue · comments

these are just ideas for discussion

  • project of the week (featured project)
  • projects by problem they solve (we can define additional meta data such as "component" "mixin")
  • ... ?

@jpadilla @stefanpenner

At the moment we are saving all the information the user enters in package.json under the emberAddon key. We could use this for anything specific to the emberaddons.com site including categorization.

// package.json
"emberAddon": {
  "categories": ["mixin", "adapter", "serializer", "component", "helper"]
}

Having this data for most of the packages we could make a "Browse" page similar to what pypi has.

If we agree that this is the best mechanism for categorization I will go ahead and open PRs on as many published modules as I can to add this metadata and get the ball rolling.

emberobserver.com solves this