Make roster request auctions when internal executor is missing #90

reynisson
commented 2021-11-28 15:40:29 +00:00
(Migrated from github.com)
- Create a new adapter called LaunchAuctionAdapter in the ch.unisg.roster.roster.adapter.out.web package
- The adapter should have a method called launchAuction that takes NewTaskCommand command as parameter
- The adapter should call the auction house to launch a new auction (see ch.unisg.tapastasks.tasks.adapter.out.web.PublishNewTaskAddedEventWebAdapter) for an example of an adapter that does something similar. You should POST to /auctions/
- In the body you need to put taskUri and taskType into the body of the POST request. These you can get from the command
- [ ] Create a new adapter called LaunchAuctionAdapter in the ch.unisg.roster.roster.adapter.out.web package
- [ ] The adapter should have a method called launchAuction that takes NewTaskCommand command as parameter
- [ ] The adapter should call the auction house to launch a new auction (see ch.unisg.tapastasks.tasks.adapter.out.web.PublishNewTaskAddedEventWebAdapter) for an example of an adapter that does something similar. You should POST to /auctions/
- [ ] In the body you need to put taskUri and taskType into the body of the POST request. These you can get from the command
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?