Skip to content

Commit 228c508

Browse files
committed
chore: delete unused code
1 parent ed6ca2c commit 228c508

File tree

375 files changed

+464
-68263
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

375 files changed

+464
-68263
lines changed

AUTHORS

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
ZKorum is written by:
1+
Agora is written by:
22
- Nicolas Gimenez <[email protected]>
33
- Robin Marien <[email protected]>
44
- Hazim Benslimane <[email protected]>
55
- Edmund Wong <[email protected]>
66

77
With help from many libraries and frameworks including:
8-
- Dock Crypto libraries
8+
- RariMe SDK
99
- UCAN
10-
- libsodium
1110
- WebCrypto API
1211
- Typescript
13-
- React
14-
- Material UI
12+
- Vue
13+
- Quasar
1514
- Fastify
1615
- Vite
1716
- pnpm

COPYING-README.md

-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@
55
| ----------------------------------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------- |
66
| [`shared`](./services/shared) | [![License: MPL v2](https://img.shields.io/badge/license-MPL%202.0-cyan.svg)](./services/shared/COPYING) | [![documentation](https://img.shields.io/badge/readme-cyan)](./services/shared) | 🤝 Shared |
77
| [`agora`](./services/agora) | [![License: MPL v2](https://img.shields.io/badge/license-MPL%202.0-cyan.svg)](./services/agora/COPYING) | [![documentation](https://img.shields.io/badge/readme-cyan)](./services/agora) | 🐦 Agora Frontend |
8-
| [`front`](./services/front) | [![License: MPL v2](https://img.shields.io/badge/license-MPL%202.0-cyan.svg)](./services/front/COPYING) | [![documentation](https://img.shields.io/badge/readme-cyan)](./services/front) | 🐦 Frontend MVP ESSEC |
9-
| [`landing-page`](./services/landing-page) | [![License: MPL v2](https://img.shields.io/badge/license-MPL%202.0-cyan.svg)](./services/front/COPYING) | [![documentation](https://img.shields.io/badge/readme-cyan)](./services/landing-page) | 🐦 Landing page |
10-
| [`back`](./services/back) | [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](./services/back/COPYING) | [![documentation](https://img.shields.io/badge/readme-blue)](./services/back) | 💭 Backend MVP ESSEC |
118
| [`api`](./services/api) | [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](./services/back/COPYING) | [![documentation](https://img.shields.io/badge/readme-blue)](./services/api) | 💭 Agora Backend |
129
| [`sql-script`](./services/sql-script) | [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](./services/back/COPYING) | [![documentation](https://img.shields.io/badge/readme-blue)](./services/sql-script) | 💻 SQL Migration scripts |
13-
| [`zkli`](./services/zkli) | [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](./services/back/COPYING) | [![documentation](https://img.shields.io/badge/readme-blue)](./services/zkli) | 🛠️ Command-line interface (CLI) |
1410
| [`nlp`](./services/nlp) | [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](./services/back/COPYING) | [![documentation](https://img.shields.io/badge/readme-blue)](./services/nlp) | 🗣️ Natural Language Processing |
1511

1612
Attribution information for ZKorum is contained in the [AUTHORS](AUTHORS) file.

README.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ZKorum
1+
# Agora - Citizen Network
22

3-
For some background, visit [about.zkorum.com](https://about.zkorum.com).
3+
Monorepo for [Agora](https://agoracitizen.network).
44

55
## Development
66

@@ -57,13 +57,13 @@ make dev-back
5757

5858
## Services
5959

60-
### Front
60+
### Agora
6161

62-
A React PWA.
62+
A Quasar application (frontend)
6363

64-
### Back
64+
### Api
6565

66-
A Fastify application supported by a PostgreSQL database.
66+
A Fastify application supported by a PostgreSQL database (backend).
6767

6868
### OpenAPI
6969

@@ -73,10 +73,6 @@ We generate an `openapi-zkorum.json` file from the backend, and then use [openap
7373

7474
Some typescript source files are shared directly without using npm packages - by copy-pasting using rsync.
7575

76-
### ZKLI
77-
78-
CLI for ZKorum.
79-
8076
## Contributing
8177

8278
See [CONTRIBUTING.md](./CONTRIBUTING.md)

doc/modules_oc2.drawio

+253
Large diffs are not rendered by default.

doc/modules_oc2.drawio.png

394 KB
Loading
394 KB
Loading

doc/short-term-architecture-oc2.drawio

+201
Large diffs are not rendered by default.
175 KB
Loading

services/back/.dockerignore

-10
This file was deleted.

services/back/.eslintrc.cjs

-23
This file was deleted.

services/back/.gitignore

-41
This file was deleted.

services/back/.prettierrc.json

-6
This file was deleted.

services/back/.vscode/settings.json

-7
This file was deleted.

0 commit comments

Comments
 (0)