GithubHelp home page GithubHelp logo

idea-box2.0's People

Contributors

dastinnette avatar

Watchers

 avatar  avatar

idea-box2.0's Issues

Edit existing idea

On app's main page:

  • Each idea has link to edit
  • Clicking 'edit' DOES NOT take user to separate page
  • After clicking 'edit' user sees form fields to modify idea's title and body ONLY
  • Clicking 'save' to edits creates a PUT request using AJAX
  • Edit persists upon page reload

Change idea quality

Idea quality default: swill

  • Each idea includes 'thumps up' & 'thumbs down' button
  • Clicking 'thumbs up' increases quality one notch
  • Clicking 'thumbs down' decreases quality one notch
  • Incrementing 'genius' or decrementing 'swill' has no effect

Viewing ideas

In application root:

  • User can see all existing ideas (title, body, quality)
  • Idea bodies > 100 characters truncated to nearest word
  • Ideas appear with newest idea at top

Delete idea

When viewing idea list:

  • Each idea accompanied by 'Delete' button
  • Upon click 'delete' idea removed from list
  • Page DOES NOT reload upon idea delete
  • Idea removed from database & delete persists on page reload

Idea model

-Title (string)

  • Body (string)
  • Quality (Genius, plausible, swill)
    • Default: swill

New idea

In app's main page:

  • User sees 2 boxes (title and body) with a save button underneath

Upon save:

  • New idea with title & body appear in idea list
  • Text fields clear, ready for new idea
  • Page DOES NOT reload
  • Idea commits to database & persists upon page reload

Idea filtering/searching

On app main page:

  • User sees 'search' text field
  • As search query entered, list of ideas filter in real time to display only ideas whose title or body include user's query text. Page SHOULD NOT reload
  • Clearing search box restores all ideas to list

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.