-
Notifications
You must be signed in to change notification settings - Fork 2
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 a Special Page that lists available spreadsheet columns #23
Labels
enhancement
New feature or request
Comments
YaxelPerez
added a commit
that referenced
this issue
Jul 27, 2020
In reference to issue #23. This commit adds a special page in TorqueDataConnect and a corresponding API endpoint in torquedata.
YaxelPerez
added a commit
that referenced
this issue
Aug 4, 2020
Related to issue #23. This commit also removes permission checking (done in in TorqueDataConnect extension).
YaxelPerez
added a commit
that referenced
this issue
Aug 4, 2020
Get column names from single sheet specified in config instead of fetching column names for every sheet. Issue #23.
YaxelPerez
added a commit
that referenced
this issue
Aug 4, 2020
Access is restricted to torquedataconnect-admin group. Issue #23.
YaxelPerez
added a commit
that referenced
this issue
Sep 1, 2020
In reference to issue #23. This commit adds a special page in TorqueDataConnect and a corresponding API endpoint in torquedata.
YaxelPerez
added a commit
that referenced
this issue
Sep 1, 2020
Related to issue #23. This commit also removes permission checking (done in in TorqueDataConnect extension).
YaxelPerez
added a commit
that referenced
this issue
Sep 1, 2020
Get column names from single sheet specified in config instead of fetching column names for every sheet. Issue #23.
YaxelPerez
added a commit
that referenced
this issue
Sep 1, 2020
Access is restricted to torquedataconnect-admin group. Issue #23.
frankduncan
pushed a commit
that referenced
this issue
Jun 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently only the deployer knows what columns are available to use in the templates. This makes it hard for admin users to develop those spreadsheets.
The Special Page should output it in the same format that the column pages use, a single wiki list of items.
The text was updated successfully, but these errors were encountered: