Difference between revisions of "Opentaps 2 Notes"

From Opentaps Wiki
Jump to navigationJump to search
m (Protected "Opentaps 2 Notes": Sysop page [edit=sysop:move=sysop])
(What It Does)
Line 9: Line 9:
 
On the server side, there will be a set of API for creating and retrieving notes which can be associated with different things: orders, customers, tasks, products, etc.  On the client side, there will be UI tools for working with the server-side notes API to create or retrieve notes.  You can write your own UI around these API, using our examples for both web and mobile platforms.
 
On the server side, there will be a set of API for creating and retrieving notes which can be associated with different things: orders, customers, tasks, products, etc.  On the client side, there will be UI tools for working with the server-side notes API to create or retrieve notes.  You can write your own UI around these API, using our examples for both web and mobile platforms.
  
The cool thing is that you can configure up to 10 things to associate with your notes, whatever they maybe.  You can thus associate notes with your customers or tasks and make a CRM system, or associate them with your products or orders and have a product review system.  You can also organize the UI to make your own version of Twitter.
+
The cool thing is that you can configure up to 10 things to associate with your notes, whatever they maybe.  You can thus associate notes with your customers or tasks and make a CRM system, or associate them with your products or orders and have a product review system.  You can even organize the UI to make your own version of Twitter.
  
 
==How It Works==
 
==How It Works==

Revision as of 23:34, 5 January 2012

opentaps 2 Notes

What It Does

This is a very simple yet useful application to demonstrate the concepts and technologies behind opentaps 2.

On the server side, there will be a set of API for creating and retrieving notes which can be associated with different things: orders, customers, tasks, products, etc. On the client side, there will be UI tools for working with the server-side notes API to create or retrieve notes. You can write your own UI around these API, using our examples for both web and mobile platforms.

The cool thing is that you can configure up to 10 things to associate with your notes, whatever they maybe. You can thus associate notes with your customers or tasks and make a CRM system, or associate them with your products or orders and have a product review system. You can even organize the UI to make your own version of Twitter.

How It Works

The Data Model

The API