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

Add some more user feedback #97

Merged
merged 9 commits into from
Mar 14, 2022
Merged

Add some more user feedback #97

merged 9 commits into from
Mar 14, 2022

Conversation

jl-animo
Copy link
Contributor

@jl-animo jl-animo commented Mar 10, 2022

Small PR adding a few more points of user feedback. Wanted to add these before I forgot.

Side notes

While adding this I was running into an issue creating a credential definition. Feedback:

Error: {"schema_id": ["Value Ehx3RZSV38pn3MYvxtHhbQ:3:CL:155011:default is not an indy schema
identifier"]}

This is actually OK feedback, but it would be really nice if we told users what they could do to fix the issue, not just that there is an issue.

Screenhots

{1C6C7E70-6623-4E7A-AE21-2661A95B116B}

@jl-animo jl-animo force-pushed the feat/user-feedback branch from 94e88d5 to 87df0ae Compare March 10, 2022 16:32
@jl-animo
Copy link
Contributor Author

Need some review on the copy added to make sure that it is accurate @blu3beri 😅

Copy link
Member

@berendsliedrecht berendsliedrecht left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice addition, just some minor code cleanup and it will be merged :D

cli/src/modules/configuration.rs Outdated Show resolved Hide resolved
cli/src/modules/configuration.rs Show resolved Hide resolved
cli/src/modules/configuration.rs Show resolved Hide resolved
cli/src/modules/connections.rs Outdated Show resolved Hide resolved
cli/src/modules/credential_definition.rs Outdated Show resolved Hide resolved
cli/src/modules/credential_definition.rs Outdated Show resolved Hide resolved
@jl-animo jl-animo force-pushed the feat/user-feedback branch from b3ec912 to e89ef43 Compare March 14, 2022 14:52
cli/src/error.rs Outdated Show resolved Hide resolved
ConfigurationSubcommands::View => {
debug!(
"Loaded configuration from {}",
String::from(config_path.to_str().unwrap()).bold()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

String::from is not required here right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is so that we can use bold()

@jl-animo jl-animo force-pushed the feat/user-feedback branch from 1a7d6cb to b61b784 Compare March 14, 2022 18:25
@jl-animo
Copy link
Contributor Author

@blu3beri I think I've address your feedback, would you mind taking another look?

@berendsliedrecht berendsliedrecht merged commit e86360c into main Mar 14, 2022
@berendsliedrecht berendsliedrecht deleted the feat/user-feedback branch March 14, 2022 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants