-
Notifications
You must be signed in to change notification settings - Fork 210
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
Problem with step object #1623
Comments
Hi @blurry-x-face i want to claim this. |
Hi @blurry-x-face i want to work on this if nobody is working on this ? |
Sure, go ahead! |
Hi @blurry-x-face can you please explain the issue ? and what we exactly we need to do ? |
The Each step object has an options object that stores the options passed on to the step from the UI. This options object has another So each step object has recursive step objects. We definitely don't want this. If you can fix it, it would be AWESOME. |
@harshkhandeparkar thanks! I'll try my best as its my first contribution after fto and I'll fix it. |
Hi @28-ys are you still working on this? Was thinking of having a look myself if you weren't looking at it any more. It's been a while since your last comment so I thought maybe you'd moved onto something else, just wanted to double check first. |
Go ahead if you want :). The last comment is very old.
…On Mon, 8 Jun 2020 at 14:58, sjbcastro ***@***.***> wrote:
Hi @28-ys <https://github.com/28-ys> are you still working on this? Was
thinking of having a look myself if you weren't looking at it any more.
It's been a while since your last comment so I thought maybe you'd moved
onto something else, just wanted to double check first.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1623 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIJI5H4E42AALIQZTFQMX5LRVSVLDANCNFSM4KT6FGCA>
.
|
Cool! I've put in a pull request here: #1673 It's my first time contributing to publiclab. I've created a pull request from a fork rather than a feature branch - will this be a problem? Screenshot below of the resulting behaviour after the fix: |
Awesome! PRs are always opened from forks. Initially, using master branch is not a big issue. Ty :) |
Please describe the problem (or idea)
Currently in the sequencer object there is a recursive loop of step inside options, we need to remove this!
Please show us where to look
https://beta.sequencer.publiclab.org
What's your PublicLab.org username?
rishabhshukla1999
Thank you!
Your help makes Public Lab better! We deeply appreciate your helping refine and improve this site.
To learn how to write really great issues, which increases the chances they'll be resolved, see:
https://publiclab.org/wiki/developers#Contributing+for+non-coders
The text was updated successfully, but these errors were encountered: