GithubHelp home page GithubHelp logo

bookmarks_app's Introduction

Bookmarking Apllication

by useomage, formerly maclunar.

Intro

This is a simple bookmarking application created in Ruby on Rails.

It was created with much help from Rails scaffolding. New features are added daily.

Features

Domains

When adding a bookmark, a domain is automatically extracted from the URL. Domains can be viewed on their own page, each has it's own ID and each can have many bookmarks linked to it.

Short URLs

When adding a bookmark, a short URL is automatically created using Google's URL shortener. Shortened URL is then stored on each bookmark's page.

Tags

Each bookmark can have tags assigned to it. Tags don't provide much functionality so far.

Users

User accounts can be created. Bookmarks are now linked to users. User can see all the bookmarks, however, he can edit and delete only his own.

Simple navigation

Navigation is streamlined and minimalistic. Show, Edit and Destroy links generated by scaffolding have been replaced by links and buttons throughout the application's views. Each name (bookmark's and domain's) is clickable and it brings the user to the details page.

Front-end modifications

  • Modals have been implemented to display form for adding new bookmark.
  • Simple_forms are used throughout the application to display simple but pretty-looking forms.
  • Bootstrap has been applied more strongly. It is used for pretty much everything, from fonts and buttons to modals and simple_forms integration.

Planned features

  • Expanding the tagging functionality.
  • Improving domain behavior - domain should destroy itself when there are no more bookmarks assigned to it.
  • Implementing full text search.
  • Creating static pages for Home, Contact and About.
  • Continued work on front-end, e.g. allowing users to delete their bookmarks from the index view.

bookmarks_app's People

Contributors

useomage avatar maclunar avatar

Watchers

James Cloos avatar  avatar

bookmarks_app's Issues

Domain behavior

Domains should destroy themselves automatically when there's no bookmarks assigned to them.

Tagging

Current behaviour

Tags can be added when a new bookmark is added. They don't show up anywhere and you can't click on them.

Desired behaviour

Tags should be clickable and searchable.
It wouldn't hurt if there was some sort of tag cloud as well.

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.