Jump to content

Hwdb notes

From LinuxMCE
Revision as of 22:44, 20 June 2008 by Tschak909 (talk | contribs) (initial content, some basic schema)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)

hwdb refers to the web application I am developing for LinuxMCE to provide a web accessible place to put hardware compatibility lists for things that work in LinuxMCE.

schema: the additional rails bits for timestamps etc are not shown.

manufacturer


id
manufacturer name
url
(taggable)
created_at date
modified_at date 

hardware


manufacturer_id integer
model string
description text
mfgurl string
wikiurl string
workrating integer (1-5, 1 DOESN'T, 5 WORKS WELL)
created_at date
modified_at date
acts_as_taggable

-Thom