Giter Site home page Giter Site logo

fp's Introduction

サービス名:フィナンシャルプランナー予約webアプリ

ER図

a

環境

  • ruby 2.6.6
  • Rails 6.1.1
  • mysql 5.7.32

手順

  1. rails6.1.1をいれる
  2. mysqlがrailsで使えるようにセッティング

注意点

rubyのバージョンを合わせる必要がある。(rbenvを使用しました。) コマンドの詳細はこちらで 詳細

Heroku URL

https://fpmatchapp.herokuapp.com/

fp's People

Contributors

zuck3-r avatar

Watchers

 avatar

fp's Issues

過去の日程をカスタマーが予約できないようにする + リファクタ

  • controller, model 側で弾くようにする
  • 以下メソッドをモデル側に以降、名前を変える
  def customer_reserved?
    @reservation.customer_id.nil?
  end
  • カスタマーの以下の部分を一行にまとめる
def schedule
    @reservations = current_user.reservations
    @reservations = @reservations.after_today
    return unless @reservations.empty?

    flash.now[:info] = '現在、予約している枠は存在しません'
    render 'show'
  end

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.