Issue #61
Creates frame specifically used for consent disclosure form and contains:
basic structure (title, same styling)
link to pdf (opens new tab)
🎺 checkboxes (ONLY appears after link is clicked) 🎺
constants.js and sample_app.js: adds strings required to display frame
nav.js: adds this frame into FrameFactory 🏭
frames.css: minor styling changes to checkboxes 🎨
images/consent.pdf: placeholder pdf file (actual file needs to be at same location + name)test_model.html and test_frames.html: adds in this file
test_frames.js and test_dbt_worksheet_model.js: adds test for this frame
-- _(param='consentdisclosure')
dbt_worksheet_model.js:
adds method that builds this frame
adds toggle option to display frame
fixes some outdated doc
consent_disclosure.js: 💪
render() features:
title, instruction text
pdf link (Frame depends on link to be clicked before checkboxes appear)
if this dependency is not liked, it's easy to change.
Issue #61 Creates frame specifically used for consent disclosure form and contains:
constants.js
andsample_app.js
: adds strings required to display framenav.js
: adds this frame into FrameFactory 🏭frames.css
: minor styling changes to checkboxes 🎨images/consent.pdf
: placeholder pdf file (actual file needs to be at same location + name)test_model.html
andtest_frames.html
: adds in this filetest_frames.js
andtest_dbt_worksheet_model.js
: adds test for this frame -- _(param='consentdisclosure')dbt_worksheet_model.js
:consent_disclosure.js
: 💪 render() features:get_user_input():