Giter Club home page Giter Club logo

g's Introduction

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

g's People

Contributors

gimhanul avatar leekyukin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

g's Issues

User Logout

✨ Describe

User가 logout 할 수 있어야 합니다.

✅ Tasks

  • cookie 삭제
  • redis refresh token 삭제

🙋🏻 Halmal

No response

Chat Entity

✨ Describe

Chat Entity 만들어야 합니다.

✅ Tasks

  • Room
  • Message
  • RoomMember

🙋🏻 Halmal

어케해 진짜

내가 참여한 Chat Room 조회

✨ Describe

user 본인이 참여한 chat room을 조회할 수 있어야 합니다.

✅ Tasks

  • test
  • logic

🙋🏻 Halmal

No response

프로젝트 세팅

✨ Describe

application.yml 파일을 작성하여 local 환경과 product 환경 분리, db 설정 등이 필요합니다.

✅ Tasks

  • application.yml 작성

🙋🏻 Halmal

No response

User 조회

✨ Describe

User 가 본인의 정보를 확인할 수 있어야 합니다.

✅ Tasks

  • security 현재 user 정보 들고오기
  • getUserResponse Dto
  • getUser service
  • getUser controller

🙋🏻 Halmal

No response

CICD 구축

✨ Describe

github actions와 docker를 사용하여 CICD를 구축해야 합니다.

✅ Tasks

  • CI 구축
  • CD 구축

🙋🏻 Halmal

No response

Private Community

✨ Describe

Private community 관련해서 만들어야 댐ㄴ디ㅏ.

✅ Tasks

  • Community Entity password field 추가
  • Private Community 생성 logic에 password 반영
  • private community 생성 test
  • private community 참여 logic에 password 반영
  • private community 참여 test

🙋🏻 Halmal

No response

Board 삭제

✨ Describe

사용자는 자신의 게시물을 삭제할 수 있다.

✅ Tasks

  • 삭제 logic
  • validation
  • test

🙋🏻 Halmal

No response

BaseTimeEntity

✨ Describe

BaseTimeEntity 를 작성해서 Entity에 보일러 플레이트 코드를 제거해야 합니다.

✅ Tasks

  • JpaConfig 작성
  • BaseTimeEntity 작성

🙋🏻 Halmal

extends BaseTImeEntity 해서 사용

Community 참여하기

✨ Describe

User가 Community에 참여할 수 있어야 합니다.

✅ Tasks

  • Member Entity, repository 작성
  • create 관련 test
  • Member Service, Controller에 create(참여) logic 작성

🙋🏻 Halmal

긋입니다~~

Chat Message 보내기

✨ Describe

user가 본인이 있는 Room에서 Message를 보낼 수 있어야 합니다.

✅ Tasks

  • logic
  • test
  • socket?....

🙋🏻 Halmal

사실 쏘켓... 잘 몰라~

삭제해도 삭제 안 되게.........

delete method를 사용해서 삭제하면 완전히 삭제 되는데 나중에 삭제된 커뮤니티 정보는 필요 없는 건가요?
만약 삭제된 커뮤니티를 남긴다면 게시물 삭제 처럼 enum으로 삭제 여부를 구분하는 것도 좋은것 같아요 👍🏿

Originally posted by @leekyukin in #62 (comment)

Authentication 구조 개선

✨ Describe

현재 cookie에 담아서 날려주는 그런 구조인데, client 측에서 access token을 header에 담아서 날리도록 구조를 변경해야합니다.
또한 refresh token도 어떻게 해야 됨

✅ Tasks

  • access token 발급 logic
  • refresh token 관련 logic
  • cookie 이런 친구들 삭제

🙋🏻 Halmal

No response

Chat Room 정보 수정

✨ Describe

Chat Room의 정보를 수정할 수 있어야 합니다. (이름)

✅ Tasks

  • test
  • logic

🙋🏻 Halmal

No response

Community 삭제

✨ Describe

leader 권한을 가진 user가 참여자 5 명 이하의 community를 삭제할 수 있어야 합니다.

✅ Tasks

  • test
  • validation
  • 삭제 logic

🙋🏻 Halmal

No response

Room별 Message 조회

✨ Describe

user가 room별로 Message를 페이징 조회할 수 있어야 합니다.

✅ Tasks

  • test
  • logic

🙋🏻 Halmal

No response

커뮤니티 게시물 전체 조회

✨ Describe

사용자가 자신이 속한 커뮤니티의 삭제된 게시물을 제외한 게시물을 전체 조회할 수 있다.

✅ Tasks

  • 전체 조회 logic
  • test

🙋🏻 Halmal

No response

DDO 게시물 디테일 조회

✨ Describe

Ddo 게시물의 id 값으로 detail을 볼 수 있다.

✅ Tasks

  • logic
  • test
  • exception

🙋🏻 Halmal

No response

Community 전체 Board 조회

✨ Describe

사용자는 자신이 속한 공동체의 게시물 전체를 조회할 수 있다.

✅ Tasks

  • 공동체 게시물 조회 logic
  • validation
  • test

🙋🏻 Halmal

No response

Chat Room 생성

✨ Describe

Do Board를 생성하면 chat room을 자동으로 생성해야 합니다.

✅ Tasks

  • chat room 생성 logic
  • test
  • Do Board 생성시 chat room 생성

🙋🏻 Halmal

No response

Community 전체 조회

✨ Describe

User가 pageable Community를 조회할 수 있어야 합니다.

✅ Tasks

  • community response dto
  • community 조회 logic
  • pageable 조회

🙋🏻 Halmal

No response

CODEOWNERS 추가

✨ Describe

.github 밑에 CODEOWNERS file을 추가해야 합니당

✅ Tasks

  • organization team 설정
  • CODEOWNERS file 작성

🙋🏻 Halmal

PR 보낼 때 reviewer 자동으로 넣어주는 친구라고 하네용
궁금하면 이거 읽어보시게

Community 검색

✨ Describe

user가 community를 검색할 수 있어야 합니다.

✅ Tasks

  • test
  • community 검색 logic

🙋🏻 Halmal

No response

Board 게시물 수정

✨ Describe

사용자가 자신의 게시물을 수정할 수 있다.

✅ Tasks

  • test
  • 수정 logic

🙋🏻 Halmal

No response

User 리팩토링

✨ Describe

User 리팩토링이 필요합니다.

✅ Tasks

  • 불필요한 코드 삭제
  • 옮길거옮기깅

🙋🏻 Halmal

No response

Community 생성

✨ Describe

사용자가 community를 생성할 수 있습니다.

✅ Tasks

  • entity 작성
  • 생성 controller, service
  • 생성 dto

🙋🏻 Halmal

No response

[DDO] 게시물 추천하기

✨ Describe

유저가 Ddo 게시물을 추천(좋아요)할 수 있다.

✅ Tasks

  • Recommendation Entity. 작성
  • logic
  • exception
  • validation
  • test

🙋🏻 Halmal

No response

Community code 부여

✨ Describe

각 community에 code 를 부여해야 합니다.
-> 검색할 때 용이하게

✅ Tasks

  • Community Entity 수정
  • test 코드 수정 -> 검증
  • code 부여 관련 util 생성

🙋🏻 Halmal

No response

Board 생성

✨ Describe

User가 Board를 생성할 수 있어야 합니다.

✅ Tasks

  • Board Entity 작성
  • Board Repository 작성
  • Board DTO 작성
  • Board logic 작성(Controller, Service)

🙋🏻 Halmal

logic 작성 중 Exception이 예상 되면 global - error - errorCode에 error code 작성하고 exception 만들어서 쓰면 됨!!!

User 수정

✨ Describe

User 가 본인의 정보를 수정할 수 있어야 합니다.
password 수정은 현재 password 검증이 필요합니다.

✅ Tasks

  • password check service
  • updateUser Service
  • updateUser controller
  • updateUserPasswordRequestDto
  • updateUserRequestDto

🙋🏻 Halmal

민감하지 않은 정보는 일괄로~...

User 삭제

✨ Describe

User 가 본인의 계정을 탈퇴할 수 있어야 합니다.
그래서 탈퇴 할 때 비밀번호 받아서 확인해야 합니당.

✅ Tasks

  • password validate
  • userDelete service, controller
  • userDeleteRequestDto

🙋🏻 Halmal

No response

User Refactoring, Test

✨ Describe

User 리팩토링 하려는데 테스트 코드가 없어서 쉽지 않습니다.
test 코드 작성이 필요합니다.
또한 refactoring이 필요합니다.

✅ Tasks

  • test 작성
  • facade

🙋🏻 Halmal

No response

Community 상세 조회

✨ Describe

user가 community를 상세 조회할 수 있어야 합니다.

✅ Tasks

  • DetailResponseDto
  • getDetail service, controller logic

🙋🏻 Halmal

No response

Exception 관련

✨ Describe

Exception 처리하는 거 만들어야 합니다.

✅ Tasks

  • ErrorCode 작성
  • ErrorResponse 작성
  • GatiException 작성 (extends RuntimeException)
  • GlobalExceptionHandler 작성

🙋🏻 Halmal

No response

DDO 게시물 포스팅

✨ Describe

유저가 DDO 게시물을 커뮤니티에 포스팅한다.

✅ Tasks

  • Doo Entity 작성
  • test
  • logic

🙋🏻 Halmal

No response

Community 탈퇴

✨ Describe

user가 community를 탈퇴할 수 있어야 합니다.

✅ Tasks

  • test
  • community 탈퇴 logic
  • 탈퇴하며 member 삭제
  • member 권한 leader일 때 예외 처리

🙋🏻 Halmal

No response

API docs 구성

✨ Describe

Swagger API 를 통해 API 문서를 만들겠읍니다.

✅ Tasks

  • dependency 추가
  • configuration
  • security에 permit해주깅

🙋🏻 Halmal

No response

User Authentication

✨ Describe

User가 JWT 방식으로 로그인할 수 있어야 합니다.

✅ Tasks

  • access token
  • refresh token
  • login logic 구현

🙋🏻 Halmal

No response

User 생성

✨ Describe

회원가입 기능을 구현해야 합니다.

✅ Tasks

  • Spring Security Config 작성
  • User Entity 구현 (implements UserDetails)
  • User Repository 작성
  • User create DTO 작성
  • User create Service 작성
  • User create Controller 작성

🙋🏻 Halmal

No response

Chat Room 참가

✨ Describe

user가 Do board에 참여한다면, 자동으로 chat room에 참가할 수 있어야 합니다.

✅ Tasks

  • logic
  • test

🙋🏻 Halmal

No response

Community 정보 수정

✨ Describe

leader 권한을 가진 user가 community 정보를 수정할 수 있어야 합니다.

✅ Tasks

  • test
  • user authority validation
  • 수정 logic

🙋🏻 Halmal

No response

Chat Room 삭제

✨ Describe

Do가 종료된 경우, 혹은 user가 삭제하겠다고 마음 먹은 경우 Chat Room을 삭제할 수 있어야 합니다.
(관련 정책 마련 필요)

✅ Tasks

  • test
  • delete logic

🙋🏻 Halmal

No response

Chat Room 나가기

✨ Describe

user가 chat room을 나갈 수 있어야 합니다.

✅ Tasks

  • test
  • logic

🙋🏻 Halmal

No response

Community Leader 권한 위임

✨ Describe

community leader가 권한을 위임할 수 있어야 합니다.

✅ Tasks

  • test
  • leader 권한 위임 logic

🙋🏻 Halmal

No response

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.