Giter Club home page Giter Club logo

merry-diet's People

Contributors

k-tada avatar tmgoto avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

merry-diet's Issues

定期バッチ方法検討

  • Heroku Scheduler
    • 無料アプリではDynoは1つまで → Webサービス起動中は実行できない
  • Whenever
    • Wheneverで作るcrontabも1Dyno必要っぽい → むり
  • タスクをAPI化してしまって、もう1個Herokuアプリ立ち上げてそっちから叩いてみる

Twilioで電話をかけるタスクを追加

  • usersマスタから、BacklogのSpaceIDを抜き出す
  • BacklogAPIにて、当日が期日のタスク一覧を取得
  • 取得したタスクのdescriptionのwhenを参照して、タスク通知時刻のもののみを抽出
  • 抽出したタスクのユーザに電話番号が登録されていたらTwilioで通知
  • Wheneverで、15分起きぐらいに起動するよう設定

User管理APIの作成

  • ユーザ登録(POST /api/v1/users)
  • ユーザ一覧取得(GET /api/v1/users)
  • ユーザ詳細取得(GET /api/v1/users/:id)
  • ユーザ編集(PUT /api/v1/users/:id)
  • ユーザ削除(DELETE /api/v1/users/:id)

電話番号の登録

  • ユーザマスタに電話番号を追加
  • タスク登録時に、電話番号が未登録の場合は登録するように促す

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.