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

Dataset upload ui updates #298

Merged
merged 32 commits into from
Nov 25, 2020
Merged

Dataset upload ui updates #298

merged 32 commits into from
Nov 25, 2020

Conversation

mgstauffer
Copy link
Contributor

Hmm, I thought I made a pull request for this last week.
In any case, I ran various manual functionality tests again, and made some cosmetic changes, including adding row numbers.

Add dropdowns for each feature to select its type.
Code working for categorical types.
Code working mostly for ordinal types.
Need UI for setting ordinal order and UI visual changes overall.
Commit before adding react-sortable-hoc package
both - text input box blocks other input for better handling of changes
made  via them

categorical - add parsing of ranges in text input
orginal - store previous ranking and restore it if user changes to other
type and then back to ordinal
For features auto-detected as type categorical, don't show dropdown
option to make them numeric, and make sure they're always categorical
even if user omits them from the user text input for specifying cat
features.
Change determination of feature default type to happen only once when
new dataset is loaded - for efficiency.
Add new feature type to track which column has been designated as the
dep. column. Prevent it from being overwritten by the 'set all types'
option and by the user text boxes.
Also use same new CSS style for tables in dataset view pages to freeze
first row.
Add feature name, feature type dropdown and rank button to header cell
Also remove some unused css classes in App.css
Saved it in a different branch to revisit in the future.
Small issue remains with the item as it's clicked and dragged - text
moves down slightly within the outline
Clean up help text for Categorical Features button.
Remove barchart icon
Copy link
Contributor

@weixuanfu weixuanfu left a comment

Choose a reason for hiding this comment

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

  1. on the ordinal/categorical feature inputs, the texts are too close to left side of the pop-up windows. I think need 2-4 blank spaces in each line.

Screen Shot 2020-11-19 at 1 35 30 PM

Screen Shot 2020-11-19 at 1 35 52 PM

  1. Suggestion: Using "Set Ordinal" and "Set Categorical" on the bottons on the screenshot below.

Screen Shot 2020-11-19 at 1 36 42 PM

  1. Please rebase the branch to master branch for passing CI builds.

@mgstauffer
Copy link
Contributor Author

I've addressed @weixuanfu items 1 & 2 from #298 (review)
But origin/master doesn't have a new commit (current is from Nov 6). Is there a branch with the CI fixes waiting to be merged into master?

@weixuanfu
Copy link
Contributor

Hmm, I am not sure why CI builds failed. I will check it tomorrow.

I've addressed @weixuanfu items 1 & 2 from #298 (review)
But origin/master doesn't have a new commit (current is from Nov 6). Is there a branch with the CI fixes waiting to be merged into master?

@weixuanfu
Copy link
Contributor

weixuanfu commented Nov 20, 2020

Hmm Could you please check and fix those failed tests for uploading dataset in CI builds?

@hjwilli hjwilli merged commit 40cc61b into master Nov 25, 2020
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.

3 participants