You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-20Lines changed: 32 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,22 @@
1
-
# Gemeindescan Web UI
1
+
# Gemeindescan Web
2
2
3
-
Web application under heavy development. For more information, please visit https://cividi.ch
3
+
A web application for publishing and collaborating around urban planning projects. This project is part of the [Cividi](https://cividi.ch) solution for holistic urban assessments, used as a tool for setting planning priorities.
4
4
5
-
The current tech stack of this project is:
5
+
For more information, please visit [Gemeindescan.ch](https://gemeindescan.ch) and read our [Whitepaper](https://bitbucket.org/cividi/whitepaper).
6
+
7
+
# Additional documentation
8
+
9
+
-[Release notes](./RELEASE.md)
10
+
-[Architecture](./docs/architecture.md)
11
+
-[Troubleshooting](./docs/troubleshooting.md)
12
+
-[Test guide](./docs/testing.md)
13
+
-[Django](./docs/django.md)
14
+
-[GraphQL](./docs/graphql.md)
15
+
-[Further links](./docs/links.md)
16
+
17
+
# Developer guide
18
+
19
+
:construction: The current tech stack of this project is:
6
20
7
21
- Vuetify
8
22
- Vue.js
@@ -12,15 +26,7 @@ The current tech stack of this project is:
12
26
- Wagtail
13
27
- Docker
14
28
15
-
# Releases
16
-
17
-
*See [RELEASE.md](/RELEASE.md)*
18
-
19
-
# Developer guide
20
-
21
-
:construction:
22
-
23
-
For a tour of the app and a testing protocol see [`docs/testing.md`](/docs/testing.md).
29
+
For a tour of the app and a testing protocol see [`docs/testing.md`](./docs/testing.md).
Copy file name to clipboardExpand all lines: docs/architecture.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# architecture
1
+
# Architecture
2
2
3
-
## django
3
+
_Notes on the architecture of the project._
4
4
5
5
We switch to graphne + django. Our main goal is to have a backend service that speaks graphql. FastAPI doesn’t brings much to the table in this regard.
6
6
The focus of FastAPI Is OpenAPI which is REST based. Also Swagger UI is build for REST. The graphql part is just reused from Starlette which itself uses graphene.
0 commit comments