New Grocery List


Seperate multiple items with commas

Cadago Faq

who?


Adam, Bobbie, Dan

what?


Cadago, a site to help create/maintain grocery lists, as an individual or group.
The name will most likely change.

when?


October 2008 and beyond.

why?


To help us, and we feel like sharing.

where?


http://armware.net/
Geographically speaking, Omaha Nebraska.

how?


At first, brainstorming and doodling on paper with colored pencils Can you guess the only color we had?
(default) 13 queries took 15 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `aros`771
2DESCRIBE `acos`771
3DESCRIBE `aros_acos`771
4DESCRIBE `users`992
5DESCRIBE `groups`441
6DESCRIBE `grocery_lists`441
7DESCRIBE `recipes`12121
8DESCRIBE `tags`441
9DESCRIBE `recipes_tags`221
10DESCRIBE `votes`222
11SELECT `User`.`id`, `User`.`username`, `User`.`phone_number`, `User`.`phone_carrier`, `User`.`password`, `User`.`group_id`, `User`.`active`, `User`.`created`, `User`.`modified`, `Group`.`id`, `Group`.`name`, `Group`.`created`, `Group`.`modified` FROM `users` AS `User` LEFT JOIN `groups` AS `Group` ON (`User`.`group_id` = `Group`.`id`) WHERE `User`.`id` IS NULL LIMIT 1001
12SELECT `Tag`.`id`, `Tag`.`tag`, `Tag`.`created`, `Tag`.`modified` FROM `tags` AS `Tag` WHERE 1 = 1 13131
13SELECT `Recipe`.`id`, `Recipe`.`user_id`, `Recipe`.`name`, `Recipe`.`servings`, `Recipe`.`description`, `Recipe`.`directions`, `Recipe`.`ingredients`, `Recipe`.`tags`, `Recipe`.`created`, `Recipe`.`updated`, `Recipe`.`votes`, `Recipe`.`rating`, `RecipesTag`.`recipe_id`, `RecipesTag`.`tag_id` FROM `recipes` AS `Recipe` JOIN `recipes_tags` AS `RecipesTag` ON (`RecipesTag`.`tag_id` IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13) AND `RecipesTag`.`recipe_id` = `Recipe`.`id`) WHERE 1 = 1 551