Skip to content

Instantly share code, notes, and snippets.

@Lifree
Last active August 29, 2015 14:22
Show Gist options
  • Save Lifree/a0a2a01acb25b9da7b8a to your computer and use it in GitHub Desktop.
Save Lifree/a0a2a01acb25b9da7b8a to your computer and use it in GitHub Desktop.
GroupShoppingPlanner

Overview GroupShoppingPlanner

28 05 15

Menu

Itemtable

new itemtable

  • choose/ add buyer (from friends)
    • click on selectedadd costs (otherwise separate it evenly)
    • next to buyer delete buyer
  • choose/ add consumer (from friends)
    • next to consumer delete consumer
  • choose/ add item (from items)
    • click on selected change price
    • next to item delete item
  • add optional data (bought at, use-case, ...)

show tables

  • click on table
  • show items
    • current available / bought
    • click on item edit price per unit
    • add item
    • next to item remove item
      • warning if the current available isn't 0
  • show buyer
    • add buyer
    • click on buyer change costs
  • show consumer
    • add consumer
    • next to consumer remove consumer
      • warning if the consumer have debts

show items

  • show item-tree
  • click on type
    • change name
    • delete type and all subtypes
      • warning if it isn't empty
  • click on item
    • change name
    • change price
  • next to item delete item
    • warning if it is used in a itemtable

add item

  • choose/add (sub)type
  • add price
  • add amount
    • add optional an sub amount bar (e.g. liquids)
  • add optional data(bought at,lactose-free,...)

self-service-mode

  • choose itemtable
  • set pw
    • if app gets closed and open again directly go to this SSM
    • only go back if pw is correct
  • display consumer
    • click on consumer show items
      • click on item set used units
      • alternativ add the size of tumbler and set the procentual portion
      • return to item-view
    • return to consumer-view

Friends & Debts

add friend

  • add via contacts or
  • add name
  • add optional data(address)

click on friend

  • show debts
    • click on debts shows details
  • show balance
    • click on balance show details
  • send debts-report * direct share text

next to friend

  • delete friend

Settings

theme

size

Link - List

Design Patterns Design Guidelines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment