Labs/OpenWebHomePage/ToolsDirectory: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with '== Open Web Tools Directory == ==== Problem ==== It is too hard for developers to currently parse through the mass of tools and utilities that could make their life easier when...')
 
Line 40: Line 40:
If we make heavy use of tags, we should make sure to autocomplete everywhere so we don't run into the usual issues such as "design" vs. "webdesign" or the plural issue.
If we make heavy use of tags, we should make sure to autocomplete everywhere so we don't run into the usual issues such as "design" vs. "webdesign" or the plural issue.


* Data / Integration points
===== Data model / schema =====
** Website URL
* Name
** Blog URL
* Short Name (optional)
** Download URL
* Owner (optional)
** License
* Description
** Price
* Short Description (optional, one sentence)
*** range based not exact (cheap, moderate, crazy spendy)
 
** Version
* Tags (optional; multiple values)
** Mailing list
 
** Twitter
* Homepage URL
** FriendFeed
* RSS feed (optional)
** Facebook
* Download URL (optional)
** GetSatisfaction
* License (optional)
** Owner (company, person)
* Price (optional; free, <$100, $100s, >=$1000s)
** Features
 
** Short description
* Current Version (optional)
** Long description
* Current Version Release Date (optional)
** Rating
 
** Screenshots
* Thumbnail URL (optional)
* Screenshot URLs (optional; 1 or more values)
 
* Mailing list URL (optional)
* Twitter (optional)
* FriendFeed (optional)
* Facebook (optional)
* GetSatisfaction URL (optional)


==== Questions ====
==== Questions ====

Revision as of 20:03, 18 June 2009

Open Web Tools Directory

Problem

It is too hard for developers to currently parse through the mass of tools and utilities that could make their life easier when developing leading applications on the Open Web.

Aim

To provide a comprehensive directory of developer tools and other utilities that facilitate each step of the software development process. Here’s a mock-up of the UI:

Tools directory "wireframe"

The interface is tag-centric. Three different types of tags are used to narrow the set of utilities down:

Detail of tools directory tags

And the users can assign these tags themselves when viewing the details of a selected tool:

Detail of user-assigned tags

The following is a mock-up of how this could be implemented using an adaptation of the existing Open Web Foundation website style:

Mock-up of tools directory

Goals

  • It should be easy to contribute to the directory and share your thoughts, content, and ratings/usage
  • It should be easy to search and find tools that help the given task
  • It should be possible to get a high level view of the universe and see how various tools fit into that view
  • Great tools should stand out and bubble up in the process
  • We should integrate with external services to give you as much of a one-stop-shop experience as possible
    • e.g. tie into the tools blog, twitter stream, facebook page, GetSatisfaction site, issue tracker, mailing list, etc.

Details

While the site should allow the community to add new tools to the directory, we have seeded it with tools that we know of to make it useful on day one.

The data is stored in a dabbledb database located at http://mozdevtoolslab.dabbledb.com/dabble/mozdevtoolslab

If we make heavy use of tags, we should make sure to autocomplete everywhere so we don't run into the usual issues such as "design" vs. "webdesign" or the plural issue.

Data model / schema
  • Name
  • Short Name (optional)
  • Owner (optional)
  • Description
  • Short Description (optional, one sentence)
  • Tags (optional; multiple values)
  • Homepage URL
  • RSS feed (optional)
  • Download URL (optional)
  • License (optional)
  • Price (optional; free, <$100, $100s, >=$1000s)
  • Current Version (optional)
  • Current Version Release Date (optional)
  • Thumbnail URL (optional)
  • Screenshot URLs (optional; 1 or more values)
  • Mailing list URL (optional)
  • Twitter (optional)
  • FriendFeed (optional)
  • Facebook (optional)
  • GetSatisfaction URL (optional)

Questions

  • How do we license the content / data?
    • creative commons of some kind
  • Implementation
    • Clear the look and feel sharing with openweb.org
    • Need to work with the development team on the backend and frontend details
  • Do we keep data on old versions?
  • Do we tie comments to a version?
    • E.g. "This thing is slow [note: this was said about version 1.3]"