Nicolai Ort niggl
niggl commented on issue lfk/backend#68 2021-01-02 18:41:04 +00:00
Bug: Address circular dependency

To work on the issue i merged the branch for #65 into this issue's branch.

niggl pushed to bugfix/68-address_circular_dependencies at lfk/backend 2021-01-02 18:40:31 +00:00
niggl pushed to feature/65-donor_controllers at lfk/backend 2021-01-02 18:39:03 +00:00
9b5d16ae92 Added todo relateing to the bugfix issue
niggl created pull request lfk/backend#69 2021-01-02 18:35:40 +00:00
New Feature: Donor endpoints feature/65-donor_controllers
niggl opened issue lfk/backend#68 2021-01-02 18:35:05 +00:00
Bug: Address circular dependency
niggl commented on issue lfk/backend#65 2021-01-02 18:27:32 +00:00
Donor API

Tests got implemented.

niggl pushed to feature/65-donor_controllers at lfk/backend 2021-01-02 18:25:59 +00:00
deb13674b2 Added donor put (update) tests
niggl pushed to feature/65-donor_controllers at lfk/backend 2021-01-02 18:14:00 +00:00
17c82ff409 Added donor delete tests
niggl pushed to feature/65-donor_controllers at lfk/backend 2021-01-02 18:12:03 +00:00
f9e314bf9f Added donor add test for address needed error
niggl pushed to feature/65-donor_controllers at lfk/backend 2021-01-02 18:10:24 +00:00
e4c1930dd1 Added donor post (add) tests
b337ab424d Added donor get tests
Compare 2 commits »
niggl pushed to feature/65-donor_controllers at lfk/backend 2021-01-02 18:02:17 +00:00
82a0e194cb Updated track tests for paralellism
niggl pushed to feature/65-donor_controllers at lfk/backend 2021-01-02 18:01:57 +00:00
599296c4e3 Removed addresses from tests until the circular dependencies are solved
niggl pushed to feature/65-donor_controllers at lfk/backend 2021-01-02 17:30:04 +00:00
2594a607dc Added address check for donors that want a receipt on update
niggl commented on issue lfk/backend#65 2021-01-02 17:29:29 +00:00
Donor API

Donor deletion works, but cascadeing donation deletion will be handeled in #66.

niggl pushed to feature/65-donor_controllers at lfk/backend 2021-01-02 17:28:23 +00:00
335d4e24da Added address check for donors that want a receipt
niggl pushed to feature/65-donor_controllers at lfk/backend 2021-01-02 17:19:53 +00:00
becc277123 Merge branch 'feature/65-donor_controllers' of git.odit.services:lfk/backend into feature/65-donor_controllers
52cdd41ec8 Fixed not null constraint
Compare 2 commits »
niggl pushed to feature/65-donor_controllers at lfk/backend 2021-01-02 17:19:41 +00:00
53548ba7a6 Fixed not null constraint
niggl pushed to feature/65-donor_controllers at lfk/backend 2021-01-02 17:12:19 +00:00
1dc438beb2 Mitigated circular dependency (to be fixed)
niggl pushed to feature/65-donor_controllers at lfk/backend 2021-01-02 16:07:19 +00:00
c9ba69792f Extended todo w/ issue link
niggl pushed to feature/65-donor_controllers at lfk/backend 2021-01-02 15:55:28 +00:00
ab67e5f4aa Added basic runner updateing