loopbackio / loopbackio/loopback-next
[Model Relation] hasAndBelongsToMany
@frbuceta is already working on this.
Since May 4, 2020.
- Dominant language
- TypeScript
- Stars
- 5.1k
- Forks
- 1.1k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 27
Description
## Description / Steps to reproduce / Feature proposal
Originated from https://github.com/strongloop/loopback-next/issues/2043
This issue is created specific for `hasAndBelongsToMany` because the original issue contains other types of model relation.
A few comments from #2043 that are related to `hasAndBelongsToMany`.
- @bajtos gave some info and starting point on creating a new relation type: https://github.com/strongloop/loopback-next/issues/2043#issuecomment-441176508
- @RaphaelDrai posted a design doc on `hasAndBelongsToMany`: https://github.com/strongloop/loopback-next/issues/2043#issuecomment-447065436
- I believe @bajtos suggested to make the design docs in `.md` or in gist for easier review (?)
cc @RaphaelDrai @TomerSalton @codejamninja - Since you've expressed interests to implement this model relation type, I'm assigning it to you. Please let me know if i'm wrong and i can remove you from the assignees list. Also, if there's anything I can help facilitating, please let me know.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.