Coder Social home page Coder Social logo

pinspiration's Introduction

Pinspiration

For this week's lab you and a partner will be creating Pinspiration, an idea-sharing platform that functions just like this little website!

Technical Summary

Pinspiration requires registration to use. Users can upload, save, sort, and manage images—known as pins—and other media content (e.g., videos and images) through collections known as "pinboards". Pinspiration acts as a personalized media platform. Users can browse the content of others on the main page.

Suggested Workflow

Not sure where to start? Try tackling your application in the following order...

  1. Draw an ERD
  2. Create migrations to define your database
  3. Define your models
  4. Define some basic routes
  5. Add controllers / actions & views
  6. Deploy!

Pairing Up

For this lab, you must work in pairs, practicing pair-programming. That means only one person should be typing code at a time. The other computer should only be used for looking up documentation.

Read this short article about strategies and rational for pair programming.

You can (and should) use git so that you can swap computers if you decide you'd like to.

Goals

You and your partner should assess how you're feeling with Rails, and based on that, decide which level you'd like to try and implement.

Spec

As always, we build our application iteratively. You and your partner should implement all the features of a level before implementing features of the next. Spend some time planning your approach to a feature before launching into it. Take advantage of the whiteboards -- they're everywhere.

Bronze

Implement two models, with a RESTful interface to manage them...

  1. Pin
  2. User

Users should be able to signup, login, and logout.

Pins have:

  • a title
  • an image url

Silver

Implement two additional models...

  1. Board
  2. Tag

Pinspiration should have the following associations...

  • Users have many boards, a board belongs to one user
  • Boards have many pins, a pin belongs to one board
  • Pins have many tags, a tag can be applied to many pins

Gold

Suggested features:

  • Instead of storing an image url as a string, allow users to upload to AWS using paperclip or carrierwave.
  • Users can search, sort, or filter of pins / boards / tags

pinspiration's People

Contributors

ajohnson052 avatar adambray avatar jsm13 avatar robertakarobin avatar

Watchers

 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.