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

Starhunter candidate report #99

Open
vcarl opened this issue Dec 19, 2024 · 0 comments
Open

Starhunter candidate report #99

vcarl opened this issue Dec 19, 2024 · 0 comments

Comments

@vcarl
Copy link
Member

vcarl commented Dec 19, 2024

The report consists of an abbreviated Discord message containing an overview of the data, and a link to more details (which will be an entrypoint for the oversight committee to begin grading). The web report will serve as a replacement for the current spreadsheet, which contains the following information:

Image

The query results in type:

type QueryOutput = {
      score: {
          channelScore: number;
          messageScore: number;
          wordScore: number;
          consistencyScore: number;
      };
      metadata: {
          percentZeroDays: number;
      };
      data: {
          participation: Array<{
            date: string;
            message_count: number;
            word_count: number;
            channel_count: number;
            category_count: number;
          }>;
          member: {
            author_id: string;
            total_word_count: number;
            message_count: number;
            total_reaction_count: number;
            category_count: number;
            channel_count: number;
          };
      };
  }

I'd like to also get a count of "% code posted", but that will require changes to data collection (#98).

(maybe similar data could be exposed publicly too on a more frequent basis? breakdown of words/messages/posters per channel? similar rands slack's channel stats meta channels. might make it feel better about having the data collected, by making it generally inspectable)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant