Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

random unordered tasks #4

Closed
2 of 10 tasks
hairmare opened this issue Jun 17, 2014 · 3 comments
Closed
2 of 10 tasks

random unordered tasks #4

hairmare opened this issue Jun 17, 2014 · 3 comments

Comments

@hairmare
Copy link
Contributor

We should move these into GRVs.

  • find and implement standardized ways to offer sync capabilities to an offline client
  • implement a standardized way for clients to store schemaless data
    • check if a simple key/value store won't fullfill most needs (ie. /core/app/hello/settings/<key>)
    • define a sensible base line for all remaining edge cases (ie. no proprietary blobs in the key/value store and options)
  • update documentation with client recommendation for all major platforms (browsers, ios, ...)
  • find a way to do i18n right while still allowing an offline client to switch languages
  • implement api versions with some semver magic (parse the X-Version header and act accordingly, allow both sides of the comms to specify a version constraint and define behaivour when said constraint is violated)
  • implement delayed storing of records (202 Accepted for when backends go missing)
  • find a way to store multiple linked documents in an offline client and still allow $ref linking them.
  • implement PATCH verb
hairmare added a commit to gravity-platform/doc that referenced this issue Jun 18, 2014
This is what a plan on doing for the i18n thing in libgraviton/graviton#4
@hairmare
Copy link
Contributor Author

Almost all of the stuf for i18n has been landed on develop. I still need to find a way for the frontend to find out which strings are translatable and also a way mark this up in the json schemas properly.

@hairmare
Copy link
Contributor Author

hairmare commented Jul 1, 2014

http://syncable.org/ might have ideas for our sync requirement... I still need to investigate.

@hairmare hairmare changed the title requirement engineering tasks random unordered tasks Feb 25, 2015
@hairmare
Copy link
Contributor Author

This is so old Imma just close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant