-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add first_activity
as a search filter option
#3362
Comments
@DandyLyons I've just invited you to be a collaborator on the project. Creating a branch in the project directly means our CI can run on your code, where it does not for external forks. Also, could you drop me a DM on Discord or an email to [email protected] so we can get a CLA in place for you. Thanks for offering to implennt this! |
🙋🏼♂️ Dumb question. I don't know what CLA is. |
Not a dumb question at all! It's a Contributor License Agreement that we have for every contributor that just puts into writing some protections for the project. For example, that you have the right to contribute to an open source project without your employer coming to claim ownership on your code later. 😬 |
Continuing from #3356 (comment) : Design question: first "activity" vs. first "commit"
Sounds good. I'll go with first "commit" for now.
Agreed, I wouldn't expect a first GitHub activity to happen before a first commit. But a scenario that might be fairly common is a package that has a first commit that was long before a first activity. For example with packages that started out as closed-source, and then transitioned to open-source. Still this probably isn't common nor a meaningful difference.
Calling it As a user "first commit" is quite clear. |
I’m sorry, but I’m afraid I don’t agree. There may be plenty of references to The We determined that it’s very likely that the first commit will be the first “activity” in the project, and while in the first iteration of this feature, it won’t be an aggregate field and will purely be based on The alternative is that we implement both Looking at this from a user perspective, having I’d like to go with |
Sounds good. That’s the design I’ll use. |
First discussed in #3356 with additional context on Mastodon.
As suggested, we will add a
first_activity
search filter to limit package search to return any package where thefirst_commit_date
matches the filter.This will create a consistent UI for the search with
first_activity
andlast_activity
.The text was updated successfully, but these errors were encountered: