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

Improved access (reading/copying) of an activity's code #1398

Open
mariashoeller opened this issue Oct 14, 2024 · 1 comment
Open

Improved access (reading/copying) of an activity's code #1398

mariashoeller opened this issue Oct 14, 2024 · 1 comment
Labels
feature Issues/PRs related to a new feature

Comments

@mariashoeller
Copy link

Feature request

Current situation:

As of now, if I want to get an activity's code (as part of its key), this does not work nicely in Activity Browser:

On the left-hand side, the complete key is displayed. In practice however, only the database is readable, the key is clipped off. Also, it is not possible to copy this information.

image

When opening the activity to the right, its name, location and database is shown per default, with some more options to toggle on or off. The code is not shown anywhere.

image

Idea for solution:

On the left-hand side, I think it would be ideal to show the two elements of the key (= database and code) separately. It would also be great if it was possible to select and copy the text from the table, including the code, although I am not sure if this is possible.

On the right-hand-side, several options come to mind:

  • The code could be added as another line below the activity's name, location and database.
  • There could be an additional toggle option next to "edit activity", "description", "uncertainty" and "comments", saying "code". The code could then be displayed in the same way that the description is when toggled on.

I personally think that introducing the separate displaying on the left-hand side and the toggle option on the right would be a great solution.

@mariashoeller mariashoeller added the feature Issues/PRs related to a new feature label Oct 14, 2024
@mrvisscher
Copy link
Collaborator

Good suggestion!

You can already select an activity in the table and use the ctrl + c command to copy the row, which will include the key. However, we should make this a bit more user friendly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Issues/PRs related to a new feature
Projects
None yet
Development

No branches or pull requests

2 participants