Skip to content

Commit

Permalink
Rename decision tree or beslisboom to beslishulp
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensWe committed Nov 29, 2024
1 parent dbce3bf commit e26fe88
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN npm run build

FROM nginx:$NGINX_VERSION

LABEL org.opencontainers.image.source=https://github.com/MinBZK/AI-act-beslisboom
LABEL org.opencontainers.image.source=https://github.com/MinBZK/ai-act-beslishulp

COPY --from=build /app/dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf
Expand Down
2 changes: 1 addition & 1 deletion frontend/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ services:
context: .
dockerfile: Dockerfile

image: ghcr.io/minbzk/ai-act-beslisboom:main
image: ghcr.io/minbzk/ai-act-beslishulp:main
ports:
- '9090:80'
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="node_modules/@nl-rvo/assets/images/favicon/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Beslisboom</title>
<title>Beslishulp</title>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ai-act-decision-tree",
"name": "ai-act-beslishulp",
"version": "0.0.5",
"private": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion frontend/script/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

python script/inject_definitions_in_decision_tree.py

docker build . -t ghcr.io/minbzk/ai-act-beslisboom:main --platform linux/amd64
docker build . -t ghcr.io/minbzk/ai-act-beslishulp:main --platform linux/amd64
2 changes: 1 addition & 1 deletion frontend/script/push.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

docker push ghcr.io/minbzk/ai-act-beslisboom:main
docker push ghcr.io/minbzk/ai-act-beslishulp:main
4 changes: 2 additions & 2 deletions frontend/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import BeslisboomForm from '@/components/BeslisboomForm.vue'
import BeslishulpForm from '@/components/BeslishulpForm.vue'
import '@nl-rvo/component-library-css/dist/index.css'
import '@nl-rvo/assets/fonts/index.css'
import '@nl-rvo/assets/icons/index.css'
Expand All @@ -8,5 +8,5 @@ import '@nl-rvo/design-tokens/dist/index.css'
</script>

<template>
<BeslisboomForm class="rvo-theme" />
<BeslishulpForm class="rvo-theme" />
</template>
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/src/components/Conclusion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ defineEmits(['back'])
<div class="rvo-alert-text">
<div>
<div>
Mocht u vragen of opmerkingen hebben naar aanleiding van deze beslisboom, mail dan gerust naar
Mocht u vragen of opmerkingen hebben naar aanleiding van deze beslishulp, mail dan gerust naar
<a href="mailto:[email protected]" class="rvo-link rvo-link--logoblauw">[email protected]</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ const emit = defineEmits(['acceptDisclaimer'])
</li>
<li>De beslishulp is geen check op jouw eigen kennis en inzichten en je blijft zelf verantwoordelijk voor de informatie die je gebruikt.</li>
<li>Wij adviseren de uitkomsten van de beslishulp met andere experts in jouw organisatie te delen en te bespreken.</li>
<li>De beslisboom is bedoeld voor overheden die AI-systemen
<li>De beslishulp is bedoeld voor overheden die AI-systemen
aanbieden, of gebruiken onder eigen
verantwoordelijkheid.
</li>
<li> Voor vragen of opmerkingen over de beslisboom mail je naar:
<li> Voor vragen of opmerkingen over de beslishulp mail je naar:
<a
class="rvo-link" href="mailto:[email protected]">
[email protected]</a>.
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/betaversion-label.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</summary>
<div class="rvo-expandable-text__details absolute"
style="margin-left: -38px; margin-top: 10px;padding: 16px; border-radius: 5px; background-color: var(--rvo-alert-warning-background-color); width: 220px; z-index: 2">
Deze beslisboom is in ontwikkeling. Alle versies ontstaan op een open manier.
Deze beslishulp is in ontwikkeling. Alle versies ontstaan op een open manier.
<a class="rvo-link" href="https://github.com/MinBZK/ai-act-decisiontree">
Iedereen
mag opmerkingen en suggesties doen.
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/stores/QuestionStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const useQuestionStore = defineStore('question', () => {
function updateLabelsAtConclusion() {
/**
* This function will change all the "nader te bepalen" labels to "niet van toepassing" when
* the conclusion of the decision tree has been reached.
* the conclusion of the beslishulp has been reached.
*/
for (let key in LabelsBySubCategory.value) {
if (JSON.stringify(LabelsBySubCategory.value[key]) === JSON.stringify(['nader te bepalen'])) {
Expand Down

0 comments on commit e26fe88

Please sign in to comment.