Skip to content

markkitz/dapr-6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For all

  • create unit tests
  • make sure it shows up on zipkin with attributes.
  1. Create a new PUT method on the UpdateOffer controller "OfferSent"
  • it should update the offer status to OfferSent
  • it should send out an updatedOffer event.
  1. Create a new Feature OfferAccepted
  • it will have it's own event topic called "offer.accepted"
  • update the offer with the offerstatus of OfferAccepted
  • fire off your new event
  1. Create your own micro service called NewEmployee
  • it subscribes to the "offer.accepted"
  • it could multiple of things
    • send off a "newemployee.adaccountedneeded"
    • send off an "newemployee.created"
  • add method ADAccountCreated.
    • the logic app (or other microservice) will listen to the "newemployee.adaccountedneeded" create the AD and call this event (providing the AD username)
    • update your state with AD username
    • send out an event that "newemployee.ADAccountActived"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published