Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 918 Bytes

TODO.md

File metadata and controls

42 lines (33 loc) · 918 Bytes
  • PWA scaffolding

    • manifest options ✔
    • service worker registration ✔
    • icons ✔
  • ShoppingLists view

    • add list form ✔
    • link lists ✔
    • sort lists ✔
  • ShoppingListDetails view

    • include AddItem form ✔
    • include ShoppingItem components ✔
    • include date selection ✔
    • update to use vueprime components ✔
  • AddItemForm component

    • name, amount ✔
    • update to use vueprime components ✔
  • AddListForm component

    • name, amount ✔
    • update to use vueprime components ✔
  • ShoppingItem component

    • delete ✔
    • update to use vueprime components ✔
  • Routing

    • add vue router ✔
  • Data localstorage

    • implement list of items ✔
    • implement list of shopping lists ✔
    • compute sorted list ✔
  • Material design

    • add vueprime ✔
    • set material design theme ✔
  • Push messages

    • modify service worker to send push notifications on due date