repowiserepowise
Sign in
baneeishaque/VirtualTourist_8
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisebaneeishaque/VirtualTourist_8

Commits

Every commit scored for change-risk against this repo's own history, so 'elevated' means elevated here rather than on some global curve.

Needs review

8of 25 scored

8 commits sit in this repo's top risk tercile, which is 32% of the 25scored. The cut is drawn against this codebase's own history rather than a global curve, so a quiet repo still fills its top band, and here it starts at 7.9 out of 10. What pushes a commit up is size and spread together: a large change confined to one area scores below a smaller one scattered across a dozen files.

Fix commits00%Commits whose subject reads as a bug fix rather than new work.Change diffusion1.10bitsShannon entropy of a commit's churn across its files. Zero is a single file, and every extra bit is a doubling of how widely the change spread.Review threshold7.9out of 10Score a commit has to clear to land in this repo's top tercile.

How the work changed shape

Commit categories over time, read off the subject line. Fixes carry the accent because that is the series this chart exists to show.

How this repo's commit mix shifts over time.

Feature72%
Docs24%
Other4%

Review-priority queue

Ranked by change-risk, highest first. Priority is a tercile of this repo's own distribution, so a quiet repo still fills its top band.

Commit review-priority queue
#CommitAuthorWhenLinesRiskTop driver
1
743f728eInitial Commit
Pac12Run8000
8y ago+584 -0
98%Elevated
more lines added than baseline
2
0354ebf0feat: Made an API call and the proper response was returned. Moreover, the data (title, url) values have been set in CoreData. But the image property is left nil.
Pac12Run8000
8y ago+400 -3
94%Elevated
more lines added than baseline
3
a08dd020feat: The CoreData functionality has been added to the MapViewController. The MapView can add and delete PinAnnotations.
Pac12Run8000
8y ago+290 -22
90%Elevated
more lines added than baseline
4
2304efd8feat: Added the CoreData model and CoreDataStack
Pac12Run8000
8y ago+264 -1
86%Elevated
more lines added than baseline
5
fca4ef2dfeat: The default image has been added to the collectionView
Pac12Run8000
8y ago+137 -15
80%Elevated
more lines added than baseline
6
6e36b942feat: I am committing the basic UIControllers. This is just the beginning.
Pac12Run8000
8y ago+113 -9
80%Elevated
more lines added than baseline
7
5cd0c91bfeat: The API call for randomImages is working. As of now it returns a [[String:AnyObject]]?.
Pac12Run8000
8y ago+110 -2
74%Elevated
more lines added than baseline
8
f1d4d2e4feat: A UIButton and a collectionView has been added to the MapDetailViewController
Pac12Run8000
8y ago+89 -4
70%Elevated
more lines added than baseline
9
33370518feat: The application is now able to download the images after the API call and store the data in CoreData.
Pac12Run8000
8y ago+73 -37
66%Typical
more lines added than baseline
10
1704c252feat: The functionality to retrieve random photos is completed.
Pac12Run8000
8y ago+60 -15
62%Typical
more lines added than baseline
11
31d80bf7feat: PinImages are now added to CoreData but they have to be connected to the proper PinAnnotation
Pac12Run8000
8y ago+49 -7
58%Typical
more lines added than baseline
12
3825c97afeat: The PinAnnotation reveals the detailView. A PinAnnotation with the latitude and longitude are being passed to the detailViewController
Pac12Run8000
8y ago+33 -10
54%Typical
more lines added than baseline
13
bf652d32feat: Testing is completed. The only change I made is to the sessionConfiguration timeout interval in the FlickrAPIClient
Pac12Run8000
8y ago+34 -15
50%Typical
more lines added than baseline
14
4e6b0c33feat: Everything is working except for a Flickr.
Pac12Run8000
8y ago+29 -6
46%Typical
more lines added than baseline
15
f7428baefeat: refactoring functionality so that I can get the newCollection button working.
Pac12Run8000
8y ago+29 -18
42%Typical
more lines added than baseline
16
ed8e68f6Create README.md
Norbert Grover
8y ago+18 -0
38%Typical
more lines added than baseline
17
ebd8bf85feat: The activity indicator issues are fixed. All of the collectionViewCells are loading properly.
Pac12Run8000
8y ago+18 -10
34%Typical
more lines added than baseline
18
23026c4bfeat: added function isCoreDataPresent to see if there were PinImages for a particular PinAnnotation
Pac12Run8000
8y ago+14 -1
30%Below typical
more lines added than baseline
19
456db41ffeat: global_pages is no longer a property used throughout the application. It can now only be returned in the completionHandler fro getArrayOfPhotos
Pac12Run8000
8y ago+11 -10
26%Below typical
more scattered than baseline
20
e8d9a279feat: The functionality adds the collection of PinImages to the proper PinAnnotation in CoreData.
Pac12Run8000
8y ago+8 -12
22%Below typical
fewer lines added than baseline
21
77e96465Update README.md
Norbert Grover
8y ago+5 -0
18%Below typical
fewer lines added than baseline
22
e5366c96Update README.md
Norbert Grover
8y ago+4 -1
14%Below typical
fewer lines added than baseline
23
07827f41Update README.md
Norbert Grover
8y ago+3 -0
8%Below typical
fewer lines added than baseline
24
f7257b1dUpdate README.md
Norbert Grover
8y ago+3 -0
8%Below typical
fewer lines added than baseline
25
d7c247beUpdate README.md
Norbert Grover
8y ago+1 -0
2%Below typical
fewer lines added than baseline
  • 743f728eInitial Commit
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +584 -0
    Risk
    98%Elevated
  • 0354ebf0feat: Made an API call and the proper response was returned. Moreover, the data (title, url) values have been set in CoreData. But the image property is left nil.
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +400 -3
    Risk
    94%Elevated
  • a08dd020feat: The CoreData functionality has been added to the MapViewController. The MapView can add and delete PinAnnotations.
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +290 -22
    Risk
    90%Elevated
  • 2304efd8feat: Added the CoreData model and CoreDataStack
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +264 -1
    Risk
    86%Elevated
  • fca4ef2dfeat: The default image has been added to the collectionView
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +137 -15
    Risk
    80%Elevated
  • 6e36b942feat: I am committing the basic UIControllers. This is just the beginning.
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +113 -9
    Risk
    80%Elevated
  • 5cd0c91bfeat: The API call for randomImages is working. As of now it returns a [[String:AnyObject]]?.
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +110 -2
    Risk
    74%Elevated
  • f1d4d2e4feat: A UIButton and a collectionView has been added to the MapDetailViewController
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +89 -4
    Risk
    70%Elevated
  • 33370518feat: The application is now able to download the images after the API call and store the data in CoreData.
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +73 -37
    Risk
    66%Typical
  • 1704c252feat: The functionality to retrieve random photos is completed.
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +60 -15
    Risk
    62%Typical
  • 31d80bf7feat: PinImages are now added to CoreData but they have to be connected to the proper PinAnnotation
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +49 -7
    Risk
    58%Typical
  • 3825c97afeat: The PinAnnotation reveals the detailView. A PinAnnotation with the latitude and longitude are being passed to the detailViewController
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +33 -10
    Risk
    54%Typical
  • bf652d32feat: Testing is completed. The only change I made is to the sessionConfiguration timeout interval in the FlickrAPIClient
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +34 -15
    Risk
    50%Typical
  • 4e6b0c33feat: Everything is working except for a Flickr.
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +29 -6
    Risk
    46%Typical
  • f7428baefeat: refactoring functionality so that I can get the newCollection button working.
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +29 -18
    Risk
    42%Typical
  • ed8e68f6Create README.md
    Author
    Norbert Grover
    When
    8y ago
    Lines
    +18 -0
    Risk
    38%Typical
  • ebd8bf85feat: The activity indicator issues are fixed. All of the collectionViewCells are loading properly.
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +18 -10
    Risk
    34%Typical
  • 23026c4bfeat: added function isCoreDataPresent to see if there were PinImages for a particular PinAnnotation
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +14 -1
    Risk
    30%Below typical
  • 456db41ffeat: global_pages is no longer a property used throughout the application. It can now only be returned in the completionHandler fro getArrayOfPhotos
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +11 -10
    Risk
    26%Below typical
  • e8d9a279feat: The functionality adds the collection of PinImages to the proper PinAnnotation in CoreData.
    Author
    Pac12Run8000
    When
    8y ago
    Lines
    +8 -12
    Risk
    22%Below typical
  • 77e96465Update README.md
    Author
    Norbert Grover
    When
    8y ago
    Lines
    +5 -0
    Risk
    18%Below typical
  • e5366c96Update README.md
    Author
    Norbert Grover
    When
    8y ago
    Lines
    +4 -1
    Risk
    14%Below typical
  • 07827f41Update README.md
    Author
    Norbert Grover
    When
    8y ago
    Lines
    +3 -0
    Risk
    8%Below typical
  • f7257b1dUpdate README.md
    Author
    Norbert Grover
    When
    8y ago
    Lines
    +3 -0
    Risk
    8%Below typical
  • d7c247beUpdate README.md
    Author
    Norbert Grover
    When
    8y ago
    Lines
    +1 -0
    Risk
    2%Below typical
Showing 25 of 25 commits

How the score behaves here

Change risk →

Two views of the same model: where the cuts fall, and what commit shape lands you above them.

Score distribution

Every scored commit, binned on the raw 0 to 10 score rather than the percentile. Percentile ranks are uniform by construction, so that axis has no shape to draw. The dashed lines are the tercile cuts behind each row's priority pill.

03typical ↑↑ elevated0.04.89.5Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 25 most recent commits, on their own recency sample rather than the feed above: that defaults to risk-sorted, so reusing it would plot only the top tercile and call it the spread. Big and scattered is what the model penalises. Click a dot to open it.

110100Lines changed (log) →0.02.7Diffusion →
Below typical8
Typical9
Elevated8

Commit history for baneeishaque/VirtualTourist_8

baneeishaque/VirtualTourist_8 has 25 commits in its history from 2 contributors, the first of them Feb 10, 2018. No file in the repository changed in the last 90 days. Every commit is scored for change risk from its size, spread and the history of the files it touches.