-
Notifications
You must be signed in to change notification settings - Fork 123
Service Design Thoughts
temas edited this page May 18, 2011
·
2 revisions
These services represent long term collected data and a slice of a persons digital history and should never be completely destroyed (without deep consideration and then a lot of hassle, if at all, this is a massive debate still. Here there be demons.). Rather these services are only shut down. A shut down entails disabling the syncing and the querying. It may be either one or both of these that is shut down at a given time.
Applications must use an auth token to gain access to different sections of data. This token is bound to a set of service types representing what it may interact with. The specifics of how this token is generated, handled, etc. are still to be determined.