Make roster request auctions when internal executor is missing #90

Closed
opened 2021-11-28 15:40:29 +00:00 by reynisson · 0 comments
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
Sign in to join this conversation.
No description provided.