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

new tasks for 2020 #120

Open
6 tasks done
d3netxer opened this issue Jan 17, 2020 · 3 comments
Open
6 tasks done

new tasks for 2020 #120

d3netxer opened this issue Jan 17, 2020 · 3 comments

Comments

@d3netxer
Copy link
Collaborator

d3netxer commented Jan 17, 2020

  • Not apparent how to add new content from Projects page. Perhaps adding text near green plus-sign to indicate how to add?
  • Need ability to select multiple audiences for a project (e.g. HS and community college)
  • Do tags needs to be comma-separated? Single quotes? Or canned tags only? (Tag list is limited to APHG curriculum.) -- (we need to test this, and then add more description for the helper text)
  • How to add a blog post? Fork and issue PR? (need to think about solution more)
  • Not apparent how to find educational content from front page. (need to think about solution more)
  • Is there a way to edit/revise projects already submitted? (for this one, the best way is for either the submitter to re-submit the project with the corrected changes, or for the core TeachOSM team to make the changes in Github for them; practice with TeachOSM team to make them comfortable with making changes)
@d3netxer
Copy link
Collaborator Author

@geomantic for the "Need ability to select multiple audiences for a project (e.g. HS and community college)" task, right now filters use boolean "OR" logic. For example, if a user selects HS and community college when filtering, then all of the projects that are either HS OR community college will be selected.

Instead, the other option is to use boolean "AND" logic. Using the same example, if a user selects HS and community college when filtering, then all of the projects that are either HS AND community college will be selected. However this will not currently work, because the users are instructed to only pick one option when uploading a project.

thoughts? Do we want the users uploading projects to be able to select one or more Audience fields? and also to include boolean "AND" logic when filtering using the Audience fields?

@geomantic
Copy link
Collaborator

@d3netxer culling through issues and this one caught my eye.
Users should be able to select more than one audience. I.e., a project may be suitable for HS students as well as college students.

@shawnmgoulet
Copy link
Collaborator

shawnmgoulet commented Aug 13, 2020

@geomantic @d3netxer this is captured in the Google Sheets I linked to today in Slack. See my comment on number 120 in there:

  • Filters : Audience & Education Activity Duration should be multi-selects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants