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

Add more document metadata #93

Open
kalitine opened this issue Jun 29, 2017 · 1 comment
Open

Add more document metadata #93

kalitine opened this issue Jun 29, 2017 · 1 comment
Assignees
Labels

Comments

@kalitine
Copy link
Collaborator

kalitine commented Jun 29, 2017

Current Behavior
Any document is composed of

  • a title
  • a content
  • a key (document unique identifier for sharing)

Only the content is managed by the universal JavaScript API mute-core. Indeed for example when the document is shared between 2 peers, its content is synchronized by mute-core, the key is shared manually (as a part of the URL), but its title is not synchronized (see issue #55 )

Also in MUTE only (not bot-storage) we are able to see the document location (Either Browser Database: local/trash folders, or Bot Storage).

Expected behavior
Having more document metadata which are synchronized by mute-core, add some others that proper to MUTE. Among them:

  • Managed by mute-core
    • title
    • key (useful for bot-storage)
    • Creation date/time
    • Owner (for example the pseudonym of the peer who created the document)
  • Proper to MUTE
    • Opened data/time
    • Modified data/time
    • Location
    • Size
@kalitine
Copy link
Collaborator Author

Following are added:

  • title
  • creation date
  • cryptographic key

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

No branches or pull requests

2 participants