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

Integrate with Github REST API #13

Open
1 task
julienbrg opened this issue Jun 26, 2023 · 3 comments
Open
1 task

Integrate with Github REST API #13

julienbrg opened this issue Jun 26, 2023 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@julienbrg
Copy link
Contributor

julienbrg commented Jun 26, 2023

  • Create a page where we display all issues labelled good first issue across all active repositories

resources

@julienbrg julienbrg added enhancement New feature or request good first issue Good for newcomers labels Jun 26, 2023
@julienbrg
Copy link
Contributor Author

Now that we have fixed this one, we can go ahead and create a page with all good first issues.

@Theyozz You want to give it a try? You already have done a great job at testing the Github REST API so let's take it to prod!

@julienbrg
Copy link
Contributor Author

I just closed #11

A page listing all the good first issues across all the w3hc repositories.

@julienbrg
Copy link
Contributor Author

@Theyozz We should be able to integrate the results of the REST API requests in a goodFirstIssues component.

The following part would go right after the PlasmicSoon (and before the />) in the soon.tx file:

section={{
    props: {
      children: goodFirstIssues
    }
  }}

Then you want to define that goodFirstIssues component at line 11.

We'll take care of the design later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant