Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs/#167] README 추가 작성 #349

Merged
merged 7 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
123 changes: 118 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,149 @@ IBAS는 인하대학교의 빅데이터 학술동아리 입니다. 주로 데이

## IBAS Project

IBAS 개발팀은 동아리의 활동과 비전을 온라인에 효과적으로 전달하기 위해 웹 페이지를 운영하고 있습니다. IBAS 웹페이지는 회원들과의 소통을 강화하고 외부에 동아리의 활동을 알리는 플랫폼으로 활용되고 있습니다.
IBAS 공식 웹페이지는 인하대학교 빅데이터 학술 동아리의 활동과 비전을 효과적으로 전달하기 위해 개발되었습니다.

회원 등급에 따라 컨텐츠 접근 권한을 관리하여 안전한 자료 보관과 공유를 지원합니다. 또한, 간편한 회원 관리와 회계 관리 시스템을 통해 동아리 운영의 효율성을 높입니다. 주요 기능으로는 회원 등급 관리, 회계 내역 관리, 활동 및 공지사항 관리, 자료 공유 및 커뮤니케이션 플랫폼 등이 있습니다.

이 웹서비스는 해당 동아리의 특성에 맞게 커스터마이징 된 기능을 제공하는것에 중점을 두고 있습니다.

[IBAS 웹페이지 바로가기](https://www.inhabas.com/)

[2023.09~2024.07 웹서비스 개발 문서](https://www.notion.so/IBAS-049505480e5f4bebbb01bfc9b1e9c3c0)
skytin1004 marked this conversation as resolved.
Show resolved Hide resolved

### Architecture
<br/>

## Architecture
![Architecture](docs/images/architecture.png)

### Style Convention
<br/>

## Stacks
### Language & Framework
![Java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=openjdk&logoColor=white) ![Spring Boot](https://img.shields.io/badge/SpringBoot-6DB33F?style=for-the-badge&logo=Spring&logoColor=white) ![Spring Dada JPA](https://img.shields.io/badge/Spring_data_jpa-6DB33F?style=for-the-badge&logo=Spring&logoColor=white) ![Spring Security](https://img.shields.io/badge/Spring%20Security-6DB33F?style=for-the-badge&logo=springsecurity&logoColor=white) ![Spring Boot](https://img.shields.io/badge/Spring%20Cloud%20config-6DB33F?style=for-the-badge&logo=spring&logoColor=white) ![Querydsl](https://img.shields.io/badge/Querydsl-003366?style=for-the-badge&logo=Querydsl&logoColor=white)

### Database
![MariaDB](https://img.shields.io/badge/MariaDB-003545?style=for-the-badge&logo=mariadb&logoColor=white) ![Redis](https://img.shields.io/badge/Redis-DC382D?style=for-the-badge&logo=redis&logoColor=white)

### Test
![Jnit5](https://img.shields.io/badge/JUnit5-25A162?style=for-the-badge&logo=JUnit5&logoColor=white) ![Mockito](https://img.shields.io/badge/Mockito-83B81A?style=for-the-badge&logo=Mockito&logoColor=white")

### Infra
![Gradle](https://img.shields.io/badge/Gradle-02303A?style=for-the-badge&logo=Gradle&logoColor=white) ![Docker](https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=Docker&logoColor=white) ![Prometheus](https://img.shields.io/badge/Prometheus-20232A?style=for-the-badge&logo=prometheus) ![Grafana](https://img.shields.io/badge/Grafana-5f5f5f?style=for-the-badge&logo=grafana) ![K6](https://img.shields.io/badge/k6-5432a8?style=for-the-badge&logo=K6&logoColor=white) ![Github actions](https://img.shields.io/badge/Github%20actions-5f5f5f?style=for-the-badge&logo=github&logoColor=white)

### Documentation
![Swagger](https://img.shields.io/badge/Swagger-85EA2D?style=for-the-badge&logo=Swagger&logoColor=white)

<br/>

## Style Convention

IBAS Project는 코드 품질과 가독성을 유지하기 위해 일관된 스타일 규약을 따르고 있습니다. 기여하기 전 아래 문서를 참고해주세요.

[STYLE-CONVENTION.md](STYLE-CONVENTION.md)

### IBAS에 기여하기
<br/>

## Main Features

### Swagger를 활용한 API 명세
![Swagger](docs/images/show/swagger.gif)
- 약 100개의 REST API
- 자세한 Request, Response 예시 제공
- Token 인증 방식을 활용한 권한 테스트 지원

<br/>

### 회원관리
![Manage-users](docs/images/show/manage-user.gif)
- 권한별 제한된 회원 등급 관리
- 신입 부원 가입 관리
- 권한별 개인정보 마스킹 처리

<br/>

### 게시판
![Board](docs/images/show/board.gif)
- 권한별, 게시판별 CRUD
- 검색 기능
- 게시글 Markdown 형식, 미리보기 기능 제공
- 파일 업로드
- 제한된 파일 확장자
- 데이터 검증으로 보안 문제 방지
- 난수 값을 활용한 파일명 저장
- 미리보기, 확대 기능
- 복수 파일 추가, 삭제 기능
- 다운로드 기능

<br/>

### 댓글
![Comment](docs/images/show/comment.gif)
- 권한별 CRUD
- 대댓글 기능
- 계층적 UI 제공
- 삭제 조건 세분화
- 해당 댓글이 대댓글을 포함한 경우 `삭제된 댓글입니다.` 표시로 대체
- 해당 댓글이 말단 댓글인 경우만 삭제

<br/>

### 회계관리
![Account](docs/images/show/account.gif)
- 총무만 CRUD 허용
- 단, 이전 기수 총무가 작성한 것은 수정 불가
- 총무가 직접 사용하지 않아 송금을 하는 경우, 예산지원 신청 심사를 거쳐 자동 기록
- 트랜잭션 관리로 동시성 제어
- 잔액 자동 계산 기능

<br/>

### 그 외 여러가지 기능
- OAuth2 로그인
- 동아리 정책 관리
- 내 정보 관리
- 내가 쓴 글, 기록 관리
- 동아리 지원서 작성
- 동아리 연혁
- 공모전, 장학회 등 여러 형태의 게시판

<br/>


## Problem documentation

### [자세한 내용](https://www.notion.so/IBAS-049505480e5f4bebbb01bfc9b1e9c3c0?pvs=4#cdf1c1b74fe04f91974b8d9464ade39a)
skytin1004 marked this conversation as resolved.
Show resolved Hide resolved

- 회계 관련 동작 로직
- 권한 체계 정책
- 회원가입 과정 동작 로직
- OAuth 회원가입 동작 로직
- 등급 하락 시 접근 권한 정책
- 첨부 가능한 파일 확장자
- ec2 root 계정 분실로 인한 서버 이전 방법
- Blue/Green 배포 (Nginx + github actions) without Docker
- Blue/Green 배포 (Nginx + github actions + Docker compose)
- forked repository PR에서 pull_request시 secrets값을 가져오지 못하는 오류
- JPA 성능 최적화

<br/>

## How to contribute to IBAS

IBAS에 소속된 회원이라면 누구든지 이 프로젝트에 기여할 수 있습니다.

아래 기여 가이드라인을 확인하고 기여해주세요.

1. PR올리는 경우
1. PR 올리는 경우

[CONTRIBUTING.md](CONTRIBUTING.md)

2. PR Merge 하는 경우

[COMMITER-INSTRUCTION.md](COMMITER-INSTRUCTION.md)

<br/>

## Contributor Wall of Fame

[![IBAS back end contributors](https://contrib.rocks/image?repo=InhaBas/Inhabas.com-api)](https://github.com/InhaBas/Inhabas.com-api/graphs/contributors)
Binary file modified docs/images/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/show/account.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/show/board.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/show/comment.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/show/manage-user.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/show/swagger.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading