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
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,17 @@
2
2
3
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
-
For more information, please visit https://gemeindescan.ch or read our [whitepaper](https://bitbucket.org/cividi/whitepaper).
5
+
For more information, please visit [Gemeindescan.ch](https://gemeindescan.ch) and read our [Whitepaper](https://bitbucket.org/cividi/whitepaper).
6
6
7
-
# Releases
7
+
# Additional documentation
8
8
9
-
*See [RELEASE.md](/RELEASE.md)*
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)
10
16
11
17
# Developer guide
12
18
@@ -20,7 +26,7 @@ For more information, please visit https://gemeindescan.ch or read our [whitepap
20
26
- Wagtail
21
27
- Docker
22
28
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).
24
30
25
31
## setup project
26
32
@@ -140,11 +146,3 @@ Type `make` in the vscode terminal, that creates the django dev server on your m
140
146
## deploy
141
147
142
148
Type `make deploy_prod` in the project root. The file `env.hosts.prod` needs to have the right settings.
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