Skip to content

Commit 7a39b99

Browse files
authored
Merge pull request #143 from IT4Change/describe-democracy-app
feat(content): describe democracy app
2 parents 3fd6873 + 94fcb68 commit 7a39b99

File tree

5 files changed

+31
-10
lines changed

5 files changed

+31
-10
lines changed

docs/.vuepress/config/theme.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,26 @@ export default hopeTheme({
2828
'/contact'
2929
]
3030
},
31-
/*{
31+
{
3232
text: 'Projects',
3333
collapsible: false,
3434
children: [
35+
{
36+
text: 'DEMOCRACY App',
37+
link: '/projects/democracy.app'
38+
},
39+
{
40+
text: 'Ocelot-Social',
41+
link: '/projects/ocelot.social'
42+
},
3543
{
3644
text: 'Gradido Software',
3745
link: '/projects/gradido'
3846
},
3947
// { link: '/extras/contributing', text: 'Contributing ✨' },
4048
// { link: '/extras/license', text: 'License 📚' },
4149
]
42-
},*/
50+
},
4351
{
4452
text: 'People',
4553
collapsible: false,

docs/index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ One of our principles to make projects resilient to unmaintainability is to spre
1212

1313
In the following we list some projects we are proud of:
1414

15-
- Yunite.me <!--[Yunite.me](./projects/yunite.me.md)-->
16-
- Gradido <!-- [Gradido](./projects/gradido.md) -->
17-
- wir.social <!-- [wir.social](./projects/wir.social.md)-->
18-
- [Ocelot.social](./projects/ocelot.social.md)
15+
- [DEMOCRACY App](./projects/democracy.app.md)
1916
- Human-Connection <!-- [Human-Connection](./projects/human-connection.md)-->
20-
- Democracy-Deutschland <!-- [Democracy-Deutschland](./projects/democracy-deutschland.md) -->
17+
- [Ocelot.social](./projects/ocelot.social.md)
18+
- wir.social <!-- [wir.social](./projects/wir.social.md) -->
19+
- sender.fm <!-- [sender.fm](./projects/sender.fm.md) -->
20+
- Yunite.me <!--[Yunite.me](./projects/yunite.me.md) -->
21+
- [Gradido](./projects/gradido.md)
22+
- DreamMall <!-- [DreamMall](./projects/dreammall.md) -->
2123

2224
## Members and collaborators
2325

docs/projects/democracy.app.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# DEMOCRACY App
2+
3+
## Description
4+
5+
The [DEMOCRACY App](https://www.democracy-deutschland.de/) is an open-source project that gathers from the german parlament the laws and decisions with all their documents. Then gives their users the possibility to vote (accept, reject or withholding) for each decission that the parlament has to make. After the vote the users can see in percentage how much persons have vote accept, reject or withhold.
6+
7+
## Techstack
8+
9+
Backend is written in TypeScript.

docs/projects/gradido.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gradido
22

3-
## Describe
3+
## Description
44

55
[Gradido](https://www.gradido.net) is a project that wants to create a alternativ currency to the fiat money.
66

docs/projects/ocelot.social.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Ocelot.Social
22

3+
## Description
4+
35
This project started under the name Human-Connection. The idea of human-connection was to create an alternative social media platform where the user is not the product. In contradiction to social media platforms like Facebook, Instagram, etc... The user should have the possibility to have constructive discussion (Pro-Contra), have a possibility to take action if a post made them angry, sad, etc...
46

57
For this to work the user should pay for the infrastructure the platform is working on.
68

79
After the closing of the Human-Connection network, the developer and the users wanted to continue to work on the idea. We created a not branded project that can be deployed for different networks with their own brand.
810

9-
Ocelot.Social has the following functions:
11+
## Functions
1012

1113
- User Accounts
1214
- User Roles
@@ -29,4 +31,4 @@ You can login with the following credentials:
2931
| :--- | :--- | :--- |
3032
| `user@example.org` | 1234 | user |
3133
| `moderator@example.org` | 1234 | moderator |
32-
| `admin@example.org` | 1234 | admin |
34+
| `admin@example.org` | 1234 | admin |

0 commit comments

Comments
 (0)