Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 1.93 KB

readme.md

File metadata and controls

71 lines (48 loc) · 1.93 KB

DevBook

Heroku link

Trello link

Minimum Viable Product

DevBook is a web application inspired by Facebook built using Ruby on Rails and React/Redux. By the end of Week 9, this app will, at a minimum, satisfy the following criteria with smooth, bug-free navigation, adequate seed data and sufficient CSS styling:

  • Hosting on Heroku
  • New account creation, login, and guest/demo login
  • Profiles
  • Friending
  • Comments/posting on each others' walls
  • Infinite Scroll
  • Production README

Design Docs

Implementation Timeline

Phase 1: Backend setup and Front End User Authentication (2 days)

Objective: Functioning rails project with front-end Authentication

Phase 2: Profiles Model, API, and components (1 days)

Objective: Profile information (including avatars) can be added to users accounts, edited, and displayed nicely.

Phase 3: Friending (1 day)

Objective: Users can search for and request friends, accept or deny friend requests, and block other users.

Phase 4: Feed (2 days)

objective: Statuses can be posted (including images), users see activity (statuses posted) from themselves and their friends.

Phase 5: Comments (1 day)

Objective: Statuses can be commented on.

Phase 6: Pagination / infinite scroll for Feed (1 day)

objective: Add infinite scroll to feed

Bonus Features (TBD)

  • Photos/Albums
  • Notifications
  • Likes
  • Search
  • Messaging
  • URL previews