Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Demo - with "and" behavior
  2. CI Test - two attributes


Issues/Decisions

...


#IssueNotesDecision
1Does request body need to declare "publicCmHandleProperties"?

Do we need to explcitly declare "publicCmHandleProperties"? 

Will there be another possible variation to this in the future?

Code Block
languageyml
{
  "publicCmHandleProperties" : {           
        "module1": "revision1",
		"module2": "revision2"    }
}


Not another variation but there will be "modules" included in future implementations.
2



Analysis

...

High level steps:

  1. Update openapi specification for new endpoint
  2. Update Controller for new endpoint
  3. Add new SQL query to return data
    1. If no data found return all cm handles 
    2. else return data
  4. Implement 400 if request does not follow structure
  5. Create CSIT test with two attributes
  6. Demo functionality


Below is the implementation proposal for this story.

...