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

improving feedback config #688

Open
edublancas opened this issue Jun 28, 2023 · 2 comments
Open

improving feedback config #688

edublancas opened this issue Jun 28, 2023 · 2 comments
Labels
good first issue Good for newcomers

Comments

@edublancas
Copy link

In #655, we added a message at the bottom of ResultSet, so users knew that the returned value is not a data frame. However, some users might not want this verbosity.

Furthermore, there are other places where we are displaying feedback to the user (in some places using print, although we're moving to exclusively use display.py)

First, we should find all the places where we are showing feedback to the user, and then we can decide which ones we make optional. We can leverage the existing feedback configuration setting so more of these messages are hidden if such settings is turned off.

As a first step, we need to investigate where we're showing feedback to the user so we can decide which ones we make optional via feedback

@edublancas edublancas added the good first issue Good for newcomers label Jun 28, 2023
@klorine28
Copy link

Hello, two questions where do we log the places we are showing feedback? second, is this issue assigned or a community effort?

@klorine28
Copy link

we could create a google sheet that has the number of the line in wich feedback is used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants