Code Monkey home page Code Monkey logo

ideabox2.0's Introduction

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

Please feel free to use a different markup language if you do not plan to run rake doc:app.

ideabox2.0's People

Contributors

kylehenson avatar

Watchers

James Cloos avatar  avatar

ideabox2.0's Issues

Deleting an existing idea:

When viewing the idea list:

Each idea in the list should have a link or button to "Delete" (or "X", etc)
Upon clicking "Delete", the appropriate idea should be removed from the list
The page should not reload
The idea should be removed from the database (it should not re-appear on next page load)

Editing an existing idea:

Each idea on the idea list should include a link or button to "Edit"
Clicking this link should take the user to a separate "Edit" page for the given idea, and the user should see form fields to modify the idea's title and body.
The user should have the option to "Save" their edits, and clicking this should take them back to the idea list, where the edits will be reflected.

Changing the quality of an idea

As we said above, ideas should start out as "swill." In order to change the recorded quality of an idea, the user will interact with it from the idea list.

Each idea in the list should include a "thumbs up" and "thumbs down" button
Clicking thumbs up on the idea should increase its quality 1 notch ("swill" -> "plausible", "plausible" -> "genius")
Clicking thumbs down on the idea should decrease its quality 1 notch ("genius" -> "plausible", "plausible" -> "swill")
thumb-upping a "genius" idea or thumb-downing a "swill" idea should have no effect

Idea Filtering (searching)

We'd like our users to be able to easily find specific ideas they already created, so let's provide them with a filtering interface on the idea list.

At the top of the idea list, include a text field labeled "Search"
As a user types in the search box, the list of ideas should filter in real time to only display ideas whose title or body include the user's text (the page should not reload)
Clearing the search box should restore all the ideas to the list

Adding a new idea:

When a user clicks "Save":

A new idea with the provided title and body should appear in the idea list
The idea's "quality" should default to the lowest setting ("swill" -- ideas got to work their way up from the bottom...)
The text fields should be cleared (ready to accept a new idea)
The page should not reload
The idea should be committed to the database (it should still be present upon reloading the page)

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.