Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

kudos-ink/repository-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚨 This repository is archived, refer to Project Classification instead

Repositories Classification

Description

This repository serves a collection of JSON files intended for use by the Kudos Portal. All the files used as a source of truth are placed in the data folder. The files are used to load each filter in the website and also to retrieve the issues from our backend.

Filters

Kudos portal's filters

Issues

Kudos portal's issues

Issues from repositories listed in repository_full.json are retrieved from our backend service and displayed on the portal. Only repositories with a valid internal "id" are processed by the portal, a task manually carried out by the maintainers.

Add your repository in the portal

You're welcome to add your project in our portal! The steps to see your repository's issues in the portal are:

You

  1. Create an issue in this repository by clicking any button on the portal with the legend Include your project or using this link

Add your project in Kudos (1)

Add your project in Kudos (2)

Maintainers

  1. Add the repository to our backend service and load the issues using the Import issues Workflow. Save the Workflow's output called id
  2. Add the new repository in the repository.json file. Order matters! Use the following structure:
     {
       "name": "",                // name of the project
       "emoji": "",               // a cool emoji
       "repository_url": "",      // the repository link from the issue
       "interests": ["", ""],     // the interests from the issue
       "id": ""                   // the id from step #1
     },
    1. Then, repository_full.json will be updated by the update repository workflow
    2. After that, new version of the serving will be deployed and portal's cache will be revalidated by the json serving workflow
  3. Comment on the issue where the repository was added and close it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages