Skip to content

Conversation

@JBWilkie
Copy link
Contributor

@JBWilkie JBWilkie commented Oct 9, 2024

Problem

darwin-py cannot currently import item-level properties

Solution

  • Extend the import code to handle item-level properties
  • Add 2 end-to-end tests to cover import of item-level properties

Changelog

Support for importing item-level properties

@linear
Copy link

linear bot commented Oct 9, 2024

annotation["annotation_properties"] = dict(_map)


def _update_payload_with_item_level_properties(
Copy link
Contributor

@dorfmanrobert dorfmanrobert Oct 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets rename this and update the description unless we are updating the payload like we do in _update_payload_with_properties, since its not updating the payload but just returning the serialized_item_level_properties

Copy link
Contributor

@dorfmanrobert dorfmanrobert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A handful of small things, there is one that regards the actual logic though: #936 (comment)

@JBWilkie JBWilkie merged commit a8f1a90 into master Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants