Skip to content

refacto: Inheritance refactor #76

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

Merged
merged 18 commits into from
May 23, 2020
Merged

refacto: Inheritance refactor #76

merged 18 commits into from
May 23, 2020

Conversation

eskombro
Copy link
Member

@eskombro eskombro commented May 19, 2020

Remove the unnecessary complexity of inheritance.

A Client handles MeiliSearch instance at a higher level (system, keys, health indexes).
An Index is a class capable of handling documents in a given index, as well as search requests and settings.

Closes #54

@eskombro eskombro marked this pull request as ready for review May 20, 2020 16:10
@eskombro eskombro force-pushed the inheritance_refactor branch from 327130c to d75294c Compare May 20, 2020 16:11
@eskombro eskombro force-pushed the inheritance_refactor branch from d75294c to ff355c0 Compare May 20, 2020 16:14
@eskombro eskombro requested review from bidoubiwa and curquiza and removed request for bidoubiwa May 20, 2020 16:16
@curquiza curquiza requested a review from bidoubiwa May 20, 2020 17:55
Copy link
Member

@curquiza curquiza left a comment

Choose a reason for hiding this comment

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

Top moumoute

eskombro and others added 3 commits May 20, 2020 20:34
Co-authored-by: Clémentine Urquizar <[email protected]>
Co-authored-by: Clémentine Urquizar <[email protected]>
curquiza
curquiza previously approved these changes May 20, 2020
Copy link
Member

@curquiza curquiza left a comment

Choose a reason for hiding this comment

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

👌

@eskombro eskombro self-assigned this May 21, 2020
@eskombro eskombro merged commit 0e90e64 into master May 23, 2020
@eskombro eskombro deleted the inheritance_refactor branch May 23, 2020 16:14
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.

Inheritance refactoring
3 participants