- Run docker. See the Docker README for instructions.
- React frontend will now run on http://localhost:8081/
- Use the Select Boundaries tool from the tool selector on the left to set boundaries for your commissioning package. Click again to deselect.
- If the selected node is not already a boundary:
- Add the node as a boundary
- Update rdfox with the following triple :nodeId https://rdf.equinor.com/completion#isBoundaryOf :commissioningPackage .
- If the selected node is already a boundary:
- Remove the node as a boundary
- Update rdfox, delete the following triple :nodeId https://rdf.equinor.com/completion#isBoundaryOf :commissioningPackage .
- If the selected node is not a boundary, but is an internal node:
- Remove the node as an internal node, then add it as a boundary node.
- Update rdfox, insert the following triple :nodeId https://rdf.equinor.com/completion#isBoundaryOf :commissioningPackage .
- Update rdfox, delete the following triple :nodeId https://rdf.equinor.com/completion#isInPackage :commissioningPackage .
- If the selected node is not already a boundary:
- Use the Select Inside of Boundary tool to select the inside of your boundary. Click again to deselect.
- If the selected node is not an internal node:
- Add the node as an internal node.
- Update rdfox with the following triple :nodeId https://rdf.equinor.com/completion#isInPackage :commissioningPackage .
- If the node is an internal node:
- Remove the node as an internal node.
- Update rdfox, delete the following triple :nodeId https://rdf.equinor.com/completion#isInPackage :commissioningPackage .
- If the selected node is not an internal node, but is a boundary node:
- Remove the node as a boundary.
- Add the node as an internal node.
- Update rdfox, insert the following triple :nodeId https://rdf.equinor.com/completion#isInPackage :commissioningPackage .
- Update rdfox, delete the following triple :nodeId https://rdf.equinor.com/completion#isBoundaryOf :commissioningPackage .
- If the selected node is not an internal node:
- Use the Create new Commissioning Package button to open the commissioning package creation window. Define a display name, ID and color for your package.
- All package IDs are automatically prefixed with "asset:".
- Define boundaries and internals for the new package as you did with the first package.
- Switch between packages by using the Commissioning Packages dropdown. The packages are labeled with their display name. Your active package is displayed in the top bar.