Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO 앱 #2

Open
CreatiCoding opened this issue Apr 24, 2022 · 3 comments
Open

TODO 앱 #2

CreatiCoding opened this issue Apr 24, 2022 · 3 comments

Comments

@CreatiCoding
Copy link
Member

CreatiCoding commented Apr 24, 2022

TODO 앱

@CreatiCoding
Copy link
Member Author

CreatiCoding commented Apr 24, 2022

🤔 필요한 사항

  • 언제까지 얼만큼의 task가 있는지 확인할 수 있어야 한다.
    • e.g. 이번주에 이만큼 끝나야 한다.
    • e.g. 오늘 이만큼 끝나야 한다.
  • 업무와 일상의 분리가 잘 되어야 한다.
    • 업무/일상을 따로 보거나 전체를 한번에 볼 수 있어야 한다.
  • history 연계가 잘 되어야 한다.
    • 슬랙 링크를 빠르게 넣을 수 있어야 한다.
  • 하위 task가 있으면 좀 더 좋긴 할 듯..? (%도 측정 가능할 듯)
    • 하위 task를 구체화할 수 있으면 얼마나 걸릴 지 더 정확하게 측정가능
  • 캘린더로의 기능
    • google calendar로 사용

@CreatiCoding
Copy link
Member Author

CreatiCoding commented Apr 24, 2022

quick 기능

✅ Task 등록하기

$ todo add "모듈 만들기"
➜ todo add "모듈 만들기"

╭───────────────────╮
│ ✅ #1 모듈 만들기    │
╰───────────────────╯

✅ Task 조회하기

$ todo log $Number
> No: #1
> Name: 모듈 만들기
> Due: null
$ todo log

#1 모듈 만들기1 [ ~ 04-24 ]
#2 모듈 만들기2 [ ~ 04-25 ]
#3 모듈 만들기3 [ ~ 04-25 ]
#4 모듈 만들기4 [ ~ 04-26 ]

✅ Task에 관련 링크 추가하기

$ todo link 1 https://~~
> successfully add link on #1

✅ Task에 Due 추가하기

$ todo due 1 YYYYDDMM
$ todo �due 1 # 오늘까지
$ todo �due 1 0 # 오늘까지
$ todo �due 1 1 # 내일까지

@CreatiCoding
Copy link
Member Author

App 기능

  • Todo 앱 키기

메인 화면에 노출되어야 하는 내용

Hello $userName, today is 04-24.


~ 04-24 | #1 모듈1 만들기
~ 04-25 | #2 모듈2 만들기
~ 04-25 | #3 모듈3 만들기
~ 04-26 | #4 모듈4 만들기

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant