Coder Social home page Coder Social logo

books's Introduction

Books Requirements

Login form

  • Register users
  • Login users
  • Log out users
  • Each user has:
    • Username, Password

Home Page

Newsfeed

  • Updates about friends activity
    • Reading new books
    • Updating book status on a book progress
    • Reviews made
  • Updates must have like and comment

Currently reading

  • List currently reading books
    • Top 5 books, ordered by newest progress updates

My books page

  • List all my books
  • List read books
  • List currently-reading books
  • List to-read books
  • List recomended books
  • List shelves

Book page

  • Show info about a book
    • image, title, author, description, genre, rating
  • A book can be in states:
    • not-read, want-to-ready, currently-reading, read
  • In states want-to-read, currently-reading_ and read can be added to a shelf
  • Book in state not-read the user
    • Change state to any state
  • Book in state want-to-read the user
    • Change state to currently-reading or read
  • Book in state currently-reading the user
    • Update progress
      • Saves the date of the update
    • Add my review
      • A review consists of rating, text
    • Can update status to read
  • Book in state read the user
    • Add my review
      • A review consists of rating, text
    • Can update status to read
  • Share book to Facebook, Twitter, etc...

User page

  • Show books in different states

Add book to the database

  • Each book must have:
    • Title, author, isbn, pages, genre, image

Friends

  • Add friends
  • Search for friends
    • By username

##Pages

  • #/books/add -> Add book
  • #/books -> list all books
  • #/books?author=XXXX -> list all books of this author
  • #/books?genre=XXXX -> list all books of this genre
  • #/books?author=XXXX&genre=YYYYY -> list all books of this author and genre
  • #/books/:id -> Show book info

books's People

Contributors

gericookie avatar juvemar avatar moiraines avatar galex7 avatar ihavalyova avatar

Watchers

James Cloos avatar  avatar  avatar  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.