Git Product home page Git Product logo

bookmark_manager's Introduction

Bookmark Manager App

Key Requirements:

Model

  • X Bookmark
  • X Topic
  • X User

Features

  • X As a user, I want to sign up for a free account by providing a user name, password and email
  • X As a user, I want to sign in and out of Blocmarks
  • X As a user, I want to see an index of all topics and their bookmarks
  • X Allow users to create and destroy topics from the topics index view.
  • X Clicking on a topic should take the user to that topic's show view and display only those bookmarks which belong to it
  • X As a user, I want to create, read, update, and delete bookmarks
  • X As a user, I want to be the only one allowed to delete and update my bookmarks
  • X As a user, I want to "like and unlike" bookmarks created by other users
  • X As a user, I want to see a list of bookmarks on my personal profile that I've added or liked
  • X As a user, I want to email a URL to Blocmarks and have it saved in the Blocmarks database

UI

  • Bootstrap -> formatting

Refactor To-do's

  • Fix sign-in view to only require email and password
  • Fix signup confirm alert
  • Paginate topics#index
  • add automated tests for bookmark crud features
  • restyle like/unlike buttons
  • fix dropdown menu
  • add topic dividers to users#show view
  • change redierect for edit/delete depending on context
  • use ajax for like/unlike to prevent reloading of entire page_load
  • write tests to cover all features

Init Procedure

$ createuser --createdb --login -P bookmark```

* Database initialization
modify config/database.yml to include username and password under host
run:
bin/rails db:create
bin/rails db:migrate

bookmark_manager's People

Contributors

compostbrain 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.