From 9fb7b308100847931a0e07888116be624bd6033b Mon Sep 17 00:00:00 2001 From: Zanetta Norris Date: Thu, 12 Mar 2020 16:46:11 -0400 Subject: [PATCH 1/2] added project proposal readme --- .idea/compiler.xml | 2 +- .idea/libraries/Maven__junit_junit_4_12.xml | 13 +++++++++++++ .../Maven__org_hamcrest_hamcrest_core_1_3.xml | 13 +++++++++++++ ProjectStructure Readme | 14 ++++++++++++++ main.iml | 4 +++- 5 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 .idea/libraries/Maven__junit_junit_4_12.xml create mode 100644 .idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml create mode 100644 ProjectStructure Readme diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 4c1f4b3..7bfb024 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -10,7 +10,7 @@ - + \ No newline at end of file diff --git a/.idea/libraries/Maven__junit_junit_4_12.xml b/.idea/libraries/Maven__junit_junit_4_12.xml new file mode 100644 index 0000000..d411041 --- /dev/null +++ b/.idea/libraries/Maven__junit_junit_4_12.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml b/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml new file mode 100644 index 0000000..f58bbc1 --- /dev/null +++ b/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/ProjectStructure Readme b/ProjectStructure Readme new file mode 100644 index 0000000..6a6890e --- /dev/null +++ b/ProjectStructure Readme @@ -0,0 +1,14 @@ +JUST CODE README + +Create a financial app which interacts with a user at a Point of Sale terminal. +The app scans the user’s purchase total, and gives the option to round up to the next whole dollar (or other specified figure) +The app then provides a menu of options of where to send the extra funds. The funds could be sent to a savings account, a charity, a mutual fund or other investment. +The app would also print a receipt showing the value of the original bill, the rounded up value, and how much was + committed to each account. +The initial development stage would involve creating the UML, the user interface, and the functionality of adding and subtracting dollar amounts. + + +Future functionality +The app could provide access to a database which stores customer account profile data, balance, fund choices. +It could also track the progress of the chosen fund from real market data, and return the resulting change in value to balance. +The app might also give the option to add a new fund or charity diff --git a/main.iml b/main.iml index 4fd5057..a5cc752 100644 --- a/main.iml +++ b/main.iml @@ -1,6 +1,6 @@ - + @@ -8,5 +8,7 @@ + + \ No newline at end of file From bb5a23d38cf15188212a434cf9567e1b9524d1dd Mon Sep 17 00:00:00 2001 From: Zanetta Norris Date: Thu, 12 Mar 2020 17:02:07 -0400 Subject: [PATCH 2/2] practising pull request --- ProjectStructure Readme | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ProjectStructure Readme b/ProjectStructure Readme index 6a6890e..85d820f 100644 --- a/ProjectStructure Readme +++ b/ProjectStructure Readme @@ -11,4 +11,5 @@ The initial development stage would involve creating the UML, the user interface Future functionality The app could provide access to a database which stores customer account profile data, balance, fund choices. It could also track the progress of the chosen fund from real market data, and return the resulting change in value to balance. -The app might also give the option to add a new fund or charity +The app might also give the option to add a new fund or charity. +