CSC/ECE 517 Fall 2023 - G2350. Add GitLab support for using GraphQL to query user metrics 1: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 27: Line 27:
== File(s) Modified ==
== File(s) Modified ==


* commit_comments.py
1. commit_comments.py<br>
* discussion_comments.py
2. discussion_comments.py<br>
* issue_comments.py
3. issue_comments.py<br>
* snippet_comments.py
4. snippet_comments.py<br>
* user_login.py
5. user_login.py<br>
* user_profile_stats.py
6. user_profile_stats.py<br>
* user_contribution_collections.py
7. user_contribution_collections.py<br>


==Solutions/Details of Changes Made==
==Solutions/Details of Changes Made==

Revision as of 20:38, 14 November 2023

This wiki page is for information regarding the changes made for the G2350. Add GitLab support for using GraphQL to query user metrics 1 OSS assignment for Fall 2023, CSC/ECE 517.

Introduction

This project is dedicated to retrieving GitLab-specific data associated with a user by their username. Our objective was to fetch a comprehensive array of user-related information, including:

  • User commit comments
  • User issue comments
  • User gist comments
  • User repository discussion comments
  • User profile stats
  • User contribution collection

Using the powerful GraphQL APIs provided by GitLab, we aimed to streamline the extraction process and obtain a holistic view of a user's activity and contributions within the GitLab ecosystem.

About Controller

Problem Statement

Design Pattern

File(s) Modified

1. commit_comments.py
2. discussion_comments.py
3. issue_comments.py
4. snippet_comments.py
5. user_login.py
6. user_profile_stats.py
7. user_contribution_collections.py

Solutions/Details of Changes Made

Test Plan

Team

Mentor

  • Jialin Cui

Team Members

  • Saikrishna Rajaraman (srajara4)
  • Siddharth Anand (sanand8)
  • Yash Chandrani (ychandr)