issues
search
nomlab
/
camome
CAMOME MOtivates ME
1
stars
11
forks
source link
Change layout of event edit page like google calender
#24
Closed
yoshida564
closed
8 years ago
yoshida564
commented
8 years ago
予定編集画面に以下の変更を加えた.
ユーザが入力しない項目を非表示に変更
見た目をGoogleカレンダーのように変更
実施日時の設定にdatetimepickerを使用
繰り返しを設定するためのmodalを作成
また,以下の問題が残っている.
見た目を変更しただけであるため,登録は行えない
railsのEventのcolumnと対応付ける必要がある
Event column
edit form
uid(text)
no input
categories(text)
no input
description(text)
description(text)
location(text)
where(text)
status(text)
no input
summary(text)
summary(text)
dtstart(datetime)
dtstart(text)
dtend(datetime)
dtend(text)
recurrence_id(integer)
no input(text)
related_to(text)
no input
exdate(datetime)
×
rdate(datetime)
×
created(datetime)
no input
last_modified(datetime)
no input
sequence(datetime)
no input
rrule(string)
×
created_at(datetime)
×
updated_at(datetime)
×
calendar_id(integer)
×
×
All day
繰り返しのSUMMARYの生成ができていない
入力された規則を解析する必要がある
予定編集画面に以下の変更を加えた.
また,以下の問題が残っている.