-
Notifications
You must be signed in to change notification settings - Fork 11
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
add new tcf fields to system model #173
Conversation
@@ -1138,10 +1138,10 @@ class System(FidesModel): | |||
description="Deprecated. The responsibility or role over the system that processes personal data", | |||
) | |||
egress: Optional[List[DataFlow]] = Field( | |||
description="The resources to which the System sends data." | |||
description="The resources to which the system sends data." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
decided to standardize capitalization of system
across the descriptions in this model class while i was here
@@ -1225,6 +1225,24 @@ class System(FidesModel): | |||
data_security_practices: Optional[str] = Field( | |||
description="The data security practices employed by this system." | |||
) | |||
cookie_max_age_seconds: Optional[int] = Field( | |||
description="The maximum storage duration, in seconds, for cookies used by this system." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Descriptions were informed by official spec's descriptions here
40ec6ec
to
8e16f5a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Closes #172
Description Of Changes
See issue description
Code Changes
System
modelSteps to Confirm
n/a, automated test coverage should be good enough for us here as this is a pretty straightforward additive change
Pre-Merge Checklist
CHANGELOG.md