Git Product home page Git Product logo

my-miracle-time's Introduction

My Miracle Time

intro

시연영상

KakaoTalk_Video_2023-11-26-07-48-30.mp4

Contributor

김세훈 서재원 조관희 하지은
개발 난이도와 더불어 팀원 모두가 도전하고 싶은 뷰여서 몹프로그래밍으로 진행합니다.

MOB 프로그래밍

About Service

서비스명 : 마이 미라클 타임 (a.k.a 마미타)

서비스설명 : 아침 6시에 일어나는 사람만이 미라클 타임이 아니다!! 나의 미라클타임을 정하고 확인할 수 있는 서비스

주요기능 : 나만의 미라클타임을 시각화해서 보여줍니다. (시간표 형태로), 투두리스트 기능을 제공합니다.

Directory Tree

├─ app/network
│   ├─ data
│   │   ├─ api
│   │   └─ remote
│   │       ├─ request
│   │       └─ response
│   └─ ui
│       ├─ onboard
│       ├─ home
│       └─ timeSetting
│

Git Branch

feature 단위로 브랜치를 구성합니다.

  • 해당 작업을 위한 issue를 먼저 생성하고 브랜치를 파서 작업합니다.
  • 작업 완료 후 PR을 날려서 코드리뷰를 받은 뒤 머지합니다. 머지한 뒤에 브랜치는 사용하지 않습니다.

예시)

  • feature/color_setting
  • feature/font_setting
  • feature/main
  • feature/home

Git Commit Convention

Commit Message

  • [{tag}] : {content}
    • tag
      • 커밋의 단위를 표현해주세요.
    • content
      • 해당 커밋에 담긴 구현 내용을 공유해주세요
        • 여러 책임들이 한 커밋에 있지 않도록 주의해주세요.
  • 구현을 하고 commit 을 쪼개지 말고, 작업을 하면서 수시로 commit 을 남겨주세요.

Tag

  • [FEAT] : 새로운 기능 구현 (UI작업도)
  • [ADD] : 부수적인 코드 추가 및 라이브러리 추가, 새로운 파일 생성
  • [CHORE] : 버전 코드 수정, 패키지 구조 변경, 타입 및 변수명 변경 등의 작은 작업
  • [DOCX] : README 및 문서 수정

Code Convention

PRND 컨벤션 준수합니다. https://github.com/PRNDcompany/android-style-guide/blob/main/Resource.md

Before Our Picture

After Our Picture

my-miracle-time's People

Contributors

s9hn avatar librarywon avatar hajieun02 avatar jokwanhee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.