Code Monkey home page Code Monkey logo

fakebook's People

Contributors

dlande000 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

fakebook's Issues

Sample State

Hey David,

Great job on your sample state! One quick point:

  • If you choose to incorporate likes as reflected in your schema, we'll need to keep track of these in the frontend state. Like friendships, it may not be necessary to store actual like objects in state. You could instead store arrays of likers' ids within a given post or comment.

Let me know if you have questions about this.

PM Review - 1/29

  • Login errors display at the bottom of the page - can we have these display near the login form for now? Perhaps to the left of the form, in the nav bar?
  • Profiles are looking great! The section header (below the banner picture) is missing thin grey lines between sections
  • The big F button on the logged in navbar should direct the user to /feed, and styling could be improved

MVP & Schema

Hey David,

Good job setting up your fullstack project repo! Moving forward, we will be using Github issues to track outstanding points to addressed (alongside Slack, etc.). Please see below for a few notes regarding your preliminary design documents:

  • users should also have a column for birthday and gender, as reflected on Facebook's signup/login page. You may also wish to consider adding profile-based columns such as bio, hometown, etc. Let's discuss this before next week.
  • How will you keep track of where a post is posted (i.e., different users' walls, or on their own timeline)?
  • Your comments table features comment_id and parent_id foreign keys, but states that post_id references posts and parent_id references comments. It also indexes on author_id twice.
  • likes features a likeable_type column, which would suggest a polymorphic association. Do you plan to implement this? If so, please add a note detailing what resources will be involved.

Let me know if you have any questions!

PM Review #1: User Auth

  • No errors display when I attempt to sign up/log in with faulty credentials
  • Birthday input field looks different than Facebook's (which is three separate fields)
  • Gender field looks different than Facebook's (which is a series of radio buttons)
  • Can't sign up - no error messages either
  • Styling is off to a great start, but needs additional work

PM Review, 1/31

Hey David - great work on friendships. Two prominent bugs I am still noticing:

  • When I delete a friend, my photo still appears in their 'friend box' until I navigate to a different route and return
  • I am automatically logged out when I refresh the page

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.