Git Product home page Git Product logo

Comments (13)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
What core data model are you referring to?  Anything besides how the 
configuration
files are stored?

Original comment by [email protected] on 10 Jun 2009 at 3:25

from omnidroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
Per our discussion this week, we agreed on replacing AppConfig and UserConfig 
by a
new date model using sqlite databass. This thing will be used by BRService,
BCReceiver, DummyActivity ,UI and RegisteredApp. So we're trying to provide 
with an
API such that other groups can start working on it. The API should be similar 
to what
we have now in AGParser and UGParser. But definitely, lots of methods will be 
changed
or added. 

Original comment by [email protected] on 10 Jun 2009 at 3:50

  • Changed title: Re-design core data model

from omnidroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
Some wrapper objects have already been constructed for OmniHandler and 
RegisteredApp
data types.  I'd suggest using them to encapsulate the storage/retreival from 
these
items from SQL library inside these objects.  This way none of the other classes
mentioned need to know how the data is stored.  This makes it flexible incase 
the
data storage structure ever changes, you only have to update these two classes 
and
not all the other classes.

Original comment by [email protected] on 10 Jun 2009 at 4:12

from omnidroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
Yeah, that is very good point.

Original comment by [email protected] on 10 Jun 2009 at 4:30

from omnidroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
Here is a preliminary design for ApplicationConfiguration class. I would 
appreciate
the comments. One of the holes is data type for action/event parameters. The 
main
concerns are what types are we handling (a.k.a. text, number, phone number, 
list of
values, etc.) and how user interface group is planning to use them. Appreciate 
the
feedback. Also we will need a reference on how to execute the actions and 
receive events.

Original comment by [email protected] on 14 Jun 2009 at 2:45

Attachments:

from omnidroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
Hi

I've come up with a new version of design, let's start discussing on this.
This is more flexible than the earlier version I have.

I'm sure we still need to add in some Intent specific information.

Regards,
Evan

Original comment by [email protected] on 15 Jun 2009 at 1:04

Attachments:

from omnidroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
Hi I re-factor some part of the diagram to fix some bugs and change the naming
convention to be more fitted in our existing code. Please check out this 
version.

Original comment by [email protected] on 15 Jun 2009 at 3:53

Attachments:

from omnidroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
I created a wiki page for later updates of the diagram. Working on coding db 
adapters
now.
http://code.google.com/p/omnidroid/wiki/DatabaseDesign0

Original comment by [email protected] on 16 Jun 2009 at 1:57

from omnidroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
Hey guys, I put up some db codes for review, cause I want you guys to find out 
problems that I may be terribly doing wrong. 

These are basically those "Red" tables in the diagram. I'll be keep working on 
the 
other adapters.

http://codereview.appspot.com/78058

Original comment by [email protected] on 19 Jun 2009 at 4:01

from omnidroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
Hi Guys:

Per our discussion yesterday, I renamed some of the table names here:
http://code.google.com/p/omnidroid/wiki/DatabaseDesign0

Evan

Original comment by [email protected] on 24 Jun 2009 at 5:16

from omnidroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
Hi Guys:

Per our discussion yesterday, I added additional columns, and 
ExternalAttributes table 
to the diagram.
http://code.google.com/p/omnidroid/wiki/DatabaseDesign0

Evan

Original comment by [email protected] on 26 Jun 2009 at 1:59

from omnidroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
Hi

Just fixed some bugs I found in the DB diagram.
http://code.google.com/p/omnidroid/wiki/DatabaseDesign0

Regards
Evan

Original comment by [email protected] on 29 Jun 2009 at 7:07

from omnidroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
Consider this issue as fixed, since we've already done with most of the design 
part
of the new database. More enhancement and extension to the database should be
separated issues.

Original comment by [email protected] on 2 Aug 2009 at 6:05

  • Changed state: Fixed

from omnidroid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.