Giter Site home page Giter Site logo

training_curriculum's People

Contributors

soyaasakura avatar

training_curriculum's Issues

Issue3【不要なdivタグを削除する】

概要

html.erbのhtmlファイルで、タグが必要ない部分に使用されていたり、マークアップ中に変更を重ねる中で削除し忘れる場合があります。

今回も不要なdivタグがいくつか存在するので、削除、あるいは編集しましよう。

こうすることで、可読性も上がり、次回のデザイン変更時に管理しやすくなります。

Issue2【命名規則を遵守できていないメソッドがあるを修正する】

概要

ruby の命名規則を遵守できていない箇所があるので、修正して欲しい。

命名規則のヒント

クラス

頭文字大文字のキャメルケース。
Sample
TechCamp

メソッド

小文字のスネークケース。動詞から初めて、何の処理をするメソッドなのかがわかるとGood!
get_week
get_date

変数

小文字のスネークケース
name
user_name

Issue4【予定を入力し保存ボタンを押しても、保存されないバグを修正する】

概要

本来であれば下記のように、保存され日付のボックスに表示される。
しかし今回は、DBにも保存されず、表示もされていない。

エラー画面が出ないので、パラメーターやバリデーションの問題だと思うが、問題を見つけ修正して欲しい。

正しい動作

下記のように、保存を押すと該当する予定の中に追加される。

training

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.