defc0nONE / bookmark-manager

W4 of MA - building a web app that stores web bookmarks in a database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bookmark-manager

User Stories

As a user
So that I can access different websites
I want to see a list of links

As a time-pressed user
So that I can save a website
I would like to add the site's address and title to bookmark manager

Domain Model

Objects Messages
user
links list_links
User <--- list_links ---> array of Links
Objects Messages
User
BookmarkManager add_site_address
add_site_title
BookmarkManager ---> add_site_address
                ---> add_site_title

About

W4 of MA - building a web app that stores web bookmarks in a database


Languages

Language:Ruby 97.7%Language:HTML 2.3%