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

Commits on May 15, 2021

  1. feat: time can now be spent on an offer from another organization

    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 committed May 15, 2021
    Configuration menu
    Copy the full SHA
    11048ec View commit details
    Browse the repository at this point in the history
  2. tests: covered the new use case and other tests have been adapted

    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 committed May 15, 2021
    Configuration menu
    Copy the full SHA
    ca70d10 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. feat: organisations can also transfer time for the offer

    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 committed May 16, 2021
    Configuration menu
    Copy the full SHA
    1c61670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f59f9d View commit details
    Browse the repository at this point in the history