/rocket

It's rocket science

Primary LanguageJavaScript

rocket

UX Problems

  • Savings are not a priority
  • What pro features would we have? Reporting?
  • No access to settings

Missing Views

  • Budget implication after adding a transaction
  • Add New Budget
  • Add New Bill
  • Alerts
  • Settings

Questions?

  • If we're only budgeting for this period and the next, how do we warn the user if they're over budget?
  • Most thinking has been around this being fortnightly, what options would we give for "periods" and would any of them break the structure of the app?
  • How do we handle credit cards?
  • Clear plan needed for initial set up to ensure it's painless for the user even in the middle of a period.
  • Where do we store user's data? MYSQL? iCloud?
  • Can we run PHP on a phone?
  • How we ensure that transactions are up to date?
  • What if a duplicate transaction is entered?
  • Should we notify the user if a transaction was entered that wasn't them?
  • Is there opportunity in showing "offers" non-intrusively?

Bugs

Big Bugs

  • Keyboard glitches when editing info on push panels
  • scrollTop not working when transitioning between sections
  • Geolocate not working
  • Add new styling and UI not built

Little Bugs

  • No "count up" scrolling happening on big numbers
  • last row of numbers not working on keypad

Transactions

Add New

  • Enter digits
  • First digit replaces the zero
  • Decimals must be entered manually (as opposed to an automatic second decimal)
  • Validation? in case the user doesn't include cents or .000 something
  • Swipe to left for next screen
  • Vendor entry

View in list

  • Ordered by date (forced)

Budgets

View

  • See all budgets in a list
  • Graph showing % spent

Edit

  • Edit each budget by tapping an item in the list
  • Variables -- Name -- Recurring? -- Amount -- Date Due?