-
Notifications
You must be signed in to change notification settings - Fork 212
Challenges Component in Contentful #2367
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
Labels
Comments
this should all be doable except for maybe the title filter. That could probably be done client side in whatever component we build that fetches the data. |
@hokienick, can you tag this ticket with the corresponding priority level? thanks. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we have a Challenges Block but does not contain any parameters of what it should display. Currently this is the way the Challenges Block displays on our Veterans page:
I think those boxes are ok, but would like to extend its capabilities by making this row scrollable to the left and right, similar to our Content Slider.
If there are no challenges that are returned, there should be a message displayed instead that says "No Active Challenges Available". If there are only 1 or 2 challenges, those challenges will appear in their current alignment and the other areas will stay blank.
Challenge Parameters
The following should be available to the webpage creator when creating this section:
Challenge Slider Title (Mandatory) - In the example above "Active Challenges" appears upon loading. We should have a textbox that allows us to replace the title.
Challenge Title Contains (optional) - For example, if we want to pull all the active fun challenges, we could type in "fun" here to filter out those types of challenges
Challenge Types Checkboxes (optional) - This page may want to pull challenges that are Code and UI Design types and should be able to choose them here
Technologies (Tags) Textbox (optional) - If we want to display challenges of a certain technology, we should be able to list them here, comma-separated.
Completed Challenges Radio Button (Mandatory - default on "No") - Yes/No radio button. If "yes" is selected, the list should not filter out completed challenges.
The text was updated successfully, but these errors were encountered: