math-dojo / user-account-service

Microservice for managing the users of the math-dojo platform
1 stars 0 forks source link

Add DELETE and PUT methods for /organisations routes #16

Closed noce2 closed 4 years ago

noce2 commented 4 years ago

Purpose

Does this introduce a breaking change?

[X] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[X] Bugfix
[X] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]

What to Check

Verify that the following are valid

.................................. Terminating the functions process running with id 24655

9 scenarios (9 passed) 25 steps (25 passed)



## Other Information
<!-- Add any other helpful information that may be needed here. -->
It's worth noting that because the funciton doesn't yet integrate with a persistence layer, there is no need to pre-condition tests that need to get, delete or update existing organisation entities. When the persistence layer is added, this will have to change.