(feat): Views core module
CQL Schema:
CREATE TABLE minds.views (
year int,
month tinyint,
day tinyint,
uuid timeuuid,
entity_urn text,
page_token text,
position int,
platform text,
source text,
medium text,
campaign text,
delta int,
PRIMARY KEY (year, month, day, uuid, entity_urn, page_token)
);
- Record boosts
changed the description
marked the task Record boosts as completed
added 1 commit
- 4f26c54d - (feat): Inject seconds since page token was generated (delta)
changed the description
unmarked as a Work In Progress
added 4 commits
- 90755769...9b4c685a - 3 commits from branch
minds:master
- 0a5e4441 - Merge remote-tracking branch 'upstream/master' into sprint/FunnyFrog.goal.analytics-views
- 90755769...9b4c685a - 3 commits from branch
changed the description
added 1 commit
- 2679a314 - (feat): Add platform to client meta and View
approved this merge request
approved this merge request
mentioned in commit 7a06fe36
merged
Please register or sign in to reply