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

Report required and optional features visible to users using comment boxes #262

Open
tramyn opened this issue Sep 28, 2020 · 0 comments
Open
Assignees
Labels
lowest priority Not a big concern. Get to it when time allows new feature New feature
Milestone

Comments

@tramyn
Copy link
Collaborator

tramyn commented Sep 28, 2020

There are interests using comment boxes as an easy way for reporting to a user optional and required fields after the creation of a table template. The idea for using a comment box is to incorporate highlighting and linking comments together into a document for each optional field not detected within a desired table. Below is a list of obstacles that will need to be addressed in order to implement this feature:

  • UI doesn’t allow highlighting and linking comments together into a document. Highlighting and linking comments act as separate features in a Google Doc. Comments manually inserted in a document from Google Doc's interface has the ability to jump to the range of text that the comment is referring to but it has been noted from Google's API that inserting comments that binds to a region in document with highlighting is a not a feature that can be programmatically inserted into their Google Doc. Users will need to manually insert their comment to access this feature. There are code here that was set up to address this issue but will need more time to implement a workaround solution.
  • Avoid reporting duplicate information when inserting new comment boxes to a Google Doc. IP will need to understand what comments already exist before generating new comments that might be considered as duplicate information. This will be a high level of concern when deleting and editing a comment box because comments are restricted to the user that created them. If multiple users are calling IP to insert comments then comments will not be resolved unless the original author of the comment goes in to remove the comment. If an admin credential is used to insert these comments, then IP will need to handle quota limitations for each request made to a Google API.
  • Comments can get lengthy (comments per table). Visually, it might not look easy to the eye for reading so be selective with the wording.
@tramyn tramyn added enhancement Improve or enhance existing feature lowest priority Not a big concern. Get to it when time allows new feature New feature and removed enhancement Improve or enhance existing feature labels Sep 28, 2020
@tramyn tramyn added this to the 2.11 milestone Sep 28, 2020
@tramyn tramyn self-assigned this Sep 28, 2020
@tramyn tramyn modified the milestones: 2.11, 2.12, 2.13 Oct 27, 2020
@jakebeal jakebeal modified the milestones: 3.4, 3.3 Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lowest priority Not a big concern. Get to it when time allows new feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants