Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented Sequence Run Manager BSSH event processing #36

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

victorskl
Copy link
Member

  • We will be still subscribing to ICA v1 ENS for BSSH event
  • Our internal entity model as well as domain model are not specific to BSSH
  • SequenceDomain struct wrap Sequence entity instance and its purpose is to
    handle all translation between entity to domain event schema semantic
  • EventBus schema auto-generated Code Bindings sequencerunstatechange is part
    of domain package. Its internals should be interfaced through SequenceDomain
  • Made a good unit test coverage on marshall/unmarshall and all aspect of serde
  • Made DJANGO_SETTINGS_MODULE config mandatory instead of defaulting to base
  • Added documentation

* We will be still subscribing to ICA v1 ENS for BSSH event
* Our internal entity model as well as domain model are not specific to BSSH
* SequenceDomain struct wrap Sequence entity instance and its purpose is to
  handle all translation between entity to domain event schema semantic
* EventBus schema auto-generated Code Bindings `sequencerunstatechange` is part
  of domain package. Its internals should be interfaced through SequenceDomain
* Made a good unit test coverage on marshall/unmarshall and all aspect of serde
* Made `DJANGO_SETTINGS_MODULE` config mandatory instead of defaulting to base
* Added documentation
@victorskl victorskl self-assigned this Jun 23, 2023
@victorskl victorskl added the feature New feature label Jun 23, 2023
@victorskl victorskl added this to the Release 0.1.0 milestone Jun 23, 2023
@victorskl
Copy link
Member Author

@victorskl
Copy link
Member Author

Copy link
Member

@reisingerf reisingerf left a comment

Choose a reason for hiding this comment

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

Awesome!

@victorskl
Copy link
Member Author

Thanks all, merging...

@victorskl victorskl merged commit 549c82d into main Jun 27, 2023
@victorskl victorskl deleted the implement-srm-bssh-event-processing branch June 27, 2023 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants