Create screen: Open Shopping List

Issue #17 resolved
Igor Santos repo owner created an issue

No description provided.

Comments (10)

  1. Igor Santos reporter
    • adding a stub Open List screen. The New List action should create silently a list called "New List" (or something like this) and then open it with this same screen. refs #17 and #19

    → <<cset 1dbe3e3cbfb3>>

  2. Igor Santos reporter
    • implementing adding an item to a list. refs #20
    • using better-formatted fake owners of the list, to make it easier to switch to the final data
    • selecting number fields text when user focus them
    • using default quantity of 1
    • adding doc to listNewItem, that's a complicated window
    • using createNoticeText in the item's list too. refs #17

    → <<cset 6647b797e214>>

  3. Igor Santos reporter
    • adding checklist behavior for the list of products. Still needs to implement properly closing the list (moving unchecked items to a new list and showing the costs summary)
    • adding a stub event of product click. refs #61
    • introducing several small issues to be taken care of, related to the current UI based on an ActionBar button refs #17, #19, #20

    → <<cset c3262eceb1e5>>

  4. Log in to comment