Giter VIP home page Giter VIP logo

project-ryan's Introduction

Project Ryan

핵심 컨셉

이 프로젝트는 AGIAN2011 Workshop에 참여하는 Ryan팀의 미니 프로젝트로 스택 오버플로와 비슷한 기능을 가진 개발자 포럼을 만든다.

  • 포럼 사용자들간에 질문(Article)과 답변(Comment)을 할 수 있으며, 답변 점수(Vote)에 따라 답변의 신뢰도를 평가한다.
  • 포럼 사용자들간에 팔로우 할 수 있으며, 팔로우한 사용자의 피드를 모아 로그인한 사용자의 랜딩 페이지(Wall)에 보여 준다.
  • 사용자 프로필은 로그인하지 않은 사용자를 포함해 누구나 볼 수 있으며, 질문 및 답변 개수, 팔로잉 및 팔로워 수, 답변 점수를 표시한다. 이를 통해 사용자들간에 팔로우 할지말지를 쉽게 결정할 수 있도록 한다.

기획 및 계획

위 내용은 프로젝트를 진행하면서 전부 변경될 수 있다.

Ruby version

System dependencies

Configuration

Database creation

$ rake db:drop
$ rake db:create

Database initialization

$ rake db:migrate
$ rake db:seed

How to run the test suite

Services (job queues, cache servers, search engines, etc.)

Deployment instructions

...

project-ryan's People

Contributors

appkr avatar steadymoka avatar yihoyoung avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

project-ryan's Issues

유저 상세보기 만들기

  • user_id 대신 사용자 닉네임을 URL로 사용
  • 팔로우, 언팔로우 버튼(자기 자신은 (언)팔로우 불가)
  • 글 및 댓글 개수
  • 팔로잉 및 팔로워 수, 팔로잉 사용자 목록
  • 사용자의 글, 댓글 목록 표시

erb diagram 질문

create_table :comments do |t|
  t.integer :user_id, null: false
  t.integer :parent_id
  t.string :content, null: false
  t.timestamps null: false
end

erb 다이어 그램에 comments 의 구조가 이렇게 되어 있는데,
어떤 article 에 단 댓글인지는 확인을 어떻게 하는건가요 ???
article_id 를 가져야 하는거 아닌지 ?..
아니면 관계용 테이블이 있거나 ..

아니면 article 에 댓글은 안달고 user 에 comment 가 달리는건가요 ?

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.