Versions Compared

Key

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

...


IssueDecision
1Should the response be a string or described using a schema?yes, we will describe the request and response using a schema
2

What approach is best for getting the data from the DB?

  1. Have two methods that execute a native query and determine intersection on ncmp side
    1. get cm handles for the given module names and revisions 
    2. get cm handles for the given module name
  2. Have one method that combines the above queries into one
  3. Iterate over the list of modules and get the cm handle id for each.

I propose to use option 1 to improve performance and readability.

We no longer need to make a decision on this as we do not need revision (see no.3)

3Is revision necessary for this use case?No, we agreed moduleName is only needed for now.

...