Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Team-return/JOBIS-DSM-iOS

Repository files navigation

스크린샷 2023-06-14 오후 5 09 22

iOS badge swift badge

DSM 취업 관리 시스템

Screen

iOS 학생 앱

Library

File structure

|-- App
|   |-- Derived
|   |-- JOBIS-DSM-IOS.xcodeproj
|   |-- Project.swift
|   |-- Resources
|   |-- Sources
|   |-- Support
|   `-- Tests
|-- Core
|   |-- DesignSystem
|   `-- JwtStore
|-- Domain
|   |-- ApplicationsDomain
|   |-- AuthDomain
|   |-- BaseDomain
|   |-- BookmarksDomain
|   |-- CodesDomain
|   |-- CompaniesDomain
|   |-- RecruitmentsDomain
|   |-- ReviewsDomain
|   |-- StudentsDomain
|   `-- UsersDomain
|-- Feature
|   |-- BaseFeature
|   |-- BookmarkFeature
|   |-- BookmarkListFeature
|   |-- FindCompanyFeature
|   |-- HomeFeature
|   |-- MainTabFeature
|   |-- MenuFeature
|   |-- MyPageFeature
|   |-- RecruitmentFeature
|   |-- RootFeature
|   |-- SigninFeature
|   |-- SignupFeature
|   `-- SplashFeature
`-- Shared
    |-- GlobalThirdPartyLibrary
    `-- UtilityModule