-
Notifications
You must be signed in to change notification settings - Fork 18
Conversation
…onate Button(Global Buttons changed), Added Read more for dscription with 200 char limit, changed the image styles
@harshvitra build still has problems:
|
- also I cannot change uppercase for a folder on MacOS into Git
Fixed (also my preferred fix to change the folder name did not work on MacOS with Git). |
On my local machine changing file name didn't get recorded in the git log because it was just lower case to upper case |
…he-Planet-org/treecounter-app into feature/NewDonations
The different sections in the process are -
If the user has reached directly on this page from some link: The app will show Select Project section. This one works quite well. If the user has selected a project: This section will have the Project name, project image, the cost per tree, and the currency selection option. It will also show an option to change project. This option is conditional - The user has selected a project and reached this page. Doesn't show the option to change project for both conditions
Show the option to select the number of trees they are donating. Show this option when user selected a project, or gifting trees or supporting a competitor, projects have treeCountOptions in the API which will give the list of options, if not in the API we give them the default options - 10, 20, 50, 150 and custom. Works fine If the user has pledged some amount of trees we don't allow them to select tree count. We give them the custom trees option where they can only increase the treeCount. Couldn't test
Add 3 options - Once, monthly and Annually, where user can have recurrent donations. Couldn't test
Show event name, pledged date, pledge event image. Also select the treeCount based on pledged trees. This works very well
Shows name and image of user who will receive of gift, and give option to select treeCount. Also give an Option for multiple gifts not showing yet. Only one gift at a time still.
Shows company name, address and email id of the user if the user has previously added this. Also give an option to edit details, which will take the user to the 2nd screen where they enter details. Couldn't test
Shows payment details of the user if the user has previously added this. Also give an option to edit details, which will take the user to the 3nd screen where they enter details. Works fine
Show option to receive a tax deduction receipt and change country for which receipt is being received. Work very fine |
# Conflicts: # app/actions/apiRouting.js
@@ -143,6 +150,7 @@ | |||
"tcomb-form": "^0.9.21", | |||
"tcomb-form-native": "^0.6.20", | |||
"tcomb-json-schema": "^0.3.2", | |||
"tipsi-stripe": "git+https://github.com/tipsi/tipsi-stripe.git#experimental", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before this is going to be released, we should check if we can change this to an officially released version. The latest beta release is [8.0.0-beta.10] - 2020-04-02 https://github.com/tipsi/tipsi-stripe/blob/master/CHANGELOG.md#800-beta10---2020-04-02 and there has not happened very much since then https://github.com/tipsi/tipsi-stripe/graphs/commit-activity - the overall activity of this repository seems to be quite low.
# Conflicts: # ios/Podfile.lock # package.json
Fix #1098
Fix #1165
Fix #1411
Fix #1356
Draft PR for New Donations.
This PR brings donations to the application.
We are implementing contextual donations, where the app is able to understand the context in which the donations is being made and it can process the donations using those contexts.
The different sections in the process are -
1. Donation To -
If the user has reached directly on this page from some link: The app will show Select Project section.
The app shows an option to select project where the user is redirected to the projects list page and user selects a project.
If the user has selected a project: This section will have the Project name, project image, the cost per tree, and the currency selection option. It will also show an option to change project. This option is conditional -
Show the option to change project when:
Don't show the option to change project when:
2. Tree count selection -
Show the option to select the number of trees they are donating. Show this option when user selected a project, or gifting trees or supporting a competitor, projects have treeCountOptions in the API which will give the list of options, if not in the API we give them the default options - 10, 20, 50, 150 and custom.
If the user has pledged some amount of trees we don't allow them to select tree count. We give them the custom trees option where they can only increase the treeCount.
3. Frequency -
4. If pledge events -
5. If Gift trees -
option to add recipient (Multiple Gifts).
6. Show Contact details -
7. Show Payment details -
8. Tax deduction option -
Collecting open issues from comments here: