GithubHelp home page GithubHelp logo

prfctpx's People

Contributors

dependabot[bot] avatar glhkang avatar

Watchers

 avatar  avatar

prfctpx's Issues

Design Docs Review #3

Excellent work on your final docs, here are my notes:
BACKEND ROUTES

  • You'll want a users index (/api/users) and a users show (/api/users/:id)
  • Pluralize your photos routes

FRONTEND ROUTES AND COMPONENTS

  • You could use the use the user's username for the route, but because in your state they'll be nested under their own Ids, it will be easier to use :userId instead of :username

Design Docs Review - Sample State

Great work on your sample state, here are my only notes:

  • Add a slice under entities for comments. Add commentIds arrays under photos and users
  • Add an array of profilePhotos under users (to track photos on their profile page).
  • Can archived (on photos) only exist in two states? If so, you should use a boolean for this (and should also change this to a boolean in your schema).

Design Docs Review #1

Excellent work so far! Here are my only notes:
MVP LIST
Looks perfect!

SCHEMA

  • 500px photos include a location, so you should add that column to your photos table.
  • If users can customize their own profile page, do you need a joins table tracking which photos a user has on their profile page?

please review: mvp #2

Hi!
Took some design liberties to make it more aesthetically pleasing; was inspired by my splash page image.
Front end auth should be good to go. Also, I'm thinking about adding a footer (that'll include my personal links).
Thank you!

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.