We might also want a view that allows a user to see all issues matching a tag across projects (e.g., good first issue) . But, that will add some complexity and I think that it can wait for now...
Maybe we should also consider promoting usage of domain keywords to help users find based on their interests:
e.g.,
materials-sciencechemistrydata infrastructure
Via Brian:
agreed, filtering by label on the Moment project or issue view would be a great cross-repository tool for finding opportunities. With the static site I think it will require some js, like https://lunrjs.com or something similar. Personally I don't have any direct js experience so I'm not entirely sure what a reasonable solution is.
Something like materials-science seems too broad for an issue-level label, but perhaps data-infrastructure could serve as both a repo-level topic and a specific issue label within a more general scientific project repo
Side note, I really like that this idea of Moment effectively largely maps to using github collaboration features effectively
We might also want a view that allows a user to see all issues matching a tag across projects (e.g.,
good first issue
) . But, that will add some complexity and I think that it can wait for now...Maybe we should also consider promoting usage of domain keywords to help users find based on their interests: e.g.,
materials-science
chemistry
data infrastructure
Originally posted by @blaiszik in https://github.com/blaiszik/moment/issues/8#issuecomment-793137943
Via Brian: agreed, filtering by label on the Moment project or issue view would be a great cross-repository tool for finding opportunities. With the static site I think it will require some js, like https://lunrjs.com or something similar. Personally I don't have any direct js experience so I'm not entirely sure what a reasonable solution is.
I like the idea of domain keywords -- is that a good use case for encouraging use of github topics for repositories, as in https://github.com/topics/materials-science ?
Something like materials-science seems too broad for an issue-level label, but perhaps data-infrastructure could serve as both a repo-level topic and a specific issue label within a more general scientific project repo
Side note, I really like that this idea of Moment effectively largely maps to using github collaboration features effectively