Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time exchanges can now be made between organisations #639

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

franpb14
Copy link
Collaborator

The feature is working exactly as shown in this drawing. Here you can see it working in the following video and the full trace it would do:

Issue638.mp4

If the source account is the organisation the first trace between first member and organisation would not be there but the rest is the same. When a member makes a donation it is the same, except that they cannot choose the source (as they do with current transfers).

For the implementation I have adapted the current transfers and therefore also had to change some tests (minor changes and specification of a new context).

closes #638.

To do this, 3 transfers are made: member1 --> organization1; organization1 --> organization2; organization2 --> member2. In order to reuse the implemented code and not make it unnecessarily long, it was necessary to make some modifications to the implemented code. Issue #638.
the transfer between users from different organisations has been carefully tested and tests like those of transfer_factory which required a parameter. Issue #638.
Sergi says that an organisation can also give time for an offer from another organisation so now it also works if an admin chooses an organisation's account. I have also refactored my code a bit. Issue #638.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: transfers between members of different organisations
2 participants