trex icon indicating copy to clipboard operation
trex copied to clipboard

youtube & tiktok analysis + youchoose recommendation custmizer. backend, extensions, and tooling

Results 96 trex issues
Sort by recently updated
recently updated
newest added

The user should be provided a command to list experiment details (steps, creation date, etc...) This involves to: - [ ] create an API /v2/experiments/:experimentId that returns the experiment details...

feat

this happen when clicked from the tiktok.tracking.exposed homepage the _compare_ button. ![image](https://user-images.githubusercontent.com/89555/198856825-042b82ff-1db7-44f2-8eca-2a6ce063e063.png)

bug

Some requests are rejected as they are too large 😢 ``` PayloadTooLargeError: request entity too large at readStream (/app/node_modules/raw-body/index.js:156:17) at getRawBody (/app/node_modules/raw-body/index.js:109:12) at read (/app/node_modules/body-parser/lib/read.js:79:3) at jsonParser (/app/node_modules/body-parser/lib/types/json.js:135:5) at Layer.handle...

Create a component to use in the extensions that is able to parse the contribution collected into metadata and displays it in the UI. This requires the #674 to be...

browser-extension

The signature validation fails for _yt:backend_ and needs some investigation.

bug

1. it should be in the CI 2. the version prefix fails and it is empty 3. should print the produced filename at the end of the execution linked to...

NOT urgent
build

Electron has an easy way to keep its application updated and we should implement it in our `guardoni` electron app. The instructions can be found [here](https://www.electronjs.org/docs/latest/tutorial/updates).

feat

At the moment the coverage for [platforms/yttrex/backend/lib](https://github.com/tracking-exposed/trex/tree/master/platforms/yttrex/backend/lib) is the lowest in the all monorepo. ``` All files platforms/yttrex/backend/lib 35.54% Statements 305/858 17.87% Branches 42/235 36% Functions 45/125 36.05% Lines 300/832...

refactor
test

* each access to a new profile should have an incremented counter * hint: look for the variable `newProfile` * `newProfile` should be removed because when `execount === 1` then...

bug

The behavior `guardoni` has to assume may differ from platform to platform and should be possible provide different implementation for guardoni execution based on the platform domain. At the moment...