Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwithjude authored Oct 22, 2024
1 parent 8158a0d commit 7c273d8
Showing 1 changed file with 13 additions and 44 deletions.
57 changes: 13 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,67 +1,36 @@
[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/omXkVCQu)
[![Open in Visual Studio Code](https://classroom.github.com/assets/open-in-vscode-2e0aaae1b6195c2367325f4f02e2d04e9abb55f0b24a779b69b11b9e10269abc.svg)](https://classroom.github.com/online_ide?assignment_repo_id=14182909&assignment_repo_type=AssignmentRepo)
# 아웃소싱 회사를 위한 인력 pms 개발
# 운동 영상 및 리뷰 사이트 SSAFIT
## 1.프로젝트 소개
![image](https://github.com/kookmin-sw/capstone-2024-35/assets/162407707/6b453b05-ba72-4bd6-8e4c-f8955ecee624)


거래처 증가에 따른 현장의 인원 및 다양성 증가로 인하여 기존 일일이 수작업으로 문자 지원 받고 배치하기에 벅참을 느끼고 AI를 통하여 유연하고 자동화된 PMS를 고안하게 되었다.
## 2. 작업 순서
### 2-1 WBS

기존 수작업으로 일일이 해당 현장에 맞는 인원을 생각하고 찾아 연락하고 배치하는 번거로움을 기존에 구축된 인적 DB를 바탕으로 구축된 시스템에 현장 주소와 간단한 업무 내용과 필요한 인원 수를 입력하면 해당 현장에 가장 적합한 인원을 자동 선별한다.
이에 그치지 않고, 사용자가 원한다면 WEB발신을 통한 문자 전송까지도 가능케 한다. 더 나아가, 현장이 종료되면 매번 계좌 정보를 받아 일일이 급여 입금을 하는 행위 역시 상당한 시간이 소요되었는데, 인적정보에 더하여 최초 한번 계좌정보를 입력하여 두면, 간단한 클릭만으로 일괄 계좌이체 및 개별 계좌이체도 가능하게 할 예정이다.
### 2-2 FIGMA

그리하여 이 시스템 하나로 원큐에 가능한 점이 많기에, 시간 효율성이 증가하고 이는 즉 다른 업무 볼 시간 증대로 이어진다. 그렇게 되면 장기적으로는 매출 증가 및 수익 향상을 이뤄낼 수 있다. 즉, 아웃소싱 업체에서 하는 일련의 모든 과정이 우리의 시스템 하나로 알맞고 빠르고 편하게 이루어지는 것에 그 궁극적인 목표가 있다.

## 2. 소개영상
### 2-3 ERD DIAGRAM

## 3. 팀 소개
<table>
<tr align="center">
<td><img src="https://github.com/kookmin-sw/capstone-2021-18/assets/66250400/f80fb911-fe38-4f69-9163-dcf6c2af07df"
width="250"></td>
<td><img src="https://github.com/kookmin-sw/capstone-2021-18/assets/66250400/32c62e96-a8c0-4197-8bb1-11fc94307587"
width="250"></td>
<td><img src="https://github.com/kookmin-sw/capstone-2021-18/assets/66250400/d8a3bf9d-96a7-4edc-8b94-c0afbc213b38"
<td><img src=""
width="250"></td>
</tr>
<tr align="center">
<td>박참솔</td>
<td>송문선</td>
<td>조휘현</td>
</tr>
<tr align="center">
<td>20190084</td>
<td>20171637</td>
<td>20203320</td>
</tr>
<tr align="center">
<td>AI / Frontend</td>
<td>AI / Frontend</td>
<td>Product Manager</td>
</tr>
</table>

<table>
<tr align="center">
<td><img src="https://github.com/kookmin-sw/capstone-2021-18/assets/66250400/a792894c-771e-4cd6-98db-5b48bd8840cb"
<td><img src=""
width="250"></td>
<td><img src="https://github.com/kookmin-sw/capstone-2021-18/assets/66250400/9ec837da-63ab-4ae6-80b9-8222e5109e24"
<td><img src="
width="250"></td>
</tr>
<tr align="center">
<td>이동현</td>
<td>정민재</td>
<td>김동욱</td>
</tr>
<tr align="center">
<td>20180837</td>
<td>20181688</td>
</tr>
<tr align="center">
<td>Backend</td>
<td>Backend</td>
<td>Full stack</td>
<td>Full stack</td>
</tr>
</table>

<br>


Expand Down Expand Up @@ -94,14 +63,14 @@


## 5. 서비스 구조도
![image](https://github.com/user-attachments/assets/47fea5f3-81a2-4a99-a75c-04f68ad8f42e)



## 6. 사용방법
# 프로젝트명

## 개요
이 프로젝트는 Node.js와 MongoDB를 사용하여 개발되었습니다.
이 프로젝트는 Java와 Mysql를 사용하여 개발되었습니다.

## 환경 설정
- Node.js v20.11.1(LTS) 설치
Expand Down

0 comments on commit 7c273d8

Please sign in to comment.