User talk:Harikrishna/Architecture/design decisions

From KDE TechBase
Revision as of 16:24, 27 August 2008 by Harikrishna (talk | contribs) (New page: === Hide Nepomuk association from its APIs === The Context framework would provide the access to what the current context is (by name), a list of all currently known contexts (again, by n...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hide Nepomuk association from its APIs

The Context framework would provide the access to what the current context is (by name), a list of all currently known contexts (again, by names), etc, thus hiding any Nepomuk details from its APIs.

We plan to take this approach because there are some parts of the context which probably are not suitable to Nepomuk. an example of this is the current location of the system/user; we'd probably use geoclue for this, and will change orthogonally to the user's current activity (or project). e.g. just because i am on a train from France to Germany, it doesn't mean what i'm working on magically changes when i cross the border ;)

things can certainly be "geotagged" using Nepomuk, of course, but i want to give easy access to what the current location is separate from that since that is hardly the only use for it (the clock, for instance, may want to change timezones automatically) and things should not need to speak directly to geoclue for that information IMHO.