Skip to content

Commit

Permalink
Rename things (#444)
Browse files Browse the repository at this point in the history
* rename things

* rename things

* fix vite config
  • Loading branch information
Logende authored Oct 19, 2023
1 parent d7f4a39 commit ec691df
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to Config Assistant
# Contributing to MetaConfigurator

Welcome to the Config Assistant project! We appreciate your interest in contributing.
Welcome to the MetaConfigurator project! We appreciate your interest in contributing.
Note that this project is part of graded student projects and thus contributions to the code can only be accepted if the supervisor of the project agrees to it.
If you want to contribute to the project, please contact one of the developers first, e.g., by opening an issue.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ More details can be found in [our paper](paper/main_paper.pdf) and our [user gui

## Screenshot

![Screenshot 1](resources/fileeditor%20view.png)
![Screenshot 1](figs/screenshot_file_editor.png)

## Development

Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion meta_configurator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="src/style.css" rel="stylesheet" />
<link href="primeicons/primeicons.css" />
<meta name="viewport" content="width=device-width initial-scale=1.0" />
<title>Config Assistant</title>
<title>MetaConfigurator</title>
</head>
<body class="h-full">
<div id="app" class="h-full"></div>
Expand Down
4 changes: 2 additions & 2 deletions meta_configurator/src/components/dialogs/AboutDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ defineEmits<{
:visible="visible"
@update:visible="newValue => $emit('update:visible', newValue)">
<p>
Config Assistant is a tool to help you create and edit configuration files for your
MetaConfigurator is a tool to help you create and edit configuration files for your
applications.
</p>
<p>It is currently in alpha stage, so expect bugs and missing features.</p>
<p>Config Assistant is open source and licensed under the MIT license.</p>
<p>MetaConfigurator is open source and licensed under the MIT license.</p>
<p>
Check our
<a
Expand Down
2 changes: 1 addition & 1 deletion meta_configurator/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const router = createRouter({
],
});

const DEFAULT_TITLE = 'Config Assistant';
const DEFAULT_TITLE = 'MetaConfigurator';

/**
* We make sure that important session variables are reset when the
Expand Down
2 changes: 1 addition & 1 deletion meta_configurator/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import vue from '@vitejs/plugin-vue';

// https://vitejs.dev/config/
export default defineConfig({
base: '/meta_configurator/',
base: '/meta-configurator/',
plugins: [vue()],
resolve: {
alias: {
Expand Down
2 changes: 1 addition & 1 deletion meta_configurator/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import vueJsx from '@vitejs/plugin-vue-jsx';

// https://vitejs.dev/config/
export default defineConfig({
base: '/meta_configurator/',
base: '/meta-configurator/',
plugins: [vue(), vueJsx()],
optimizeDeps: {
exclude: ['ajv-formats'],
Expand Down
2 changes: 1 addition & 1 deletion paper/main_paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
\renewcommand{\checkmark}{\usym{1F5F8}}
\newcommand{\cfgfiles}{configuration files}
\newcommand{\cfgfile}{configuration file}
\newcommand{\toolname}{\textit{MetaConfigurator}} % or config assistant
\newcommand{\toolname}{\textit{MetaConfigurator}}
\newcommand{\jskeyword}[1]{\texttt{#1}} % use for json schema keywords

\colorlet{punct}{red!60!black}
Expand Down
2 changes: 1 addition & 1 deletion paper/user_study.tex
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ \subsubsection{Interview Questions}
\item Schema modifications: The participant has to modify the schema file.
\end{itemize}

The interview tasks and additional files can be found in out GitHub repository\footnote{\url{https://github.com/PaulBredl/meta-configurator/tree/main/paper/userstudy}}.
The interview tasks and additional files can be found in out GitHub repository\footnote{\url{https://github.com/PaulBredl/meta-configurator/tree/main/paper/user_study}}.

\subsubsection{Interview Process}
We proceed our interview with one interviewee each time.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ec691df

Please sign in to comment.