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).
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
bing-maps.service.ts in Frontend/src/app/maps |
691 | 21 | 586 | 1463 | 20 |
DispatchingService.cs in Backend/src/Trackable.Services/Services |
476 | 20 | 586 | 1463 | 5 |
DbContextBulkOperations.cs in Backend/src/Trackable.EntityFramework |
246 | 9 | 124 | 1463 | 4 |
maps.service.ts in Frontend/src/app/maps |
212 | 24 | 586 | 1463 | 13 |
MathUtils.cs in Backend/src/Trackable.TripDetection/Helpers |
211 | 12 | 124 | 1463 | 4 |
dispatching-editor.component.html in Frontend/src/app/dispatching/dispatching-editor |
207 | - | 586 | 1463 | 11 |
Startup.cs in Backend/src/Trackable.Web |
206 | 5 | 124 | 1463 | 12 |
DevicesController.cs in Backend/src/Trackable.Web/Controllers |
190 | 9 | 124 | 1463 | 13 |
dispatching-editor.component.ts in Frontend/src/app/dispatching/dispatching-editor |
187 | 12 | 586 | 1463 | 13 |
RoleRequirementHandler.cs in Backend/src/Trackable.Web/Auth |
179 | 2 | 124 | 1463 | 9 |
maps.component.ts in Frontend/src/app/maps/maps |
168 | 1 | 586 | 1463 | 13 |
UsersController.cs in Backend/src/Trackable.Web/Controllers |
167 | 12 | 124 | 1463 | 12 |
geofence-editor.component.ts in Frontend/src/app/geofences/geofence-editor |
167 | 8 | 907 | 1463 | 10 |
asset-list.component.ts in Frontend/src/app/assets/asset-list |
161 | 12 | 586 | 1463 | 16 |
DbRepositoryBase.cs in Backend/src/Trackable.Repositories/Repositories |
155 | 8 | 124 | 1463 | 10 |
TrackingPointRepository.cs in Backend/src/Trackable.Repositories/Repositories |
151 | 5 | 1418 | 1463 | 8 |
background-tracker-service.ts in MobileClient/src/providers |
145 | 7 | 738 | 1463 | 8 |
asset.service.ts in Frontend/src/app/assets |
143 | 3 | 586 | 1463 | 14 |
map-host-service.ts in MobileClient/src/providers |
143 | 10 | 1428 | 1463 | 5 |
AdvancedSerializationBinder.cs in Backend/src/Trackable.Func/Shared |
130 | 5 | 1428 | 1463 | 2 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
settings.scss in MobileClient/src/pages/settings |
1 | - | 1428 | 1463 | 2 |
app.scss in MobileClient/src/app |
1 | - | 1428 | 1463 | 2 |
app.html in MobileClient/src/app |
1 | - | 1428 | 1463 | 3 |
registration.scss in MobileClient/src/pages/registration |
2 | - | 1428 | 1463 | 2 |
location-details.scss in MobileClient/src/pages/location-details |
2 | - | 1428 | 1463 | 2 |
tabs.html in MobileClient/src/pages/tabs |
3 | - | 1428 | 1463 | 3 |
debug.scss in MobileClient/src/pages/debug |
3 | - | 1428 | 1450 | 3 |
main.ts in MobileClient/src/app |
3 | - | 1428 | 1463 | 3 |
trip-list.component.css in Frontend/src/app/shared/trip-list |
3 | - | 1428 | 1463 | 2 |
login.component.html in Frontend/src/app/users/login |
4 | - | 1428 | 1463 | 3 |
point.ts in Frontend/src/app/shared |
4 | - | 1428 | 1463 | 3 |
maps.component.css in Frontend/src/app/maps/maps |
4 | - | 1428 | 1463 | 2 |
subscription-key.ts in Frontend/src/app/core |
4 | - | 1428 | 1463 | 5 |
tab.ts in MobileClient/src/pages/tabs |
5 | - | 1428 | 1463 | 3 |
environment.self.ts in Frontend/src/environments |
5 | - | 1428 | 1463 | 3 |
date-range.ts in Frontend/src/app/shared |
5 | - | 1428 | 1463 | 3 |
module-import-guard.ts in Frontend/src/app/core |
5 | 1 | 1428 | 1463 | 5 |
metric.ts in Frontend/src/app/reports |
6 | - | 1428 | 1463 | 5 |
location-editor.component.css in Frontend/src/app/locations/location-editor |
6 | - | 1428 | 1463 | 2 |
settings.component.css in Frontend/src/app/core/settings |
6 | - | 1428 | 1463 | 2 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
GeoCoordinateWatcherInternal.cs in Backend/src/System.Device/Location |
533 | 19 | 124 | 126 | 2 |
LocationProviderInternal.cs in Backend/src/System.Device/Location |
441 | 14 | 124 | 126 | 2 |
GeoCoordinateWatcher.cs in Backend/src/System.Device/Location |
344 | 22 | 124 | 126 | 2 |
LocationProvider.cs in Backend/src/System.Device/Location |
264 | 17 | 124 | 126 | 2 |
Internals.cs in Backend/src/System.Device/Location/Internal |
224 | 7 | 124 | 126 | 2 |
GeoCoordinate.cs in Backend/src/System.Device/Location |
223 | 9 | 124 | 126 | 2 |
CivicAddressResolver.cs in Backend/src/System.Device/Location |
166 | 9 | 124 | 126 | 2 |
LocationCoordinate.cs in Backend/src/System.Device/Location |
138 | 10 | 124 | 126 | 2 |
CivicAddress.cs in Backend/src/System.Device/Location |
95 | 3 | 124 | 126 | 2 |
Location.cs in Backend/src/System.Device/Location |
56 | 4 | 124 | 126 | 2 |
GeoPosition.cs in Backend/src/System.Device/Location |
47 | 2 | 124 | 126 | 2 |
users-info-dialog.component.html in Frontend/src/app/users/users-info-dialog |
27 | - | 586 | 929 | 3 |
geofences-info-dialog.component.html in Frontend/src/app/geofences/geofences-info-dialog |
24 | - | 586 | 929 | 3 |
asset-info-dialog.component.html in Frontend/src/app/assets/asset-info-dialog |
16 | - | 586 | 929 | 3 |
asset-info-dialog.component.ts in Frontend/src/app/assets/asset-info-dialog |
11 | 1 | 586 | 929 | 3 |
devices-info-dialog.component.ts in Frontend/src/app/devices/devices-info-dialog |
11 | 1 | 586 | 929 | 3 |
dispatching-info-dialog.component.ts in Frontend/src/app/dispatching/dispatching-info-dialog |
11 | 1 | 586 | 929 | 3 |
geofences-info-dialog.component.ts in Frontend/src/app/geofences/geofences-info-dialog |
11 | 1 | 586 | 929 | 3 |
locations-info-dialog.component.ts in Frontend/src/app/locations/locations-info-dialog |
11 | 1 | 586 | 929 | 3 |
reports-info-dialog.component.ts in Frontend/src/app/reports/reports-info-dialog |
11 | 1 | 586 | 929 | 3 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
GeoCoordinateWatcherInternal.cs in Backend/src/System.Device/Location |
533 | 19 | 124 | 126 | 2 |
LocationProviderInternal.cs in Backend/src/System.Device/Location |
441 | 14 | 124 | 126 | 2 |
GeoCoordinateWatcher.cs in Backend/src/System.Device/Location |
344 | 22 | 124 | 126 | 2 |
LocationProvider.cs in Backend/src/System.Device/Location |
264 | 17 | 124 | 126 | 2 |
DbContextBulkOperations.cs in Backend/src/Trackable.EntityFramework |
246 | 9 | 124 | 1463 | 4 |
Internals.cs in Backend/src/System.Device/Location/Internal |
224 | 7 | 124 | 126 | 2 |
GeoCoordinate.cs in Backend/src/System.Device/Location |
223 | 9 | 124 | 126 | 2 |
MathUtils.cs in Backend/src/Trackable.TripDetection/Helpers |
211 | 12 | 124 | 1463 | 4 |
Startup.cs in Backend/src/Trackable.Web |
206 | 5 | 124 | 1463 | 12 |
DevicesController.cs in Backend/src/Trackable.Web/Controllers |
190 | 9 | 124 | 1463 | 13 |
RoleRequirementHandler.cs in Backend/src/Trackable.Web/Auth |
179 | 2 | 124 | 1463 | 9 |
UsersController.cs in Backend/src/Trackable.Web/Controllers |
167 | 12 | 124 | 1463 | 12 |
CivicAddressResolver.cs in Backend/src/System.Device/Location |
166 | 9 | 124 | 126 | 2 |
DbRepositoryBase.cs in Backend/src/Trackable.Repositories/Repositories |
155 | 8 | 124 | 1463 | 10 |
LocationCoordinate.cs in Backend/src/System.Device/Location |
138 | 10 | 124 | 126 | 2 |
ClusteredStopDetectorModule.cs in Backend/src/Trackable.TripDetection/Modules |
130 | 2 | 124 | 1463 | 5 |
AssetsController.cs in Backend/src/Trackable.Web/Controllers |
118 | 5 | 124 | 1463 | 13 |
TrackableDbContext.cs in Backend/src/Trackable.EntityFramework |
117 | 6 | 124 | 1463 | 9 |
ReportingService.cs in Backend/src/Trackable.Services/Services |
111 | 1 | 124 | 1463 | 4 |
DbCompositeRepositoryBase.cs in Backend/src/Trackable.Repositories/Repositories |
105 | 9 | 124 | 1463 | 4 |