Code Monkey home page Code Monkey logo

c3projects--tasklistrails's Introduction

Task List Rails

We are going to build the task list using our new rails knowledge. This project will enable us to keep track of and persist, add, edit and remove tasks.

Baseline

Once you've achieved this baseline, take a walk around the room and see if you can answer questions or help other teams.

This project...

  • will need to be isolated into a gemset called 'TaskListRails'
    • create the necessary files for RVM to recognize a gemset
  • requires you to create a Rails 4.2.2 application
    • create and run a model and migration for a Task model
    • conform to Rails conventions on naming and inflection

Wave 1

This wave is where we will introduce the view layer where we begin interacting with our application via the browser.

  • Use the provided seed data to create a script that will pre-populate your database with a given set of tasks.
    • Hint: research rake db:seed
  • Set up necessary controller(s) and route(s) that you will need in order to display a task from the database
  • Create a root route for your application that directs users to the list of tasks
    • The list of tasks should include the name of the task and an indicator of it is complete or not.
    • Each task name in the list should link to a show action that will render a new view for the user.
      • The show view should include the complete information about the task: name, description, completion status, and completion date.
  • All markup in all views should have semantic relevance.
  • Add some basic styles to your task list.

c3projects--tasklistrails's People

Contributors

jnf avatar kariabancroft avatar

Watchers

 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.