From 6325d04bd62eb3ea7f79519f5ed2abb74ed8c760 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 27 Sep 2024 14:10:54 +0000 Subject: [PATCH] chore: rename to quassel --- .devcontainer/devcontainer.json | 2 +- README.md | 4 ++-- nx.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 715a393..a7b7adf 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "name": "leq-devcontainer", + "name": "quassel-dev", "dockerComposeFile": "docker-compose.yaml", "service": "app", "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}" diff --git a/README.md b/README.md index 7ff5afb..ffe255b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# LEQ +# Quassel -Language Exposure Questionnaire (LEQ) is a web-based application designed to aid researchers in collecting and analyzing data on children's language exposure. This software will streamline the process of recording when and to which languages children are exposed, capturing details such as who was involved (e.g., grandparents) and for how long. It offers a calendar-like interface for data entry, recurring event functionality, and tools for identifying gaps in exposure. Additionally, the software provides administrators with features to manage users, export data in various formats, and review collected questionnaires. Ultimately, this software aims to provide valuable insights into language development within the university's research or educational context. +Quassel (previously Language Exposure Questionnaire) is a web-based application designed to aid researchers in collecting and analyzing data on children's language exposure. This software will streamline the process of recording when and to which languages children are exposed, capturing details such as who was involved (e.g., grandparents) and for how long. It offers a calendar-like interface for data entry, recurring event functionality, and tools for identifying gaps in exposure. Additionally, the software provides administrators with features to manage users, export data in various formats, and review collected questionnaires. Ultimately, this software aims to provide valuable insights into language development within the university's research or educational context. ## Contribute diff --git a/nx.json b/nx.json index 02d1bcb..1316cc6 100644 --- a/nx.json +++ b/nx.json @@ -23,7 +23,7 @@ "push": true, "metadata": { "images": [ - "ghcr.io/openscript-ch/leq-{projectName}" + "ghcr.io/openscript-ch/quassel-{projectName}" ], "tags": [ "type=sha" diff --git a/package.json b/package.json index 56c18a8..569e1c8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "leq", + "name": "quassel", "version": "0.0.0", "private": true, "scripts": {