Skip to content

Commit

Permalink
[MERGE] #126 : 병합 충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Feb 26, 2024
2 parents 3918d99 + 79015c9 commit 783abfb
Show file tree
Hide file tree
Showing 77 changed files with 1,250 additions and 852 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Bug report
description: File a bug report
title: '[QA]: '
labels: ['🔎QA🔎']

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! 🙏
- type: textarea
id: what-happened
attributes:
label: 어떤 일이 발생했나요? 🤔
description: 또한, 어떤 결과를 기대했었는지 알려주세요.
placeholder: 예상치 못한 버그가 발생했습니다...
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: 관련된 스크린 샷이나, 버그 발생 조건을 설명해주세요
description: 빠르게 이해할수록 빠른 대응이 가능해요 !
placeholder: 뒤로가기 버튼 10번 클릭시 크래쉬가 발생
- type: checkboxes
id: terms
attributes:
label: 동의 👍
description:
options:
- label: 다른 이슈가 있는지 확인했습니다. ✅
required: true
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

117 changes: 0 additions & 117 deletions .idea/codeStyles/Project.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

15 changes: 1 addition & 14 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions .idea/dictionaries/jaino.xml

This file was deleted.

2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 0 additions & 25 deletions .idea/jarRepositories.xml

This file was deleted.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 46 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,67 @@ WAP 행사일정을 쉽게 알려드릴게요! 함께해요 와피

## 🌱 Feature Introduce

#### 인트로 화면

<img src="https://github.com/pknu-wap/WAPP/assets/116813010/6f6a9994-03bc-4020-a56c-d717efb09856" width="300"/>

<br><br><br>

#### 공지사항

- WAP 정규 활동 및 행사를 달력과 목록을 통해 확인할 수 있어요.
- 지정된 행사 날짜에 푸시 알림을 통해 리마인드 해드려요.

<br>

<img src="https://github.com/pknu-wap/WAPP/assets/116813010/87371099-673e-49ec-b9a6-baac63f02441" width="300"/>

<br><br><br>

#### 출석

- 행사마다 출석을 체크할 수 있어요.
- 히스토리를 통해 출결상황을 체크할 수 있어요.

<br>

<img src="https://github.com/pknu-wap/WAPP/assets/116813010/ae253a1c-024c-4d76-af46-8015910dbb79" width="300"/>

<br><br><br>

#### 설문

- 행사마다 설문 및 피드백을 작성할 수 있어요
- 설문과 피드백을 통해, 더 좋은 행사로 발전할 수 있어요.

<br>

<img src="https://github.com/pknu-wap/WAPP/assets/116813010/250bab3b-3fb5-402f-9d1d-02008f98c620" width="300"/>

<br><br><br>

#### 운영진

- 회원들의 설문을 확인할 수 있어요.
- 새로 공지사항을 등록할 수 있어요.
- 공지사항 및 설문을 등록할 수 있어요.
- 출석을 시작할 수 있어요

<br>

<img src="https://github.com/pknu-wap/WAPP/assets/116813010/61bb400a-7d6e-4d94-96ed-f46f9f5b8354" width="300"/>

<br><br><br>

#### 그 외

- 프로필
- 프로필 더 보기

<br>

<img src="https://github.com/pknu-wap/WAPP/assets/116813010/40a77bba-d906-4797-9152-236d5637070a" width="300"/>

<br><br><br>

## 🏗️ Module Dependency Graph
<p align="center">
<img src="https://github.com/pknu-wap/WAPP/assets/116813010/acd77289-097f-4484-a257-8c7ac57190c0" width="500"/>
Expand Down Expand Up @@ -61,8 +101,8 @@ WAP 행사일정을 쉽게 알려드릴게요! 함께해요 와피
<td align="center">안드로이드</td>
</tr>
<tr>
<td align="center"><code>로그인</code>, <code>운영진페이지</code>, <code>마이페이지</code></td>
<td align="center"><code>공지사항</code>, <code>달력</code>, <code>설문조사</code></td>
<td align="center"><code>로그인</code>, <code>운영진페이지</code>, <code>설문</code>, <code>일정</code></td>
<td align="center"><code>공지사항</code>, <code>달력</code>, <code>프로필</code>, <code>출석</code>, <code>애니메이션</code></td>
</tr>
</table>
<h4>
Expand All @@ -89,9 +129,9 @@ WAP 행사일정을 쉽게 알려드릴게요! 함께해요 와피

## 🎨 UI/UX

![피그마](https://github.com/pknu-wap/WAPP/assets/116813010/e37ebd0e-4016-42f5-947b-dd373e68a431)
![image](https://github.com/pknu-wap/WAPP/assets/116813010/ccb60d3b-ec63-41dc-8eca-d0a8b735c1fb)

[UI/UX 보러가기](https://www.figma.com/file/ldfJcNruLXpb7e41P7LK3O/WAPP?type=design&node-id=0%3A1&mode=design&t=Q2vI9pGnu1OcsFWP-1)
[피그마 보러가기](https://www.figma.com/file/ldfJcNruLXpb7e41P7LK3O/WAPP?type=design&node-id=0%3A1&mode=design&t=Q2vI9pGnu1OcsFWP-1)

<br>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/wap/wapp/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private fun handleBottomBarState(
eventEditNavigationRoute -> setBottomBarState(false)
SurveyRoute.answerRoute("{id}") -> setBottomBarState(false)
surveyCheckRoute -> setBottomBarState(false)
SurveyCheckRoute.surveyDetailRoute("{id}") -> setBottomBarState(false)
SurveyCheckRoute.surveyDetailRoute("{id}", "{backStack}") -> setBottomBarState(false)
else -> setBottomBarState(true)
}

Expand Down
Loading

0 comments on commit 783abfb

Please sign in to comment.