-
Notifications
You must be signed in to change notification settings - Fork 0
Product Registry Search
Matthew Walther edited this page May 16, 2023
·
1 revision
- License Search
- Enter landing page
- Type search parameters
- Advanced Search
- name
- license type,
- related license
- any related discipline
- Click submit
- sample of a product catalog/listing of registered products available for sale in VT
@startuml
title "Workflow: Public Product Registry Search"
actor "Public User" as Public
database "LAP Product Registry" as LAP
Public -> LAP: Begin Search workflow
Public -> LAP: Enter search parmeters
Public --> LAP: Enable Advanced search
Public -> LAP: Submit search
LAP -> Public: Print and return search results
@enduml