Add documentation on how to write a RecordBuilder#739
Add documentation on how to write a RecordBuilder#739
Conversation
|
Reading well, thanks! Will read it again but definitely a helpful piece of new docs! :) |
Co-authored-by: Michal Kleiner <michal@innocraft.com>
Co-authored-by: Michal Kleiner <michal@innocraft.com>
|
Can this be merged @matomo-org/core-reviewers ? |
|
We may need to do a one final sweep but probably very close to being able to merge this. |
|
@matomo-org/core-reviewers We should merge this, as this will be helpful for other devs wanting to use Recordbuilders |
|
We probably still need to decide within the core team whether it covers what it needs to cover and maybe remove the unstable information at the top if we deem it stable. But since things run just fine since Matomo 5 around archiving and we haven't seen any significant issues related to archiving it might just be fine as is. Have you followed the docs and try to create a new record builder, @AltamashShaikh? |
@michalkleiner While developing something for AbTesting, I tried looking for a doc but couldn't find anything and I looked different plugins and completed my change, but reading the doc I can confirm the steps mentioned looks correct and would help if someone wants to use RecordBuilder. |
|
@diosmosis @michalkleiner Can we please merge this ?? |
| <div markdown="1" class="alert alert-warning"> | ||
| **This API is unstable.** | ||
|
|
||
| The RecordBuilder API will eventually be public and the only way to define archiving logic, but for now the API is unstable | ||
| and subject to change. Please be aware it could potentially change between minor version releases. | ||
| </div> |
There was a problem hiding this comment.
Is this still unstable or is this now the default and we can remove this warning?
There was a problem hiding this comment.
that is up to the core team. feel free to change it yourself when your team decides the answer to that.
|
I think this can probably be merged, just posted two questions. |
@michalkleiner should we merge this now ?? |
|
@matomo-org/core-reviewers what do we think? Mainly on the stability aspect. |
Description:
As title.
Review