Coder Social home page Coder Social logo

training_curriculum's People

Contributors

chie0349ja avatar

Watchers

 avatar

training_curriculum's Issues

Issue6

概要

下記の画像のように、曜日の情報も追加してほしい。

スクリーンショット 2020-04-15 11 14 54

Issue2

概要

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

命名規則のヒント

クラス

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

メソッド

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

変数

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

Issue4

概要

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

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

正しい動作

training

Issue3

概要

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

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

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

Issue1

概要

古い記述であるハッシュロケットを使用してしまっている。
これを、「シンボル型」に書き換えたい。

ハッシュロケットとシンボル型

ハッシュロケット

{:sample => 'value'}  

シンボル型

{sample: 'value'}

Issue5

概要

下記の画像の赤枠に、本来であれば2/1のように月/日が表示されるが、表示されていない。

スクリーンショット 2020-04-15 10 53 26

下記のように表示されるようにしてほしい。

スクリーンショット 2020-04-15 11 11 21

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.