- Complete the corresponding form to either add a statement or a
- preference.{" "}
+ Complete the corresponding form to either add or delete a statement.{" "}
It is assumed that you are familiar with the{" "}
@@ -35,32 +18,10 @@ const PopulateForm = () => {
By default the annotations are URIs but if they are not available, you
can use concepts instead.
-
-
-
-
-
-
-
- {/* TODO: Add section to manage access rights of services
+
+ {/* TODO: Add section to manage access rights of services
See issue: https://github.com/iai-group/pkg-api/issues/66 */}
-
-
-
-
-
-
-
-
-
-
+
);
};
diff --git a/pkg_client/src/components/PreferencePopulationForm.tsx b/pkg_client/src/components/PreferencePopulationForm.tsx
deleted file mode 100644
index eb38542..0000000
--- a/pkg_client/src/components/PreferencePopulationForm.tsx
+++ /dev/null
@@ -1,278 +0,0 @@
-import { useContext, useState } from "react";
-import { UserContext } from "../contexts/UserContext";
-import Form from "react-bootstrap/Form";
-import Button from "react-bootstrap/Button";
-import { TripleElement } from "./PopulateForm";
-import { Alert } from "react-bootstrap";
-import axios from "axios";
-
-const PreferencePopulationForm = () => {
- const { user } = useContext(UserContext);
- const [error, setError] = useState("");
- const [info, setInfo] = useState("");
- const [subject, setSubject] = useState("");
- const [objectSwitch, setObjectSwitch] = useState(false);
- const [object, setObject] = useState