GithubHelp home page GithubHelp logo

julesow / module-2-code-challenge-practice-bee Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 16sheep/module-2-code-challenge-practice-bee

0.0 2.0 0.0 34 KB

Ruby 75.96% JavaScript 2.95% CoffeeScript 1.05% CSS 2.65% HTML 17.38%

module-2-code-challenge-practice-bee's Introduction

README

You are building an app to manage all the bees in the garden. Each bee can live in only one hive but work on different flowers. Flowers host many bees through flights. Hive migration and controller are already set up for you, Flower has only migration set up

  1. Create relevant migrations

  2. Set up relationships

  3. Seed the database

  4. Create routes, controllers and views according to the deliverables.

Deliverables

  • Create a join table between flowers and bees called flight

  • bees shows a list of names of all the bees, when clicking on an individual bee, the user is taken on a page to edit the bees details.

  • On bee edit page, the user can input a bee's name, toggle if the bee is a queen or not and pick a hive for the bee. //Bees' names should be unique and present.

  • flowers shows a list of flower names, it has a link to a page which would allow the user to generate a new flower. When an individual flower is clicked it would take you to that flowers page.

  • The page where a new flower is added should have a form which posts a new flower including the flower name, pollen content and allow to select all the bees who are on the flight to or from that flower. //Flower name must be present, pollen capacity must be a numeric value.

  • Individual flower page should include the flower name, pollen capacity and list all the bees which have flights to that flower.

module-2-code-challenge-practice-bee's People

Watchers

James Cloos avatar  avatar

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.