GithubHelp home page GithubHelp logo

dmoulton / comic_collector Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mmmries/comic_collector

1.0 2.0 0.0 882 KB

A test application for the UV.rb Battle Royale

Ruby 88.98% CoffeeScript 8.25% JavaScript 2.76%

comic_collector's Introduction

The Application

This application is a shared starting point for the URUG Battle Royale. It represents a simplistic Comicbook Collection.

Design Specification

The user experience for this application is kept intentionally simple so that implementing the various versions won't consume too much time and also so that the implementations can be presented and understood in a short time period.

The design consists of two pages. The list of comic books is a grid of cover art with names as captions to the cover art. The comic book detail page shows some summary data at the top and then has a tabular data about each of the issues of the comic.

Book List

Don't worry about pagination or anything too fancy on this stage. Just order the comic books alphabetically by title and show the cover art above the name of the comic book.

Book Detail

The top of this page contains some aggregate data like the total price of all issues and the total number of issues. This data should be kept in sync as new issues are added.

Below the summary data there is a table of issues for this comic book. The table should show a small image of the cover of that issue, the issue number, the title of the issue and the price of that issue. This table should be maintained in order of the issue number.

Please do not do anything crazy like install RMagick to make the thumbnail. Just stick a width/height attribute on the image tag.

At the bottom of the table there should be an in-line form so that a new issue can be added directly on this page. After adding an issue the summary data and tabular data should be updated.

Getting Started

$ git clone ...
$ bundle install
$ rake db:setup db:fixtures:load
$ rails s

comic_collector's People

Contributors

dmoulton avatar mmmries avatar

Stargazers

David Landry avatar

Watchers

 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.