-
-
Notifications
You must be signed in to change notification settings - Fork 163
Add step to determine appropriateness of CC licenses #314
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
Comments
I would like to work on it. Can I? |
Sure @neeraj-2! Thanks. |
Hey @neeraj-2 will you be actively working on this this week? Just curious. Thank you! |
Yes, @zackkrida. I am actively working on this one right now. (What I did in last some days) was just doing some background research to have a start on this issue. Explored the 7 CC licenses and their details and looking at our chooser website to get through what details already exist and what I should add-in. And now want your guidance so that I can understand from where I should exactly start 😊. |
Should I propose some interface/design on Figma? Or something like that to have a start with this issue? |
It shouldn't require any design work; we need a new step added to the stepper (a new step 2) so the current step 2 becomes step 3. If they choose "no, i need help" it will go to the new step, otherwise it will still skip multiple steps the same way it currently works. You can just use lorem ipsum / placeholder text for the new step. |
Thanks, @zackkrida for the details. I Will create a Draft PR soon. |
Will this step have radio inputs, just like the first step? If so, we could add another step object to the list of step objects: Lines 21 to 30 in a127966
and use the ChooserStep component for it. Here is where the selection of components for a step object is done: chooser/src/components/Stepper.vue Lines 91 to 96 in a127966
|
Have just created a draft PR. But some work is still required. So, I am on it and will try to complete it by this week and will request a review after that. Thanks, @zackkrida, and @obulat. |
Description
Users who aren't familiar with Creative Commons licenses might not know if the licenses are actually appropriate for their work and use case. We would like to add a step to the chooser that lets the user confirm a CC license is the right fit.
This issue will be updated with the exact copy, but in the meantime a draft pull request may be created that adds a 'generic' new second step to the chooser flow, that can be filled in with the appropriate content when ready.
The text was updated successfully, but these errors were encountered: