aws-samples / dotnet-modernization-music-store
File Age

File age measurements show the distribution of file ages (days since the first commit) and the recency of file updates (days since the latest commit).

Summary
  • Number of files: 57
  • Daily file updates (only one update per file and date counted): 238
  • First update: 2010-05-25
  • Latest update: 2021-07-21
  • Days between first and latest update: 4076 (582 weeks, estimated 2910 working days)
  • Active days (at least one file change): 22
  • Data:
File Change History Overall
File Age Distribution Overall
Days since first update
  • There are 57 files with 3,691 lines of code in files.
    • 56 files that are 366+ days old (2,576 lines of code)
    • 1 files that are 181-365 days old (1,115 lines of code)
    • 0 files that are 91-180 days old (0 lines of code)
    • 0 files that are 31-90 days old (0 lines of code)
    • 0 files that are 1-30 days old (0 lines of code)
69% | 30% | 0% | 0% | 0%
Legend:
366+
181-365
91-180
31-90
1-30
Latest Change Distribution Overall
Days since last update
  • There are 57 files with 3,691 lines of code in files.
    • 0 files have been last changed 366+ days ago (0 lines of code)
    • 57 files have been last changed 181-365 days ago (3,691 lines of code)
    • 0 files have been last changed 91-180 days ago (0 lines of code)
    • 0 files have been last changed 31-90 days ago (0 lines of code)
    • 0 files have been last changed 1-30 days ago (0 lines of code)
0% | 100% | 0% | 0% | 0%
Legend:
366+
181-365
91-180
31-90
1-30
File Change History per File Extension
css, js, cs, cshtml, md, asax, gitignore, gitattributes, txt, csproj, yml, json
File Age Distribution per Extension
Days since first update
366+
181-365
91-180
31-90
1-30
cs100% | 0% | 0% | 0% | 0%
css100% | 0% | 0% | 0% | 0%
cshtml100% | 0% | 0% | 0% | 0%
asax100% | 0% | 0% | 0% | 0%
yml0% | 100% | 0% | 0% | 0%
Latest Change Distribution per Extension
Days since last update
366+
181-365
91-180
31-90
1-30
cs0% | 100% | 0% | 0% | 0%
yml0% | 100% | 0% | 0% | 0%
css0% | 100% | 0% | 0% | 0%
cshtml0% | 100% | 0% | 0% | 0%
asax0% | 100% | 0% | 0% | 0%
File Change History per Logical Decomposition
primary
primary (file age distribution)
Days since first update
366+
181-365
91-180
31-90
1-30
MvcMusicStore/Content/themes100% | 0% | 0% | 0% | 0%
MvcMusicStore/Models100% | 0% | 0% | 0% | 0%
MvcMusicStore/Controllers100% | 0% | 0% | 0% | 0%
MvcMusicStore/Content100% | 0% | 0% | 0% | 0%
MvcMusicStore/Views/Account100% | 0% | 0% | 0% | 0%
MvcMusicStore/Views/ShoppingCart100% | 0% | 0% | 0% | 0%
MvcMusicStore/Views/Store100% | 0% | 0% | 0% | 0%
MvcMusicStore/Views/Shared100% | 0% | 0% | 0% | 0%
MvcMusicStore/Views/Checkout100% | 0% | 0% | 0% | 0%
MvcMusicStore100% | 0% | 0% | 0% | 0%
MvcMusicStore/ViewModels100% | 0% | 0% | 0% | 0%
MvcMusicStore/Views/Home100% | 0% | 0% | 0% | 0%
MvcMusicStore/Properties100% | 0% | 0% | 0% | 0%
MvcMusicStore/Views100% | 0% | 0% | 0% | 0%
static0% | 100% | 0% | 0% | 0%
primary (latest change distribution)
Days since last update
366+
181-365
91-180
31-90
1-30
static0% | 100% | 0% | 0% | 0%
MvcMusicStore/Content/themes0% | 100% | 0% | 0% | 0%
MvcMusicStore/Models0% | 100% | 0% | 0% | 0%
MvcMusicStore/Controllers0% | 100% | 0% | 0% | 0%
MvcMusicStore/Content0% | 100% | 0% | 0% | 0%
MvcMusicStore/Views/Account0% | 100% | 0% | 0% | 0%
MvcMusicStore/Views/ShoppingCart0% | 100% | 0% | 0% | 0%
MvcMusicStore/Views/Store0% | 100% | 0% | 0% | 0%
MvcMusicStore/Views/Shared0% | 100% | 0% | 0% | 0%
MvcMusicStore/Views/Checkout0% | 100% | 0% | 0% | 0%
MvcMusicStore0% | 100% | 0% | 0% | 0%
MvcMusicStore/ViewModels0% | 100% | 0% | 0% | 0%
MvcMusicStore/Views/Home0% | 100% | 0% | 0% | 0%
MvcMusicStore/Properties0% | 100% | 0% | 0% | 0%
MvcMusicStore/Views0% | 100% | 0% | 0% | 0%
Oldest Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
Site.css
in MvcMusicStore/Content
270 - 305 4134 6
ShoppingCart.cs
in MvcMusicStore/Models
140 11 305 4134 6
CheckoutController.cs
in MvcMusicStore/Controllers
60 3 305 4134 6
ShoppingCartController.cs
in MvcMusicStore/Controllers
54 4 305 4134 6
Order.cs
in MvcMusicStore/Models
46 - 305 4134 5
StoreController.cs
in MvcMusicStore/Controllers
32 4 305 4134 6
Album.cs
in MvcMusicStore/Models
30 - 305 4134 6
Global.asax.cs
in MvcMusicStore
28 3 305 4134 6
AssemblyInfo.cs
in MvcMusicStore/Properties
14 - 305 4134 6
ShoppingCartRemoveViewModel.cs
in MvcMusicStore/ViewModels
11 - 305 4134 4
ShoppingCartViewModel.cs
in MvcMusicStore/ViewModels
10 - 305 4134 5
AccountController.cs
in MvcMusicStore/Controllers
140 10 305 4037 6
cshtml
Index.cshtml
in MvcMusicStore/Views/ShoppingCart
95 - 305 4037 6
cshtml
Register.cshtml
in MvcMusicStore/Views/Account
52 - 305 4037 5
AccountModels.cs
in MvcMusicStore/Models
52 - 305 4037 5
cshtml
ChangePassword.cshtml
in MvcMusicStore/Views/Account
45 - 305 4037 5
cshtml
LogOn.cshtml
in MvcMusicStore/Views/Account
39 - 305 4037 5
cshtml
_Layout.cshtml
in MvcMusicStore/Views/Shared
32 - 278 4037 7
cshtml
Details.cshtml
in MvcMusicStore/Views/Store
26 - 305 4037 3
cshtml
AddressAndPayment.cshtml
in MvcMusicStore/Views/Checkout
24 - 305 4037 3
Files Not Recently Changed (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
asax
Global.asax
in MvcMusicStore
1 - 305 566 2
all.css
in MvcMusicStore/Content/themes/base
2 - 305 586 2
cshtml
_ViewStart.cshtml
in MvcMusicStore/Views
3 - 305 4037 3
cshtml
CartSummary.cshtml
in MvcMusicStore/Views/ShoppingCart
4 - 305 4037 4
sortable.css
in MvcMusicStore/Content/themes/base
4 - 305 586 2
draggable.css
in MvcMusicStore/Content/themes/base
4 - 305 586 2
autocomplete.css
in MvcMusicStore/Content/themes/base
6 - 305 586 2
cshtml
ChangePasswordSuccess.cshtml
in MvcMusicStore/Views/Account
7 - 305 4037 3
cshtml
Error.cshtml
in MvcMusicStore/Views/Shared
7 - 305 4037 4
Artist.cs
in MvcMusicStore/Models
8 - 305 4037 4
cshtml
_LoginPartial.cshtml
in MvcMusicStore/Views/Shared
8 - 305 560 2
cshtml
Complete.cshtml
in MvcMusicStore/Views/Checkout
9 - 305 4037 4
selectable.css
in MvcMusicStore/Content/themes/base
9 - 305 586 2
ShoppingCartViewModel.cs
in MvcMusicStore/ViewModels
10 - 305 4134 5
cshtml
GenreMenu.cshtml
in MvcMusicStore/Views/Store
10 - 305 4037 3
Genre.cs
in MvcMusicStore/Models
11 - 305 4037 4
ShoppingCartRemoveViewModel.cs
in MvcMusicStore/ViewModels
11 - 305 4134 4
tooltip.css
in MvcMusicStore/Content/themes/base
11 - 305 586 2
OrderDetail.cs
in MvcMusicStore/Models
13 - 305 4037 4
MusicStoreEntities.cs
in MvcMusicStore/Models
13 - 305 4037 4
Most Recently Created Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
app2container_demo_template.yml
in static
1115 - 195 218 2
cshtml
_LoginPartial.cshtml
in MvcMusicStore/Views/Shared
8 - 305 560 2
asax
Global.asax
in MvcMusicStore
1 - 305 566 2
datepicker.css
in MvcMusicStore/Content/themes/base
161 - 305 586 2
button.css
in MvcMusicStore/Content/themes/base
92 - 305 586 2
resizable.css
in MvcMusicStore/Content/themes/base
70 - 305 586 2
core.css
in MvcMusicStore/Content/themes/base
63 - 305 586 2
slider.css
in MvcMusicStore/Content/themes/base
61 - 305 586 2
dialog.css
in MvcMusicStore/Content/themes/base
60 - 305 586 2
spinner.css
in MvcMusicStore/Content/themes/base
50 - 305 586 2
selectmenu.css
in MvcMusicStore/Content/themes/base
48 - 305 586 2
menu.css
in MvcMusicStore/Content/themes/base
46 - 305 586 2
tabs.css
in MvcMusicStore/Content/themes/base
41 - 305 586 2
accordion.css
in MvcMusicStore/Content/themes/base
26 - 305 586 2
base.css
in MvcMusicStore/Content/themes/base
17 - 305 586 2
tooltip.css
in MvcMusicStore/Content/themes/base
11 - 305 586 2
selectable.css
in MvcMusicStore/Content/themes/base
9 - 305 586 2
autocomplete.css
in MvcMusicStore/Content/themes/base
6 - 305 586 2
draggable.css
in MvcMusicStore/Content/themes/base
4 - 305 586 2
sortable.css
in MvcMusicStore/Content/themes/base
4 - 305 586 2
Most Recently Changed Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
app2container_demo_template.yml
in static
1115 - 195 218 2
cshtml
_Layout.cshtml
in MvcMusicStore/Views/Shared
32 - 278 4037 7
SampleData.cs
in MvcMusicStore/Models
426 1 305 3942 4
Site.css
in MvcMusicStore/Content
270 - 305 4134 6
datepicker.css
in MvcMusicStore/Content/themes/base
161 - 305 586 2
AccountController.cs
in MvcMusicStore/Controllers
140 10 305 4037 6
ShoppingCart.cs
in MvcMusicStore/Models
140 11 305 4134 6
cshtml
Index.cshtml
in MvcMusicStore/Views/ShoppingCart
95 - 305 4037 6
button.css
in MvcMusicStore/Content/themes/base
92 - 305 586 2
resizable.css
in MvcMusicStore/Content/themes/base
70 - 305 586 2
core.css
in MvcMusicStore/Content/themes/base
63 - 305 586 2
slider.css
in MvcMusicStore/Content/themes/base
61 - 305 586 2
dialog.css
in MvcMusicStore/Content/themes/base
60 - 305 586 2
CheckoutController.cs
in MvcMusicStore/Controllers
60 3 305 4134 6
ShoppingCartController.cs
in MvcMusicStore/Controllers
54 4 305 4134 6
cshtml
Register.cshtml
in MvcMusicStore/Views/Account
52 - 305 4037 5
AccountModels.cs
in MvcMusicStore/Models
52 - 305 4037 5
spinner.css
in MvcMusicStore/Content/themes/base
50 - 305 586 2
selectmenu.css
in MvcMusicStore/Content/themes/base
48 - 305 586 2
menu.css
in MvcMusicStore/Content/themes/base
46 - 305 586 2