Skip to content

CoryDHall/Nstagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nstagram

Stack Share

Minimum Viable Product

nstagram is a clone of Instagram built on Rails and Backbone. Users can:

  • Create accounts
  • Create sessions (log in)
  • Upload photos
  • View photos
  • Like photos
  • Leave comments on photos
  • Follow other users
  • View a feed of followed user's photos
  • Use user handles and hashtags in photo descriptions and comments as links
  • Search for photos by hashtag
  • Search for users by username
  • Tag users in a photo
  • Name locations in their photos
  • View other photos uploaded/taken at the same location
  • Receive notifications

Design Docs

Implementation Timeline

Phase 1: User Authentication, Follow Users [Completed]

I will implement user authentication in Rails. This will establish the framework for all user interactions. By the end of this phase, users will be able to create accounts, log in, view other users, and follow/unfollow users.

Details

Phase 2: Uploading and Viewing Photos, User profile pages, Photo feed [Completed]

I will first integrate Paperclip for file upload and viewing. I will then add API routes to serve user and photo data as JSON, then add Backbone models and collections that fetch data from those routes. By the end of this phase, users will be able to upload photos, view photos, view other user's photos, and view their feed of followed users' photos, all inside a single Backbone app.

Details

Phase 3: Likes, Comments, Tagging [Completed]

I will add routes to retrieve and set the data that interconnects the app (likes, comments, phototags, '@username', and '#hashtag'). By the end of this phase the user will be able to interact with and set connections on the content available to them.

Details

Phase 4: 'Locations'

I will add routes to allow users to name a location with their uploaded photos. I will then add routes to link and retrieve those associations. By the end of this phase the user will be able to enter a location with their photo and view other photos with the same location name.

Details

Phase 5: User/Hashtag Search

I will add routes to retrieve results of partial/fuzzy searching. By the end of this phase, the user will be able to directly search for a user/hashtagg, or implicitly and dynamically search while creating a new comment.

Details

Phase 6: Receive notifications

I will add routes to retrieve interaction activity (new table rows linking to a user's associations). In Backbone, I will display a list of notifications. By the end of this phase, the user will be able to view a list of all interactions with their content and receive live visual feedback of new interactions.

Details

Bonus Features (TBD)

  • Filter/Edit Photos
  • View activity of followed users
  • Add real Geotags their photos
  • Have multiple sessions
  • View a map of their photos' location data
  • Make their accounts private
  • Embed a live view of public content
  • Admin
  • Block Users
  • Report content
  • Explore a collection of photos based upon followed users' activity

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published