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

save dropdown connectivity #1197

Merged
merged 5 commits into from
Aug 14, 2019
Merged

Conversation

aashna27
Copy link

@aashna27 aashna27 commented Aug 7, 2019

Fixes #1192

Right now I have figured out for only 3 dropdown option->

  • save png
  • save sequence in browser
  • save gif
  • save sequence string
  • tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with npm test
  • code is in uniquely-named feature branch and has no merge conflicts
  • PR is descriptively titled
  • ask @publiclab/is-reviewers for help, in a comment below

@codecov
Copy link

codecov bot commented Aug 7, 2019

Codecov Report

Merging #1197 into main will not change coverage.
The diff coverage is 75%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1197   +/-   ##
=======================================
  Coverage   55.31%   55.31%           
=======================================
  Files         116      116           
  Lines        2381     2381           
  Branches      364      364           
=======================================
  Hits         1317     1317           
  Misses       1064     1064
Impacted Files Coverage Δ
examples/lib/defaultHtmlStepUi.js 12.19% <100%> (ø) ⬆️
src/ImageSequencer.js 50.3% <66.66%> (ø) ⬆️

@aashna27
Copy link
Author

aashna27 commented Aug 8, 2019

The gif shows the 3 functions working, not really understand the use for the save sequence string and where to store it.
dropdown-shown

@aashna27 aashna27 changed the title dropdown connectivity for 2 options save dropdown connectivity for 2 options Aug 8, 2019
@aashna27 aashna27 changed the title save dropdown connectivity for 2 options save dropdown connectivity Aug 8, 2019
@aashna27 aashna27 requested a review from jywarren August 8, 2019 19:58
@jywarren
Copy link
Member

jywarren commented Aug 9, 2019

Hi! This is great. The "save sequence" function i think doesn't really belong in this menu, but we don't have to address this right now.

It's purpose was to allow people to save the entire sequence as a named sequence which would actually appear in your list of modules you can add.

But it's a bit confusing to mix it with image exporting, and also it's confusing because it's not clear what it is, or how it works, and also not clear that you're not saving it in a way that /other/ people can see. I think maybe we need something like "submit sequence to gallery" or something which encourages people to develop new sequences and share them with other people. So let's just put that whole big idea aside (in a new issue?) and focus on just image exporting.

How does that sound? Thanks, @aashna27 !!!! 🎉

@aashna27
Copy link
Author

aashna27 commented Aug 9, 2019 via email

@aashna27
Copy link
Author

aashna27 commented Aug 9, 2019 via email

@jywarren
Copy link
Member

jywarren commented Aug 9, 2019 via email

@aashna27
Copy link
Author

aashna27 commented Aug 9, 2019

i have opened issue and what about merging this one, I ll remove the "save string string" from the dropdown.

@jywarren
Copy link
Member

jywarren commented Aug 14, 2019 via email

@aashna27
Copy link
Author

aashna27 commented Aug 14, 2019 via email

@jywarren
Copy link
Member

Hi, looks like it needed an update, so i triggered it to sync. Would you consider writing a UI test for this functionality to preserve it? Thank you @aashna27 !!!

@aashna27
Copy link
Author

aashna27 commented Aug 14, 2019 via email

@jywarren
Copy link
Member

OK, sounds good. Thanks!

@jywarren jywarren merged commit 1b5607a into publiclab:main Aug 14, 2019
jywarren pushed a commit that referenced this pull request Dec 16, 2019
* dropdown connectivity for 2 options

* comment added

* save gif corrected and preview gif refactored
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.

Save Button is unresponsive
2 participants