Message from discussion
Data flow for an app
MIME-Version: 1.0
Received: by 10.100.32.13 with SMTP id f13mr260987anf.16.1243774899735; Sun,
31 May 2009 06:01:39 -0700 (PDT)
Date: Sun, 31 May 2009 06:01:39 -0700 (PDT)
X-IP: 84.154.79.221
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.10)
Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe)
Message-ID: <4775f1b1-2d01-4927-ba99-b34b4fcd34d9@g1g2000yqh.googlegroups.com>
Subject: Data flow for an app
From: dottorer <ralf.schroe...@gmail.com>
To: Amee Developer <amee-developer@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Is there a data flow diagram of an existing application I could
review? What I am looking for is:
(a) Upload data for a person doing something (like planning a business
trip)
(b) retrieve CO2 footprint of that data (for that trip only, including
air travel, car rental, etc.)
Is this typically done by adding entries over time and then retrieving
them for a period? Or can transactions be grouped? Any starter hints