Giter Site home page Giter Site logo

jurgita-art's Introduction

README

Portfolio website for Jurgita Dishman.

Built in Rails 6.0.

Setup

  1. If you have rbenv
    • rbenv install 2.6.2
  2. Run bundle install
  3. Run yarn install
  4. Run rails db:create
  5. Run rails db:migrate
  6. Run rails s or foreman -f Procfile.dev

Before pushing your changes

  1. Run rubocop -a to look for offenses and solve them.

jurgita-art's People

Contributors

agnaite avatar audy avatar dependabot[bot] avatar sam0nlin3 avatar

Watchers

 avatar  avatar  avatar  avatar

jurgita-art's Issues

fix active nav

currently home is always the active item in navbar, fix so that .active is on the nav bar item that the user is on.

add sorting

be able to sort paintings based on created_at in category#show view.

data validations

minor fixes to clean data:

save to db all lowercase and trim whitespace.

display in view with capitalize!

fix painting#show view

style individual painting view

after further consideration, decided individual painting view is not necessary.

todo:

  • remove painting#show view.

add filtering

be able to filter out paintings based on sold and new labels.

update painting model

want size column to be split into width + height columns.

display size in view as #{painting.width} x #{painting.height}

validate width + height as numericality: true

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.