diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml new file mode 100644 index 000000000..8fd8ff1f0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -0,0 +1,43 @@ +name: "Bug report form 🐛" +description: "Thank you for reporting a bug!" +labels: "Bug" +title: "[BUG] " +body: +- type: textarea + attributes: + label: Summary 📃 + value: + validations: + required: true +- type: textarea + attributes: + label: Expected Behaviour ✔ + value: + validations: + required: true +- type: textarea + attributes: + label: Current Behaviour 🔦 + value: + validations: + required: true +- type: textarea + attributes: + label: Possible Solution 💡 + value: +- type: textarea + attributes: + label: Steps to reproduce 👣 + value: | + + + 1. + 2. + 3. + 4. + validations: + required: true +- type: textarea + attributes: + label: Possible Implementation 📐 + value: 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..8b01513ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/concrete-task-.md @@ -0,0 +1,24 @@ +--- +name: 'Concrete Task ' +about: Create a new task +title: '' +labels: '' +assignees: '' + +--- + +# Goal of this issue + + + +# Resources + + + +# Deliverables + + + +# Branch to derive + + 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. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..bff6a12f8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ + + +## Description + + +## Motivation and Context + + + +## How Has This Been Tested? + + + + +## Screenshots (if appropriate): + +## Related Issue + + + + + diff --git a/README.md b/README.md index 1f857269e..5f4481685 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) @@ -37,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 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 @@ -
+