From 272461d7e147372661c5f1b36603adc771749dec Mon Sep 17 00:00:00 2001 From: Affinity136 Date: Thu, 28 Aug 2025 22:34:56 +0530 Subject: [PATCH] Fix typos and improve clarity in spec.md --- spec.md | 36 ++++++++++++++++-------------------- 1 file changed, 16 insertions(+), 20 deletions(-) diff --git a/spec.md b/spec.md index 1a154b83..bfefd505 100644 --- a/spec.md +++ b/spec.md @@ -1,27 +1,23 @@ +1. Return a list of repositories with a count of the number of issues for certain labels, and be able to sort by them. +2. Be able to receive notifications when new 'good-first issues' appear. +3. Be able to create a list of repositories, bookmark them and add notes. -Return a list of repositories with a count of the number of issues w/ certain labels, and be able to sort by them -notifications when new 'good-first issues' popup -be able to make a list of repo's and save them/ bookmark them and add notes +Important variables : +1. Last pull request. +2. Number of stars. -important variables: last pull request, stars -an option to search for 'big company' repos.. ie facebook, linkedin, apple, etc ... or bonified orgs instead of isolated projects +An option to search for repositories from "well-known organisations" (Facebook, Linkedin, Apple, etc.) instead of isolated projects. -current plan is to make multiple requests to filter what we need - how to do multiple async requests in javascript - -# look into cashing - -you could start an email list or notification scheme with new first-time issues, help wanted, etc - -Github Newsletter sort of thing - -get ppl to write articles for you - -names: -GoodFirstIssue.com - - -what has changed since you last came - closed and open issues ? +Our Current plan is : +1. To make multiple requests to the GitHub API to filter out the needed data. +2. How to do multiple async requests in javascript. +# Look into caching +1. Implement an email list or notification scheme for new beginner-friendly issues (`good first issue`, `help wanted`, etc.). +2. Create a GitHub-style newsletter to keep users updated. +3. Encourage contributors to write articles to support the project. +Possible name: **GoodFirstIssue.com** +Provide a summary of changes since the user’s last visit (e.g., opened or closed issues).