GOCDB / gocdb

Grid Operations Configuration Management Database. A Repository, Portal and REST style API for managing Grid and Cloud topology objects including; projects, administrative domains, sites, services, service-endpoints, service-groups, downtimes, users, roles and business rules.
Apache License 2.0
12 stars 27 forks source link

[GT-141] Add support for pre selecting endpoints #473

Closed Sae126V closed 7 months ago

Sae126V commented 10 months ago

Clean version for #439 .

Case 1: If the user goes to the sites and tries to add recent downtimes. Then the user should be able to see the site, the services, and the endpoints pre-selected. [Pre-Selection enabled] Case 2: If the user goes to the services and tries to add recent downtimes. Then the user should see the specific service-related endpoints that are pre-selected. [Pre-Selection enabled] case 3: If the user goes to "Add Downtime" from the left hand menu, no Site should be pre-selected and they should be able to select any Site they have a role over (all Sites for GOCDB admins). [Pre-Selection NOT enabled]

"Resolves #229"

Sae126V commented 9 months ago

Ready for the review of functionality. @gregcorbett

gregcorbett commented 9 months ago

Functionality looks good :)

gregcorbett commented 7 months ago

rebasing on latest dev