Giter VIP home page Giter VIP logo

pictr-rails's Introduction

A multi-user photo upload site built in rails.

Learning Objectives

As you work through this project, focus on:

  1. Learning the major moving parts of a Rails application and how they fit together both as software and on your computers file system.
  2. Writing the clearest code you can by following the 4 rules of simple design.
  3. Following Github Flow.
  4. Effectively testing your code at the feature and unit levels.
  5. Documenting your code with YARD.

Examples

If you've worked through this project (in whole or in part) and want to have your code listed, send a pull request!

Releases

Each release is made of individual features. For each feature, create a branch and pull request. When you submit the pull request, *make sure you submit the pull request against your fork*. Github will default to submitting the pull request against the Codeunion master repository.

Submit each pull request as a request for feedback. You may merge them into your fork immediately; or wait for feedback.

Each feature should take between 30 minutes to 3 hours to complete.

Release 1.0.0

  • A guest may register as a User - Rails Example
  • A User may upload a Image
  • A User may see a list of their Images
  • A guest may not find a Users Image
  • A guest may view a Users Image if they are given a secret read-only link.

Release 1.1.0

  • A User may create a Gallery
  • A User may add one of their Images to a Gallery
  • A guest may not find a Users Gallery
  • A guest may view a Users Gallery if they are given a secret read-only link.

Release 1.2.0

  • A User may make a Gallery public
  • A guest may browse public Gallerys

Release 1.3.0

  • A guest may suggest a Tag for a public Image
  • A User may approve a Tag for a public Image
  • A guest may browse public Images by Tag

Release 1.4.0

  • A guest may search public Gallerys for Images

Definitions

  1. "public", "find" and "browse" - Imply discovery through the applications user interface.
  2. "secret read-only link" - A url that is revealed to the owner of a Image or Gallery. This may be distributed so that people other than the creator of a Image or Gallery may see them.

pictr-rails's People

Contributors

zspencer avatar jfarmer 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.