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

Chore: Remove localdb #1

Closed
3 tasks
mingard opened this issue Feb 4, 2017 · 0 comments
Closed
3 tasks

Chore: Remove localdb #1

mingard opened this issue Feb 4, 2017 · 0 comments
Assignees
Projects

Comments

@mingard
Copy link
Contributor

mingard commented Feb 4, 2017

This build currently contains a local database. We must remove any of the following that relate to localdb (reasondb)

  • Modules
  • Packages
  • Documentation

Notes from previous build:

  1. API’s Currently added through the interface and stored in localdb. Could be part of config? For now, that seems like a good idea. Why would anyone else apart from engineers add and remove APIs anyway?
  2. Users Currently stored locally, but could come directly from API collection, for now, until we decide how API users can look
  3. Collections Previously we needed to cache these to deliver on each page load, but I see no reason why we don’t just have the frontend request these on load. The collection endpoint is fast to resolve and with this being a webapp there would be a single request per session. We could memcache them on the server. Thats also lightweight.
  4. Workers Interval tasks are no longer part of Publish
  5. ACL Roles are not part of the new Publish, yet. That again is something that we could handle directly in API after we scope
@mingard mingard self-assigned this Feb 4, 2017
@mingard mingard added this to In Development in MVP Feb 7, 2017
@mingard mingard moved this from In Development to Release in MVP Feb 7, 2017
@mingard mingard closed this as completed Feb 7, 2017
eduardoboucas added a commit that referenced this issue Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
MVP
Release
Development

No branches or pull requests

1 participant