Crispin | Tany | J | Mille |
Back-End | Back-End | Front-End | Front-End |
- 2022.06 ~ 2022.11
- GitHub Repository의 Issue 관리 시스템 구현
📦 src
┣ 📂 docs
┣ 📂 main
┃ ┣ 📂 generated
┃ ┃
┃ ┣ 📂 java
┃ ┃ ┣ 📂 config
┃ ┃ ┣ 📂 controller
┃ ┃ ┃ ┗ 📂 page
┃ ┃ ┃
┃ ┃ ┣ 📂 domain
┃ ┃ ┃ ┣ 📂 assignee
┃ ┃ ┃ ┣ 📂 comment
┃ ┃ ┃ ┣ 📂 issue
┃ ┃ ┃ ┣ 📂 label
┃ ┃ ┃ ┣ 📂 member
┃ ┃ ┃ ┗ 📂 milestone
┃ ┃ ┃
┃ ┃ ┣ 📂 exception
┃ ┃ ┣ 📂 exceptionhandler
┃ ┃ ┣ 📂 login
┃ ┃ ┃ ┣ 📂 interceptor
┃ ┃ ┃ ┣ 📂 jwt
┃ ┃ ┃ ┗ 📂 oauth
┃ ┃ ┃ ┣ 📂 config
┃ ┃ ┃ ┣ 📂 dto
┃ ┃ ┃ ┗ 📂 repository
┃ ┃ ┃
┃ ┃ ┣ 📂 service
┃ ┃ ┃ ┗ 📂 dto
┃ ┃ ┃ ┣ 📂 request
┃ ┃ ┃ ┗ 📂 response
┃ ┃ ┃
┃ ┃ ┗ 📂 util
┃ ┗ 📂 resources
┃
┣ 📂 test
┃ ┣ 📂 java
┃ ┃ ┗ 📂 team20
┃ ┃ ┃ ┗ 📂 issuetracker
┃ ┃ ┃ ┣ 📂 config
┃ ┃ ┃ ┣ 📂 controller
┃ ┃ ┃ ┃
┃ ┃ ┃ ┣ 📂 docs
┃ ┃ ┃ ┃ ┣ 📂 config
┃ ┃ ┃ ┃ ┗ 📂 util
┃ ┃ ┃ ┃
┃ ┃ ┃ ┣ 📂 integration
┃ ┃ ┃ ┃ ┣ 📂 controller
┃ ┃ ┃ ┃ ┗ 📂 service
┃ ┃ ┃ ┃
┃ ┃ ┃ ┗ 📂 service
┃ ┗ 📂resources
┗ 📜README.md
📦src
┣ 📂apis
┣ 📂assets
┣ 📂components
┃ ┣ 📂Comment
┃ ┣ 📂CommentForm
┃ ┣ 📂FilterBar
┃ ┣ 📂Header
┃ ┣ 📂HomeHeader
┃ ┣ 📂IssueDetailHeader
┃ ┣ 📂IssueDetailInfo
┃ ┣ 📂IssueList
┃ ┣ 📂LabelItem
┃ ┣ 📂MilestoneList
┃ ┣ 📂Navbar
┃ ┣ 📂NewIssueForm
┃ ┣ 📂SideBar
┃ ┣ 📂TabLink
┃ ┣ 📂ThemeSwitch
┃ ┗ 📂common
┃ ┃ ┣ 📂Button
┃ ┃ ┣ 📂CheckBox
┃ ┃ ┣ 📂CustomLink
┃ ┃ ┣ 📂DropDown
┃ ┃ ┣ 📂Input
┃ ┃ ┣ 📂Label
┃ ┃ ┣ 📂Loading
┃ ┃ ┣ 📂ProgressBar
┃ ┃ ┣ 📂TabItem
┃ ┃ ┣ 📂TextArea
┃ ┃ ┗ 📂UserProfile
┣ 📂constants
┣ 📂hooks
┣ 📂icons
┣ 📂layout
┣ 📂mocks
┣ 📂pages
┃ ┣ 📂Home
┃ ┣ 📂IssueDetail
┃ ┣ 📂Labels
┃ ┣ 📂Login
┃ ┣ 📂LoginCallback
┃ ┣ 📂Milestones
┃ ┣ 📂NewIssue
┃ ┣ 📂NewMilestone
┃ ┣ 📂NotFound
┣ 📂routes
┣ 📂stores
┣ 📂styles
┣ 📂types
┣ 📂utils
┣ 📜App.tsx
┣ 📜custom.d.ts
┗ 📜index.tsx