From 0770b41c3fb5b518b80e16b340ffb6585717e9af Mon Sep 17 00:00:00 2001 From: Evangelos Vafeiadis Date: Wed, 2 Mar 2022 11:40:27 +0100 Subject: [PATCH 01/20] Insert link to GOAT technical documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f857269e..7804bbc76 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ For more information: [GOAT Docs](https://plan4better.de/docs/background/) +[GOAT Technical Docs](https://www.open-accessibility.org/docs/quick_start_docker/) + [GOAT demo versions](https://plan4better.de/goatlive/) [Join GOAT User Group on Telegram](https://t.me/joinchat/EpAk7BYbIF72q7D3OTUCZQ) From 80a900c08258469a2d9a182e37343c45bcf92452 Mon Sep 17 00:00:00 2001 From: Mohammad Etemaddar Date: Thu, 30 Jun 2022 17:19:13 +0430 Subject: [PATCH 02/20] Add issue templates related issue: #1107 --- .github/ISSUE_TEMPLATE/bug_report.md | 39 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/concrete-task-.md | 20 ++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++ 3 files changed, 79 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/concrete-task-.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..6f060cc0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,39 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: Bug +assignees: '' + +--- + + + +## Expected Behavior + + +## Current Behavior + + +## Possible Solution + + +## Steps to Reproduce + + +1. +2. +3. +4. + +## Context (Environment) + + + + + +## Detailed Description + + +## Possible Implementation + diff --git a/.github/ISSUE_TEMPLATE/concrete-task-.md b/.github/ISSUE_TEMPLATE/concrete-task-.md new file mode 100644 index 000000000..dbe21c881 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/concrete-task-.md @@ -0,0 +1,20 @@ +--- +name: 'Concrete Task ' +about: Create a new task +title: '' +labels: '' +assignees: '' + +--- + +# Goal of this issue + + + +# Resources + + + +# Deliverables + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..59feed3d1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: New Feature +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 1ee76a7085de89598c2fb1c7aee2d81901f072d3 Mon Sep 17 00:00:00 2001 From: Mohammad Etemaddar Date: Fri, 1 Jul 2022 01:35:39 +0430 Subject: [PATCH 03/20] Create bug report form --- .github/ISSUE_TEMPLATE/bug-report.yaml | 38 ++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yaml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml new file mode 100644 index 000000000..aea6d8f7c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -0,0 +1,38 @@ +- type: textarea + attributes: + label: Summary + description: The summary of bug report + value: summary + validations: + required: true +- type: markdown + attributes: + label: Expected Behaviour + description: Tell us what should happen + value: expected behaviour + validations: + required: true +- type: markdown + attributes: + label: Current Behaviour + description: Tell us what happens instead of the expected behavior + value: current behaviour + validations: + required: true +- type: markdown + attributes: + label: Possible Solution + description: Not obligatory, but suggest a fix/reason for the bug + value: possible solution +- type: markdown + attributes: + label: Steps to reproduce + description: Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant. + value: steps to reproduce + validations: + required: true +- type: markdown + attributes: + label: Possible Implementation + description: Not obligatory, but suggest an idea for implementing addition or change. + value: possible implementation From 1d5039f61364e45a222fee553014e72cb8a6eb0d Mon Sep 17 00:00:00 2001 From: Mohammad Etemaddar Date: Fri, 1 Jul 2022 01:41:12 +0430 Subject: [PATCH 04/20] [ADD] body key to the bug report form --- .github/ISSUE_TEMPLATE/bug-report.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index aea6d8f7c..6a6509361 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,3 +1,4 @@ +body: - type: textarea attributes: label: Summary From df0f486408f8456796df9e91beb56e9fb0057eca Mon Sep 17 00:00:00 2001 From: Mohammad Etemaddar Date: Fri, 1 Jul 2022 01:43:19 +0430 Subject: [PATCH 05/20] [ADD] name and description to bug-report.yaml --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 6a6509361..15f064a27 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,3 +1,5 @@ +name: "Bug report" +description: "Thank you for reporting a bug!" body: - type: textarea attributes: From 08d054c9542dc5fdcf7b7ae16ef87275d3c77670 Mon Sep 17 00:00:00 2001 From: Mohammad Etemaddar Date: Fri, 1 Jul 2022 01:46:16 +0430 Subject: [PATCH 06/20] [FIX] remove label and description from textarea --- .github/ISSUE_TEMPLATE/bug-report.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 15f064a27..1752fd4e2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -10,32 +10,32 @@ body: required: true - type: markdown attributes: - label: Expected Behaviour - description: Tell us what should happen +# label: Expected Behaviour +# description: Tell us what should happen value: expected behaviour validations: required: true - type: markdown attributes: - label: Current Behaviour - description: Tell us what happens instead of the expected behavior +# label: Current Behaviour +# description: Tell us what happens instead of the expected behavior value: current behaviour validations: required: true - type: markdown attributes: - label: Possible Solution - description: Not obligatory, but suggest a fix/reason for the bug +# label: Possible Solution +# description: Not obligatory, but suggest a fix/reason for the bug value: possible solution - type: markdown attributes: - label: Steps to reproduce - description: Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant. +# label: Steps to reproduce +# description: Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant. value: steps to reproduce validations: required: true - type: markdown attributes: - label: Possible Implementation - description: Not obligatory, but suggest an idea for implementing addition or change. +# label: Possible Implementation +# description: Not obligatory, but suggest an idea for implementing addition or change. value: possible implementation From d8defc9b6013fcdd16ceea984fbd84ad1f48e495 Mon Sep 17 00:00:00 2001 From: Mohammad Etemaddar Date: Fri, 1 Jul 2022 01:46:56 +0430 Subject: [PATCH 07/20] [FIX] make name unique at bug-report.yaml --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 1752fd4e2..484db97eb 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,4 +1,4 @@ -name: "Bug report" +name: "Bug report form" description: "Thank you for reporting a bug!" body: - type: textarea From f5fbc711527f26daff07c8f166fc9aabeb4e4dff Mon Sep 17 00:00:00 2001 From: Mohammad Etemaddar Date: Fri, 1 Jul 2022 01:49:14 +0430 Subject: [PATCH 08/20] [FIX] replace makdowns with textarea --- .github/ISSUE_TEMPLATE/bug-report.yaml | 30 +++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 484db97eb..3f2741616 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -8,34 +8,34 @@ body: value: summary validations: required: true -- type: markdown +- type: textarea attributes: -# label: Expected Behaviour -# description: Tell us what should happen + label: Expected Behaviour + description: Tell us what should happen value: expected behaviour validations: required: true -- type: markdown +- type: textarea attributes: -# label: Current Behaviour -# description: Tell us what happens instead of the expected behavior + label: Current Behaviour + description: Tell us what happens instead of the expected behavior value: current behaviour validations: required: true -- type: markdown +- type: textarea attributes: -# label: Possible Solution -# description: Not obligatory, but suggest a fix/reason for the bug + label: Possible Solution + description: Not obligatory, but suggest a fix/reason for the bug value: possible solution -- type: markdown +- type: textarea attributes: -# label: Steps to reproduce -# description: Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant. + label: Steps to reproduce + description: Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant. value: steps to reproduce validations: required: true -- type: markdown +- type: textarea attributes: -# label: Possible Implementation -# description: Not obligatory, but suggest an idea for implementing addition or change. + label: Possible Implementation + description: Not obligatory, but suggest an idea for implementing addition or change. value: possible implementation From 4b7a186594fc3f038e9fca9c489832792ffa99c2 Mon Sep 17 00:00:00 2001 From: Mohammad Etemaddar Date: Fri, 1 Jul 2022 12:05:57 +0430 Subject: [PATCH 09/20] [ADD] emojies to bug-report-form --- .github/ISSUE_TEMPLATE/bug-report.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 3f2741616..16d96e5b2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,35 +1,35 @@ -name: "Bug report form" +name: ":bug: Bug report form" description: "Thank you for reporting a bug!" body: - type: textarea attributes: label: Summary - description: The summary of bug report + description: 📃 The summary of bug report value: summary validations: required: true - type: textarea attributes: - label: Expected Behaviour + label: ✅ Expected Behaviour description: Tell us what should happen value: expected behaviour validations: required: true - type: textarea attributes: - label: Current Behaviour + label: 🔦 Current Behaviour description: Tell us what happens instead of the expected behavior value: current behaviour validations: required: true - type: textarea attributes: - label: Possible Solution + label: 💡 Possible Solution description: Not obligatory, but suggest a fix/reason for the bug value: possible solution - type: textarea attributes: - label: Steps to reproduce + label: 👣 Steps to reproduce description: Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant. value: steps to reproduce validations: From d23c88b3a5e2fd101b7d31b5041c41f73dd4c76c Mon Sep 17 00:00:00 2001 From: Mohammad Etemaddar Date: Fri, 1 Jul 2022 12:08:50 +0430 Subject: [PATCH 10/20] [FORMAT] Move emojies to the end of labels --- .github/ISSUE_TEMPLATE/bug-report.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 16d96e5b2..7fb9b050a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,41 +1,41 @@ -name: ":bug: Bug report form" +name: "Bug report form 🐛" description: "Thank you for reporting a bug!" body: - type: textarea attributes: - label: Summary - description: 📃 The summary of bug report + label: Summary 📃 + description: The summary of bug report value: summary validations: required: true - type: textarea attributes: - label: ✅ Expected Behaviour + label: Expected Behaviour ✅ description: Tell us what should happen value: expected behaviour validations: required: true - type: textarea attributes: - label: 🔦 Current Behaviour + label: Current Behaviour 🔦 description: Tell us what happens instead of the expected behavior value: current behaviour validations: required: true - type: textarea attributes: - label: 💡 Possible Solution + label: Possible Solution 💡 description: Not obligatory, but suggest a fix/reason for the bug value: possible solution - type: textarea attributes: - label: 👣 Steps to reproduce + label: Steps to reproduce 👣 description: Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant. value: steps to reproduce validations: required: true - type: textarea attributes: - label: Possible Implementation + label: Possible Implementation 📐 description: Not obligatory, but suggest an idea for implementing addition or change. value: possible implementation From 6e7d54e5f15cff9c8b918833f927083ce55eebbe Mon Sep 17 00:00:00 2001 From: Mohammad Etemaddar Date: Fri, 1 Jul 2022 12:15:53 +0430 Subject: [PATCH 11/20] [FORMAT] bug report form field descriptions --- .github/ISSUE_TEMPLATE/bug-report.yaml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 7fb9b050a..37873a3a6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,41 +1,49 @@ name: "Bug report form 🐛" description: "Thank you for reporting a bug!" +labels: Bug +title: [BUG] body: - type: textarea attributes: label: Summary 📃 - description: The summary of bug report + description: value: summary validations: required: true - type: textarea attributes: - label: Expected Behaviour ✅ - description: Tell us what should happen + label: Expected Behaviour ✔ + description: value: expected behaviour validations: required: true - type: textarea attributes: label: Current Behaviour 🔦 - description: Tell us what happens instead of the expected behavior + description: value: current behaviour validations: required: true - type: textarea attributes: label: Possible Solution 💡 - description: Not obligatory, but suggest a fix/reason for the bug + description: value: possible solution - type: textarea attributes: label: Steps to reproduce 👣 - description: Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant. + description: | + + +1. +2. +3. +4. value: steps to reproduce validations: required: true - type: textarea attributes: label: Possible Implementation 📐 - description: Not obligatory, but suggest an idea for implementing addition or change. + description: value: possible implementation From d4ae68621f9cd2adfaeefc8eebdbb0b01617ffc7 Mon Sep 17 00:00:00 2001 From: Mohammad Etemaddar Date: Fri, 1 Jul 2022 12:20:33 +0430 Subject: [PATCH 12/20] [FIX] multiline value at bug report form --- .github/ISSUE_TEMPLATE/bug-report.yaml | 35 +++++++++++++------------- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 37873a3a6..63442fd57 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -6,44 +6,43 @@ body: - type: textarea attributes: label: Summary 📃 - description: - value: summary +# description: + value: validations: required: true - type: textarea attributes: label: Expected Behaviour ✔ - description: - value: expected behaviour +# description: + value: validations: required: true - type: textarea attributes: label: Current Behaviour 🔦 - description: - value: current behaviour +# description: + value: validations: required: true - type: textarea attributes: label: Possible Solution 💡 - description: - value: possible solution +# description: + value: - type: textarea attributes: label: Steps to reproduce 👣 - description: | - - -1. -2. -3. -4. - value: steps to reproduce +# description: steps to reproduce + value: | + + + 1. + 2. + 3. + 4. validations: required: true - type: textarea attributes: label: Possible Implementation 📐 - description: - value: possible implementation + value: From 7ea4ff03fa3eac14b434cc9f66232521d7a046a1 Mon Sep 17 00:00:00 2001 From: Mohammad Etemaddar Date: Fri, 1 Jul 2022 12:23:39 +0430 Subject: [PATCH 13/20] [FIX] labels and title at bug report form --- .github/ISSUE_TEMPLATE/bug-report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 63442fd57..a1e312bc1 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,7 +1,7 @@ name: "Bug report form 🐛" description: "Thank you for reporting a bug!" -labels: Bug -title: [BUG] +labels: "Bug" +title: "[BUG] " body: - type: textarea attributes: From c67f6dae5436d79d63fa0352db54be36eff12883 Mon Sep 17 00:00:00 2001 From: Mohammad Etemaddar Date: Fri, 1 Jul 2022 12:28:19 +0430 Subject: [PATCH 14/20] [FORMAT] summary value at bug report form --- .github/ISSUE_TEMPLATE/bug-report.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index a1e312bc1..8fd8ff1f0 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -6,33 +6,28 @@ body: - type: textarea attributes: label: Summary 📃 -# description: - value: + value: validations: required: true - type: textarea attributes: label: Expected Behaviour ✔ -# description: value: validations: required: true - type: textarea attributes: label: Current Behaviour 🔦 -# description: value: validations: required: true - type: textarea attributes: label: Possible Solution 💡 -# description: value: - type: textarea attributes: label: Steps to reproduce 👣 -# description: steps to reproduce value: | From 5e721c92014de92fe147794f0ffeb50f76a5e2e4 Mon Sep 17 00:00:00 2001 From: Mohammad Etemaddar Date: Fri, 1 Jul 2022 13:03:45 +0430 Subject: [PATCH 15/20] [ADD] a Pull Request Template --- .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..4849a411a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ + + +## Description + + +## Related Issue + + + + + +## Motivation and Context + + + +## How Has This Been Tested? + + + + +## Screenshots (if appropriate): + + + + From 6b1dcbf592b5f59958998ae787059c26d29e19db Mon Sep 17 00:00:00 2001 From: Mohammad Etemaddar Date: Fri, 1 Jul 2022 13:22:50 +0430 Subject: [PATCH 16/20] [COMMENT] edit comments of PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4849a411a..7b80a3e17 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,8 +4,6 @@ ## Related Issue - - From ecb7627266e32dd46fc0f4c9787857abc8ac8206 Mon Sep 17 00:00:00 2001 From: Mohammad Etemaddar Date: Mon, 25 Jul 2022 11:22:26 +0430 Subject: [PATCH 17/20] Update issue templates: Add branch to derive --- .github/ISSUE_TEMPLATE/concrete-task-.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/concrete-task-.md b/.github/ISSUE_TEMPLATE/concrete-task-.md index dbe21c881..8b01513ff 100644 --- a/.github/ISSUE_TEMPLATE/concrete-task-.md +++ b/.github/ISSUE_TEMPLATE/concrete-task-.md @@ -18,3 +18,7 @@ assignees: '' # Deliverables + +# Branch to derive + + From 5f1d7e08bced6f8249141241c61205c33e64805b Mon Sep 17 00:00:00 2001 From: Mohammad Etemaddar Date: Mon, 25 Jul 2022 11:24:14 +0430 Subject: [PATCH 18/20] Update pull request template (related issue) Move the related issue to have "closes" command at the bottom of the issue. --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7b80a3e17..bff6a12f8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,10 +3,6 @@ ## Description -## Related Issue - - - ## Motivation and Context @@ -18,6 +14,9 @@ ## Screenshots (if appropriate): +## Related Issue + + From 4e2696d1c813c71bfa2d0ca6ed19979226a8148e Mon Sep 17 00:00:00 2001 From: Elias Pajares <42171996+EPajares@users.noreply.github.com> Date: Tue, 26 Jul 2022 09:06:24 +0200 Subject: [PATCH 19/20] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7804bbc76..5f4481685 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,7 @@ Pajares, E.; Büttner, B.; Jehle, U.; Nichols, A.; Wulfhorst, G. Accessibility b accessibility instruments for active mobility. J. Transp. Geogr. 2021, 93, 103080, https://doi.org/10.1016/j.jtrangeo.2021.103080. Pajares, E.; Muñoz Nieto, R.; Meng, L.; Wulfhorst, G. Population Disaggregation on the Building Level Based on Outdated Census Data. ISPRS Int. J. Geo-Inf. 2021, 10, 662. https://doi.org/10.3390/ijgi10100662 + +Pajares, E., Jehle, U., 2021. GOAT: Ein interaktives Erreichbarkeitsinstrument zur Planung der 15-Minuten-Stadt, in: Flächennutzungsmonitoring XIII: Flächenpolitik - Konzepte - Analysen - Tools, IÖR Schriften. Rhombos-Verlag, Berlin, pp. 265–273. https://doi.org/10.26084/13dfns-p024 + +Jehle, U., Pajares, E., Analyse der Fußwegequalitäten zu Schulen – Entwicklung von Indikatoren auf Basis von OpenData. In: Meinel, G.; Krüger, T.; Behnisch, M.; Ehrhardt, D. (Hrsg.): Flächennutzungsmonitoring XIII: Flächenpolitik - Konzepte - Analysen - Tools. Berlin: Rhombos-Verlag, 2021, (IÖR-Schriften Band 79), S.221-232, https://doi.org/10.26084/13dfns-p020 From 98bbf61ba1a7db4ee82b81396e32a9cd0a10be85 Mon Sep 17 00:00:00 2001 From: Ebubeker Rexha <60944813+Ebubeker@users.noreply.github.com> Date: Wed, 3 Aug 2022 16:58:15 +0200 Subject: [PATCH 20/20] The 2 bugs are fixed and ready to be merged with the main project --- app/client/src/components/core/LeftPanel.vue | 12 ++++++- app/client/src/views/Auth.vue | 35 ++++++++++++++------ 2 files changed, 36 insertions(+), 11 deletions(-) diff --git a/app/client/src/components/core/LeftPanel.vue b/app/client/src/components/core/LeftPanel.vue index 5e96f45a9..38857064e 100644 --- a/app/client/src/components/core/LeftPanel.vue +++ b/app/client/src/components/core/LeftPanel.vue @@ -40,7 +40,17 @@ > - + fas fa-chevron-left diff --git a/app/client/src/views/Auth.vue b/app/client/src/views/Auth.vue index 9c91ccd7e..15aa7427b 100644 --- a/app/client/src/views/Auth.vue +++ b/app/client/src/views/Auth.vue @@ -2,7 +2,7 @@ -
+