/iad

Primary LanguagePHP

It's a Dog! Documentation

It's a Dog is a website where user's can create one or more doggy gift registries, and enter a sweepstakes to win prizes.

Developer Quick Start

How this Site is Glued Together

  • Users can register via Facebook or simple username and password
  • Dogs are a custom post type, with input forms rendered via the Advanced Custom Fields (ACF) plug-in.
  • Available registry products are also a custom post type that pull data using the AmazonProductAPI custom post type (why is that a custom post type --james)(it's not. It's just in the folder b/c Scott didn't want to have to figure out how to reference it elsewhere with require --graham)

TODO: How do I add a form? For example, if I were going to add the form to the /manage-registry page?