ngiachou / WalletHero

A hero we all deserve. Tracking your monthly costs was never been so much fun.
GNU General Public License v3.0
0 stars 0 forks source link

Input cost option functionality #15

Closed ngiachou closed 5 years ago

ngiachou commented 5 years ago

This will be the first option given to the user when she opens the app not for the first time neither for the first time in a month.

This option should ask for the basic information in order to add a new transaction. That information is the following,

  1. Year
  2. Month
  3. Day
  4. The cost/s delimited by a comma.

Example run 1:

Choose year (press enter for default 2018)

Choose month (press enter for default December)

Choose day (press enter for default 5)
1
Input cost (format: <cost type>:<price>)  
Food:5.99
Done

Example run 2:

Choose year (press enter for default 2018)

Choose month (press enter for default December)
November
Choose day (press enter for default 5)
30
Input cost (format: <cost type>:<price>)  
Food:5.99,Drinks:1.65
Done
ngiachou commented 5 years ago

Closing since new ideas have come to the project. Probably a new issue about this design problem will be opened in the future.