Giter VIP home page Giter VIP logo

project_x's People

Contributors

bambina avatar tatsuosakurai avatar

Watchers

 avatar  avatar  avatar

project_x's Issues

User can see "create errand button" and "create task button" when they registered the app.

HOME に

  • new_errand_pathを置く
  • お使いリストの一覧を表示する(各リストにshowリンクをつける)
  • お使いリストの名前を編集できる
  • お使いリストの削除ができる
  • お使いリストを選択すると、タスクが表示される
  • タスクの追加、編集、削除ができる

新しいアイテムのリンク

  • new_errand_task_pathを置く
  • クリックすると、taskフォームのmodalが表示される
  • submitをクリックすると、タスクが作成されて、お使いリストが自動生成されてほしい。

home

Delete unneeded .keep files.

gitはファイルのバージョン管理しかしないので、空じゃないディレクトリの.keepは削除して大丈夫です◎

Create user model (having name, email and password)

  • マイグレーション作成(name:string email:string password_digest:string)
  • ユーザーモデルのemailにインデックス作成
  • カラムにnullバリデーションを追加
  • gemファイルの要らないコメント削除
  • turbolinks gem削除
  • bcrypt gem追加

User can register the app with name, email and password

  • user の crud処理
  • StaticPage コントローラー(TOPページ)
  • ログイン&ログアウト
  • ユーザーのHOME
  • Userモデルに admin カラム追加
  • admin=falseユーザーが、/usersにアクセスするとroot_urlにリダイレクトする

desktop top 0 5x

Add rails test framework.

  • gemの追加
  • Rspec設定
  • FactoryGirl definition追加
  • modelのテスト追加
    • User
    • Errand
    • Task
  • modelの関連テスト追加
    • Errand

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.