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

Update copy in the datasource screen to address issue #78 #95

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

davissmith1
Copy link
Collaborator

Issue #78

This PR make the copy changes to the datasource cli screen to align with the wireframe found in the issue

Copy link
Collaborator

@KristijanArmeni KristijanArmeni left a comment

Choose a reason for hiding this comment

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

Thansk for this! I think there's just a small typo in l. 18 new_project.py.

@@ -14,7 +14,9 @@ def new_project(context: ViewContext):
terminal = context.terminal

with terminal.nest(draw_box("1. Data Source", padding_lines=0)):
print("Select a file for your dataset")
print(
"Select a .csv for your dataset\n\nText in [brackets] identifies the a folder\n\n"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Typo in "identifies the a"?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed! Sorry about that

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

Successfully merging this pull request may close these issues.

2 participants