This repository was archived by the owner on Aug 15, 2023. It is now read-only.
This repository was archived by the owner on Aug 15, 2023. It is now read-only.
[taboule] ^v2 improvements #441
Description
- In every trex website you can find
static/js/global.js
and a function that help in testing different server endpoint.
Taboule doesn't use this utility and this prevent certain condition to work (I'm talking about this ttps://github.com/tracking-exposed/tiktok.tracking.exposed/blob/main/static/js/global.js ) - The csv button in the Taboule is a .txt while it should be a .csv
- The filtering button in the Taboule is not filtering results. It would be nice if the .csv produced inside Taboule could contain just the filtered results and not all of them
-
/personal/
API might become just the equivalent of whatsummary
now (.count of all the collections with a publicKey, and a check in supporters collection to return lastActivity and pseudonym) - Taboule should only call the 'metadata' API which is quite flexible already (as it take as parameters a wider list of possibilities such as the
publicKey
(usable in the current "personal page"), but as well alsoexperimentId
andresearchTag
which make it usable in other pages. - Taboule in regarding of tiktok should support
foryou
andfollowing
(feed),search
, andprofile
.
updated after a chat with @ascariandrea