diff options
author | Jacob K <jacobk@disroot.org> | 2022-08-14 20:12:46 -0500 |
---|---|---|
committer | Jacob K <jacobk@disroot.org> | 2022-08-15 00:06:00 -0500 |
commit | 07374f81693d83cdd56b8f64537d054c0b35d555 (patch) | |
tree | 61f228b993f7b25c17c2509fcb1f990e1b19813d /src/docs-google-com-fix-forms | |
parent | 283be80b6d893b5fb6fa47ffe8694792e050faf5 (diff) | |
download | hydrilla-fixes-bundle-07374f81693d83cdd56b8f64537d054c0b35d555.tar.gz hydrilla-fixes-bundle-07374f81693d83cdd56b8f64537d054c0b35d555.zip |
[Google Forms] Add more TODO items.
Diffstat (limited to 'src/docs-google-com-fix-forms')
-rw-r--r-- | src/docs-google-com-fix-forms/google_forms.js | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/docs-google-com-fix-forms/google_forms.js b/src/docs-google-com-fix-forms/google_forms.js index dcb2d54..4917ce8 100644 --- a/src/docs-google-com-fix-forms/google_forms.js +++ b/src/docs-google-com-fix-forms/google_forms.js @@ -97,7 +97,12 @@ function goToNext() for (const next_but of document.querySelectorAll('[jsname=OCpkoe]')) next_but.addEventListener("click", goToNext); -// TODO: -// * support "back" with instatiation of previous entries -// * find and fix form parts that still don't work (if any) - +/* TODO: + * support "back" with instatiation of previous entries + * find and fix form parts that still don't work (if any) + * support dropdown inputs + * support "other" radio buttons and "other" checkbox buttons, in which the + user types text in addition to selecting the "other" box + * support reCAPTCHA integration + * support displaying public analytics ("viewanalytics" instead of "viewform") +*/ |