Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete documentation for TCModel #10

Open
jelenatomcic opened this issue Feb 10, 2020 · 2 comments
Open

Incomplete documentation for TCModel #10

jelenatomcic opened this issue Feb 10, 2020 · 2 comments
Assignees

Comments

@jelenatomcic
Copy link

Version
since release of 1.0.0-beta.5 (or maybe 1.0.0-beta.4), documentation page has no version on it

Module
core

Describe the bug
Documentation for TCModel does not include some methods:

  • empty() - this method was described at some point, we are using it in our implementation
    we are using it for example like this
tcModel.purposeConsents.empty()
  • any method for setting publisherConsents or publisherLegitimateInterest, like
tcModel.publisherConsents.set(Array)
tcModel.publisherLegitimateInterest.set(Array)

Since our implementation depends on the implementation of TCModel, we need to have reliable documentation which includes exactly what is implemented.

Steps to Reproduce
See https://iabtcf.com/api/core/classes/tcmodel.html

Expected behavior
Documentation should cover TCModel implementation in full.

Actual behavior
Some methods are missing (s. above)

@chrispaterson chrispaterson self-assigned this Feb 10, 2020
@chrispaterson
Copy link
Collaborator

I am currently working on this.

@taearls
Copy link

taearls commented Apr 2, 2020

I'm experiencing the same issue. We need to be able to set individual purposes, specialFeatures, and vendors to be compliant but no methods are available.

@chrispaterson chrispaterson transferred this issue from InteractiveAdvertisingBureau/iabtcf-es May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants