-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ParkJeongseop/docs
문서 정리
- Loading branch information
Showing
29 changed files
with
69 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,75 @@ | ||
# CheongwonPay | ||
For Cheongwon Festival, Payments and Attendance Platform System using Student ID Cards, and Analyzer. | ||
# <img src="docs/img/cheongwon.png" width="50px" height="50px" title="청원학원 로고" alt="청원학원 로고"/>CheongwonPay | ||
For Cheongwon Festival, Payments and Attendance Application using Student ID Cards | ||
|
||
There are Android Client, Java Server, SQL Server and Java Analyzer. To see more,please look "축제 내 전자시스템화와 분석" in Korean. | ||
# <img src="docs/img/cheongwon.png" width="50px" height="50px" title="청원학원 로고" alt="청원학원 로고"/>전자청원 | ||
청원고·청원여고의 학교축제인 "청원어울마당"을 위한, 학생증을 이용한 결제지불과 출결처리 애플리케이션 | ||
|
||
Prezi Presentation http://prezi.com/abeyq0abvuql/ | ||
## 소개 | ||
![시스템 구성도](docs/img/시스템_구성도.png) | ||
|
||
청원고·청원여고 연합학생회, 청원고 SW연구반, 청원여고 IT Cloud에서 운영을 담당하였다. | ||
|
||
# 전자청원 | ||
청원고,청원여고의 학교축제인 청원어울마당을 위한, 학생증을 이용한 결제지불과 출결처리 플랫폼 시스템과 분석기. | ||
## 개발환경 | ||
- Android | ||
- Java Server | ||
- MySQL | ||
- https://github.com/SudarAbisheck/ZXing-Orient | ||
|
||
안드로이드 클라이언트와 자바서버, SQL서버, 자바 분석기 등으로 이루어져있고, 자세한 내용은 "축제 내 전자시스템화와 분석"문서를 확인해 주세요. | ||
## 기능 | ||
|
||
프레지 발표자료 http://prezi.com/abeyq0abvuql/ | ||
### 로그인 화면 | ||
<img src="docs/img/Screenshot_20161113-171743.png" width="180px" height="320px" title="로그인 화면" alt="로그인 화면"></img> | ||
|
||
- 동아리이름과 패스워드를 통해 로그인. 최초 로그인시 패스워드 설정 후 진행 | ||
- 한번 로그인시 자동로그인 등록 | ||
|
||
### 메인 기능 | ||
<img src="docs/img/Screenshot_20161113-171527.png" width="180px" height="320px" title="메인 화면" alt="메인 화면"></img> | ||
<img src="docs/img/Screenshot_20161113-171316.png" width="180px" height="320px" title="학생증 인식 화면" alt="학생증 인식 화면"></img> | ||
<img src="docs/img/Screenshot_20161113-173700.png" width="180px" height="320px" title="출석체크 확인메시지" alt="출석체크 확인메시지"></img> | ||
|
||
- 바코드인식 > 리스트에서 상품 선택하여 결제 | ||
- 학교측의 요구사항으로 출석은 10분간 최대 한번으로 등록. 부스 이용,결제는 가능하나 출석여부에는 반영하지 않음. | ||
|
||
### 상품 서비스 등록 | ||
<img src="docs/img/Screenshot_20161113-171540.png" width="180px" height="320px" title="상품 서비스 추가 화면" alt="상품 서비스 추가 화면"></img> | ||
<img src="docs/img/KakaoTalk_20161123_012805347.png" width="180px" height="320px" title="수정" alt="수정"></img> | ||
|
||
- 축제 전 부스에서 제공하는 상품/활동 정보를 미리 등록 | ||
- 우측 상단 "추가"버튼을 눌러 팝업창에서 상품명과 가격을 등록(무료인 경우 0원으로 설정) | ||
- 목록에서 길게눌러서 수정/삭제 | ||
- 상품/활동은 축제당일 9시이전까지 등록/수정 가능 | ||
|
||
### 부스운영 부원 출석체크 등록 | ||
<img src="docs/img/Screenshot_20161113-173653.png" width="180px" height="320px" title="부스운영 부원 출석체크 등록" alt="부스운영 부원 출석체크 등록"></img> | ||
|
||
- 학교에서 축제 부스를 운영하는 학생은 출석조건에서 제외되는 정책이 있어 바코드 인식 후 "부원등록"하여 출석처리 | ||
|
||
### 임시학생증 등록(학생회) | ||
<img src="docs/img/Screenshot_20161113-174700.png" width="180px" height="320px" title="임시학생증 등록" alt="임시학생증 등록"></img> | ||
|
||
![임시학생증](docs/img/팔찌타입.png) | ||
|
||
- 관리자 계정(학생회에서 이용)으로 로그인시 이용하는 기능 | ||
- 축제 당일 학생증 미지참 혹은 분실한 경우에 한해 축제에 한해 사용 가능한 임시학생증발급 | ||
- "바코드 인식"하여 팔찌형 임시학생증 인식후 학교, 학번입력하여 임시학생증 발급 처리후 제공 | ||
|
||
|
||
## 플로우차트 | ||
![모바일 애플리케이션](docs/img/flowchart1.png) | ||
![서버](docs/img/flowchart2.png) | ||
![축제 종료 후 데이터 처리](docs/img/flowchart3.png) | ||
|
||
## 문서 | ||
|
||
- [계획서](docs/축제%20내%20전자화폐화%20계획서.pdf) | ||
- [학생용 이용 안내문](docs/전자청원%20관련%20안내문.pdf) | ||
- [소논문](docs/축제%20내%20전자시스템화와%20분석.pdf) | ||
- [최종 발표자료](http://prezi.com/abeyq0abvuql/) | ||
|
||
# <img src="docs/img/cheongwon.png" width="50px" height="50px" title="청원학원 로고" alt="청원학원 로고"/>전자청원2.0 | ||
[청원고SW연구반](https://github.com/Cheongwon-SW-Club)에서 매년 유지,보수,개선하여 축제에 운영하고 있다. | ||
|
||
[CheongwonPay2.0-Android](https://github.com/ms214/CheongwonPay2.0-Android) | ||
|
||
[CheongwonPay2.0-Server](https://github.com/ms214/CheongwonPay2.0-Server) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.