nhn / tui.calendar

🍞📅A JavaScript calendar that has everything you need.
http://ui.toast.com/tui-calendar
MIT License
11.94k stars 1.29k forks source link

Would it be possible to display Monthly or Yearly days in the Task Only Layout instead of Weekly days? #500

Open geonhong opened 4 years ago

geonhong commented 4 years ago

Version

v1.12.10

Development Environment

Chrome / Mac OS X

Current Behavior

https://nhn.github.io/tui.calendar/latest/tutorial-example09-task-only

  1. Task Only layout 에서 날짜는 1주일 단위로 노출됨 In the Task Only Layout, only the days of a single week are exposed.
  2. 하나의 화면에 하나의 Task row만 노출됨 Only a single task row is displayed per Task Only Layout.

Expected Behavior

  1. Task Only layout 상에서 월 단위 또는 연(year) 단위 날짜 노출 The days of a Month (or a Year) are displayed in the Task Only Layout.
  2. Task Only layout 상에서 다중 task rows 구현 Multiple Task Rows are displayed in the Task Only Layout.

TOAST Calendar를 이용하여 booking system을 구축하고자 합니다. 이를 위해 Task Only Layout을 활용하고자 하는데요. 기본적으로 booking이 최소 2주 단위로 이루어지고 있어 월간 날짜를 횡스크롤 형태로 화면에 노출하고 싶습니다. I'm trying to develop a Room Booking System by using the TOAST Calendar and I want to use the Task Only Layout. In my case, it is necessary to display at least two or more weeks in a page for implementing the booking system. And it is appreciable if I can explore the days by using the horizontal scrolling interface.

그리고 현재 TUI Calendar의 Task row를 여러 줄로 구성하여, 각각의 Task를 Room status를 나타내는 형태로 구현하고자 합니다. And I would also like to show multiple Task Rows where each task row corresponds to each room.

참고로, 현재 구상 중인 페이지 레이아웃은 아래와 같습니다. For reference, here is the page I want to make:

http://ninanobiz.com/trinity/default/book.room.html

위와 같은 기능을 구현하기 위한 방법이 있을까요? Would it be possible to implement the above functionalities by using the TOAST UI?

감사합니다. Many thanks.

dongsik-yoo commented 4 years ago

Can you translate this in english for developers all over the worlds? Thanks in advance.