Code Monkey home page Code Monkey logo

cosmic-everyday's People

Contributors

cosmomyzrailgorynych avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cosmic-everyday's Issues

Use a file-based, persistent storage

TL;DR: if a user does not open Cosmic Everyday for three months, its data is wiped.

Currently, CE uses PouchDB, that uses IndexedDB as its underlying driver, that utilizes built-in chromium storage. This storage is considered being ephemeral: though it may be used as a storage for a database, it is not meant for long-term use. As a result, if a database is not used for a considerable amount of time, it is wiped out. It seems that for CE, it is a period of three months.

So, either PouchDB's backend storage should be changed to a local, file-based, more native adapter, or another DB should be picked.

Use ODM

Like Mongoose for MongoDB, ODM is a middle layer between a programmer and a database client module that adds tons of sugar and allows to model entities and build typings and business-logic tests.

Benefits:

  • typings!
  • more error-proof;
  • faster code writing for document management;
  • virtual fields and unrolled foreign keys (if the ODM module supports it).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.