awslabs / aws-saas-boost
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
7,150 LOC (18%)
16 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
7,150 LOC (18%)
16 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
16
files match defined criteria (
7,150
lines of code,
18.3%
vs. main code):
7
*.java files (
5,229
lines of code)
2
*.yaml files (
1,063
lines of code)
7
*.js files (
858
lines of code)
35
lines match the content pattern.
details...
per component - primary logical decomposition
resources
in 2 files, 1,063 LOC (8%)
client/web
in 7 files, 858 LOC (7%)
services/settings-service
in 1 file 660 LOC (27%)
installer/src
in 1 file 1,767 LOC (84%)
services/onboarding-service
in 1 file 1,242 LOC (73%)
metering-billing/lambdas
in 1 file 313 LOC (19%)
services/metric-service
in 2 files, 820 LOC (60%)
services/tenant-service
in 1 file 427 LOC (42%)