All Collections
Tutorials
Using heat maps to see recent code changes visually in Softagram Desktop
Using heat maps to see recent code changes visually in Softagram Desktop

Get quickly on top of recent happenings in the codebase

Matti Mäki avatar
Written by Matti Mäki
Updated over a week ago

Reading thru the git log is a nice way to keep up with the recent changes in your codebase. However, it easily becomes a time consuming activity to get the big picture while crawling through the change history commit by commit, occasionally checking the actual diff too to get better understanding of what has changed.

With Softagram you can save time by seeing an instant overview of the recent changes. Here's how to do it:

1 .  Open Softagram Desktop, login and select your project from the list

2. In the top search bar, enter "@commit_count_30>0" and press enter (note: no whitespace around the ">" operator")

3. Check the heatmap at the bottom, and  select Commit_count30: 

Now you'll see an overview of your codebase, colored nicely by the amount of commits that have been introduced during last 30 days. Darker color means a lot of commits compared to the average, lighter means relatively low amount of commits.

By hovering over the elements you can see their actual commit counts during the last 30 days. In the tooltip you'll also see a list of latest commits. In case you don't, try enabling a more informative tooltip by pressing Ctrl + t, then hover again.

If you need to get more detailed, you can press "+" to zoom in down to the file level.

Now you might wonder, which components in your code are affected by the recent changes and thus require better coverage in QA? Read next How to find out risks in recent changes

Did this answer your question?