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

Add interfaces for writing Item/Property term stores #234

Merged
merged 1 commit into from
Feb 13, 2020
Merged

Conversation

mariushoch
Copy link
Member

These tiny interfaces are meant to eventually replace wikibase/term-store.

These tiny interfaces are meant to eventually replace
wikibase/term-store.
use Wikibase\DataModel\Entity\ItemId;
use Wikibase\DataModel\Term\Fingerprint;

interface ItemTermStoreWriter {
Copy link
Contributor

Choose a reason for hiding this comment

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

BTW. This is going to replace EntityTermStoreWriter interface

Copy link
Member Author

Choose a reason for hiding this comment

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

EntityTermStoreWriter is generally defined on EntityId/ EntityDocument, it might have a use for other entity types.

Copy link
Contributor

@Ladsgroup Ladsgroup left a comment

Choose a reason for hiding this comment

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

It looks good to me, I leave it to other to merge though.

@Ladsgroup Ladsgroup merged commit a183ea5 into master Feb 13, 2020
@Ladsgroup Ladsgroup deleted the addTermStore branch February 13, 2020 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants