Ahead of a planned code sprint at this weekend's DrupalCamp UK, it would be really handy to get a quick outline of the tables UC core uses and how they join together.
Just a scanned jpeg of a quick scribble by someone in the know would be enough a big help to get us hitting the ground running; can be turned into proper docs later :)

Comments

longwave’s picture

Seconded; we want to try to get some more advanced Ubercart Views support done this weekend, and even a basic database design diagram would help us out here!

rszrama’s picture

Do you have any tips for a way for this to be easily accomplished?

longwave’s picture

A basic entity-relationship diagram (see Wikipedia for examples) would be helpful, noting the main tables and columns in use; we could likely work it out from the hook_schema definitions and the various queries Ubercart uses, but it would be good to have an official source for this information.

Island Usurper’s picture

I know there's some coverage already, but all of our hook_schema()s could use 'description' entries for tables and fields.

Andy_Lowe’s picture

Status: Active » Closed (duplicate)