Skip to content

Commit

Permalink
Release 0.10.0: 프로필 페이지 개발 (#84)
Browse files Browse the repository at this point in the history
* Feat: 모바일 병동 입장 UI 개발 (DUT-528) (#71)

* Fix: 랜딩페이지 이미지, height 수정

* Feat: 신청근무 UI 리펙토링, 개발

* Feat: 웹 신청근무 수락/거절 기능 개발

* Refactor: 이벤트 최적화, 최신 기능 이벤트 반영

* Release 0.4.0: 신청근무 수락, 거절 추가 / 이벤트 최적화

* Feat: 웹 성능 최적화 (#73)

* Feat: Code splitting, dynamic import (React.lazy)

* Feat: Font Opt

* Feat: png to webp

* Release 0.5.0: 웹 성능 최적화

* Feat: 간호사 연동 관리 기능 개발 (#75)

* Feat: 랜딩 수정

* Feat: 로딩 기능 추가, 회원가입 절차 수정 등 (#DUT-648 / #77)

* Release 0.7.0: 로딩 기능 추가, 회원가입 절차 수정

* Feat: 튜토리얼 기능 개발 (#79)

* Feat: 오버레이 가이드 기능 개발

* HOTFIX: FaultLayer z-index 수정

* Feat: 튜토리얼 개발

* Release 0.8.0: 튜토리얼 기능 개발

* Fix: workflow 비활성화

* Fix: 근무형태 탭에서 근무 설정 변경 불가

* Fix: 튜토리얼 폰트 사이즈 수정

* Feat: 병동 생성 시 근무 유형 classification

* Release 0.8.2

* Feat: Apple 로그인 추가, 로그인 UI 개편

* Release 0.9.0: 애플 로그인 추가

* Fix: 간호사 수정 모달 개선

* Fix: 용어 수정

* Feat: 병동 코드 표시

* Feat: 게시하기 추가, 구분 UI 수정

* Fix: 간호사 관리 페이지 UI 안정성 수정

* Release 0.9.2: UI 안정화

* Feat: 자동완성 기능 개발, 붙여넣기 기능 안정화

* Feat: 프로필 페이지 개발

* Release 0.10.0: 프로필 페이지 개발
  • Loading branch information
sjsjsj1246 authored Nov 17, 2023
1 parent 3228ba9 commit 3dcc196
Show file tree
Hide file tree
Showing 17 changed files with 1,049 additions and 145 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dutying-web",
"private": true,
"version": "0.9.8",
"version": "0.10.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -25,6 +25,7 @@
"history": "^5.3.0",
"immer": "^10.0.2",
"lodash-es": "^4.17.21",
"puppeteer": "^21.5.2",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
Expand Down
Loading

0 comments on commit 3dcc196

Please sign in to comment.