-
Notifications
You must be signed in to change notification settings - Fork 69
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
Feature: transfers between members of different organisations #638
Labels
Comments
franpb14
added a commit
that referenced
this issue
May 15, 2021
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.
franpb14
added a commit
that referenced
this issue
May 15, 2021
the transfer between users from different organisations has been carefully tested and tests like those of transfer_factory which required a parameter. Issue #638.
franpb14
added a commit
that referenced
this issue
May 16, 2021
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.
franpb14
added a commit
that referenced
this issue
May 16, 2021
Some specification in order to finish this feature:
Configuration (Admins of organizations)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I will make the current "time transfer for this offer" button work even if it is an offer from another organisation. This will allow different organisations to exchange time with each other.
The button will work as follows when the exchange is between different organisations:
member A and his organisation give one hour and member B and his organisation get one hour. So now the sum of time of the members of organisation A will be -1 and of organisation B will be 1.
For this Issue the way to share an offer from another organisation will be via URL, then we will look at how to implement a search engine.
The text was updated successfully, but these errors were encountered: