Created
November 27, 2012 18:46
-
-
Save jvkumar/4156170 to your computer and use it in GitHub Desktop.
email template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
template { | |
id: hash of (name,country,text,language,unixtimestamp) | |
name: | |
text: | |
html: | |
subject: | |
description: | |
country: | |
language: | |
is_active: | |
created_at: | |
modified_at: | |
} | |
Use validate_doc_update function (http://wiki.apache.org/couchdb/Document_Update_Validation) to check the uniqueness of (name,country,language,is_active) | |
Create, Edit and Delete Template | |
Template listing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A view for this would be something like this: