Skip to content

Latest commit

 

History

History
86 lines (60 loc) · 2.05 KB

content.md

File metadata and controls

86 lines (60 loc) · 2.05 KB

USERS

What is the personnality of the web site Define systems

Style

  • Font

    font-family: "Sono", sans-serif;

Color Palette

General

  • button : #413b51
  • Highlight: rgb(255, 189, 8)
  • Form text:#292534

Todo item hover color

#413b51

icon Highlight

#d0c9e2

Action

Done Due today Overdue Due Tomorrow Upcoming and number of day Archive

Features

sort the date late date Alarm to alert user

Formula

dateBetween(deadline(),dateNow()) < -1 --> action= Archive

if the deadline is today then return Due today

if the deadline is in the past then return overdue

if the deadline is tomorrow then return due tomorrow

if the deadline is within the next week then return delta this week and find day of week

05:57.988

templates

`

    • Deadline
    • Done
    • Tag

    ${item.title}

    ${item.description}

    ${item.dealine}

    delete
    • test
    • test

    ${item.daysleft} day left

  • `