Giter Club home page Giter Club logo

annotation's Introduction

yipg's github stats

annotation's People

Contributors

yuya110 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

annotation's Issues

無限ローディングの実装

image

タスクが増えた場合に無限ローディング、またはページネーションの実装が必要。
サーバー側のリファクタもこの機会に。

DB書き込みのトランザクション処理

複数人数でDBに書き込む場合、現状は

  1. 書き込みが冪等ではない
  2. 削除が冪等である
    である。(つまり同じデータを追加したときは同じデータが際限なくDBに増えていき、データを消すときはすべての同データが消える)

POSTではなくPUTを使うべきか。

MongoDBの設計

現状の設計は下図。
image

{
  images: [{ pathname: "hogehoge", regions: { x: 20, y: 20 } }],
  data: [{}],
  task: "huge",
  divide: "hogaga"
};

Userなどのスキーマを追加することを考えると、imagesはトップ階層に置いておいたほうが良さげ?

エラーハンドリング

画像の次へ前へボタンでの挙動が不安。(レイヤーが先にレンダリングされてたりする)

Dockerセットアップ

現状、dockerで開発環境を整えるのが辛いのでいったんローカルに戻す。
設計からnginxでのサーバーとかまで一括でやりたい。

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.