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

feat: add code complexity endpoint metrics #2071

Merged
merged 43 commits into from Jan 1, 2023
Merged

feat: add code complexity endpoint metrics #2071

merged 43 commits into from Jan 1, 2023

Conversation

isaacwengler
Copy link
Contributor

@isaacwengler isaacwengler commented Dec 12, 2022

Group Eta (7) Sprint 4 Code Complete Documentation

Fixes issues

https://github.com/isaacwengler/augur/issues/1

https://github.com/isaacwengler/augur/issues/2

https://github.com/isaacwengler/augur/issues/3

https://github.com/isaacwengler/augur/issues/4

https://github.com/isaacwengler/augur/issues/5

https://github.com/isaacwengler/augur/issues/6

Code added

File for complexity metrics:

https://github.com/isaacwengler/augur/blob/augur-new/augur/api/routes/complexity.py

This adds 6 metrics code complexity metrics, including:

  • Project files
  • Project lines
  • Comment lines
  • Blank lines
  • File complexity
  • Project languages

Added documentation via the spec.yml file.

Added tests for each of the new endpoints.

Team reflection

Our team worked very well together. We were able to work as a team to navigate and understand the large code base and complete our project. Overall, we were able to successfully complete all aspects of our project and learn about working on a software engineering team.

CadenHicks and others added 30 commits November 3, 2022 14:11
Frontend Files to work locally
feat: add stubs for complexity metrics
Co-authored-by: Christian VanMeter <72093440+cvanmeter-rl@users.noreply.github.com>
Signed-off-by: Henryufa <henrywbahr@gmail.com>
Signed-off-by: Henryufa <henrywbahr@gmail.com>
Signed-off-by: Henryufa <henrywbahr@gmail.com>
Added project file complexity, project blank lines, and project comment lines postgresql queries.
/project_blank_lines
/project_file_complexity
/project_comment_lines
/project_files
Add Repo Count to Groups Table and Enable Sorting by it.
@sgoggins sgoggins changed the base branch from augur-new to augur-new-aaa December 13, 2022 22:20
@sgoggins sgoggins deleted the branch chaoss:augur-new-aaa December 17, 2022 18:19
@sgoggins sgoggins closed this Dec 17, 2022
@sgoggins sgoggins reopened this Dec 17, 2022
@sgoggins sgoggins merged commit ff38f9c into chaoss:augur-new-aaa Jan 1, 2023
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

Successfully merging this pull request may close these issues.

None yet

7 participants