Code Monkey home page Code Monkey logo

collabqa's Introduction

Code Fellows Collaborative Questions Assignment

Create a collaborative question-and-answer site. Allow users to register and sign in. Allow users to view all questions and answers in the site, and edit field they like (eg: no authorization restrictions needed).

Each question only needs one answer, so you can use a single Question resource (that has an answer attribute, rather than associating with answer resource, unless you really want to ;]). Scaffolding is fine.

However, the app should track all the questions that have been edited by a given user. Since one user can edit many different questions, and any given question can be edited by many users, use a has_and_belongs_to_many (aka: habtm) association.

Submission: A link to the GH repo, with the readme edited to show a screenshot.

Peer review (tomorrow): Fork to your own repo, then clone. Make a change (fix a bug, add a test, update the docs, or go nuts and add a new feature) and push it to your repo, then send a Pull Request back to the author. The author can then review your PR, add a comment or request a tweak, and merge it if/when they like it.

Screenshot of application

Image

collabqa's People

Contributors

lrskne avatar

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.