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

日付が今日と明日しか指定できない。 #8

Open
solWat opened this issue Jun 2, 2020 · 2 comments
Open

日付が今日と明日しか指定できない。 #8

solWat opened this issue Jun 2, 2020 · 2 comments
Labels

Comments

@solWat
Copy link
Member

solWat commented Jun 2, 2020

これをやめたい

https://github.com/KAZYPinkSaurus/kazy-english-class-notify/blob/872edc098a44c53560c891acb8ad77a6f5e05378/notify.py#L30

if day == "" or day == "today":
        days = 0
    elif day == "tomorrow":
        days = 1
    else:
        days = int(day)
@KAZYPinkSaurus
Copy link
Member

KAZYPinkSaurus commented Jun 4, 2020

@solaWat
日付を指定するのではなく

  1. 本日未予約 →今日以降の情報
  2. 本日予約済み →明日以降の情報
    となっているのがユーザとしては嬉しいかなぁと思う

@KAZYPinkSaurus KAZYPinkSaurus added the 重要度:中 Priority B label Jun 18, 2020
@KAZYPinkSaurus
Copy link
Member

ウェブアプリになったときにカレンダーでポチポチなのでその時考える

@KAZYPinkSaurus KAZYPinkSaurus added 重要度:低 Priority C and removed 重要度:中 Priority B labels Jun 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants