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

2.1.0 Changes #8

Open
4 tasks
akifo opened this issue Aug 30, 2017 · 0 comments
Open
4 tasks

2.1.0 Changes #8

akifo opened this issue Aug 30, 2017 · 0 comments

Comments

@akifo
Copy link
Owner

akifo commented Aug 30, 2017

General Notes

  • It's a completely different new vue-memo

New Firebase Model

{
  "users": {
    "$uid": {
      "name": "tanaka",
      "memos": {
        "-Kr22TiTi4ktLiDrE9FM": true,
        "-Kr5EWkDqs_d63gutnKv": true
      }
    }
  },
  "memos": {
    "$mid": {
      "memoName": "awesome-orange",
      "title": "aaaa",
      "body": "bbbb",
      "authorID": "$uid",
      "created": 1502741787796,
      "modified": 1502741787796,
      "starCount": 2,
      "stars": {
        "CLIPLIrf1occ83qNAB5jzE6ukAC2": true,
        "sjhzQ5Jke5QsLH1vaDjPrPl5BSs2": true
      }
    }
  }
}

TODO

  • index speed test
    • sort by created
    • sort by starCount
    • multiple fetch (If we display 20 latest memos, we have to fetch from users 20 times)
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