Details
-
Type:
Task
-
Status:
Done
(View Workflow)
-
Priority:
Normal
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: UCMDB
-
Labels:None Labels
-
Customer:Mobinets
Description
-put NonRoutedSiteService logic inside versionservice to hold
*the pagination
- public Page<NonRoutedSiteDto> findNonRoutedSites(
String versionId,
Pageable pageable,
Predicate... filters)
*public long countNonRoutedSites(String versionId, Predicate... filters) - compute for core logic
- private Set<String> loadRoutedSites(String versionId)
*private Map<String, Set<String>> loadAdjacentSites(String versionId)
-RouteDependencyCalculator component to
*for the calcule logic :processRoute & calculate -missing parts of RoutingManager (route piece)
-add NonRoutedSiteDto for NonRoutedSite report and add RouteHopsCheckDto for RouteHopsCheck report
-add navigation on the sidebar for both
-add view NonRoutedSiteView for NonRoutedSite report
-add view RouteHopsCheckView for RouteHopsCheck report
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
- Transitions
- Trace
Implement the logic as described in the description