Merge pull request #143 from IT4Change/describe-democracy-app

feat(content): describe democracy app
This commit is contained in:
Hannes Heine 2024-03-07 12:06:17 +01:00 committed by GitHub
commit 7a39b99600
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 31 additions and 10 deletions

View File

@ -28,10 +28,18 @@ export default hopeTheme({
'/contact' '/contact'
] ]
}, },
/*{ {
text: 'Projects', text: 'Projects',
collapsible: false, collapsible: false,
children: [ children: [
{
text: 'DEMOCRACY App',
link: '/projects/democracy.app'
},
{
text: 'Ocelot-Social',
link: '/projects/ocelot.social'
},
{ {
text: 'Gradido Software', text: 'Gradido Software',
link: '/projects/gradido' link: '/projects/gradido'
@ -39,7 +47,7 @@ export default hopeTheme({
// { link: '/extras/contributing', text: 'Contributing ✨' }, // { link: '/extras/contributing', text: 'Contributing ✨' },
// { link: '/extras/license', text: 'License 📚' }, // { link: '/extras/license', text: 'License 📚' },
] ]
},*/ },
{ {
text: 'People', text: 'People',
collapsible: false, collapsible: false,

View File

@ -12,12 +12,14 @@ One of our principles to make projects resilient to unmaintainability is to spre
In the following we list some projects we are proud of: In the following we list some projects we are proud of:
- Yunite.me <!--[Yunite.me](./projects/yunite.me.md)--> - [DEMOCRACY App](./projects/democracy.app.md)
- Gradido <!-- [Gradido](./projects/gradido.md) -->
- wir.social <!-- [wir.social](./projects/wir.social.md)-->
- [Ocelot.social](./projects/ocelot.social.md)
- Human-Connection <!-- [Human-Connection](./projects/human-connection.md)--> - Human-Connection <!-- [Human-Connection](./projects/human-connection.md)-->
- Democracy-Deutschland <!-- [Democracy-Deutschland](./projects/democracy-deutschland.md) --> - [Ocelot.social](./projects/ocelot.social.md)
- wir.social <!-- [wir.social](./projects/wir.social.md) -->
- sender.fm <!-- [sender.fm](./projects/sender.fm.md) -->
- Yunite.me <!--[Yunite.me](./projects/yunite.me.md) -->
- [Gradido](./projects/gradido.md)
- DreamMall <!-- [DreamMall](./projects/dreammall.md) -->
## Members and collaborators ## Members and collaborators

View File

@ -0,0 +1,9 @@
# DEMOCRACY App
## Description
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.
## Techstack
Backend is written in TypeScript.

View File

@ -1,6 +1,6 @@
# Gradido # Gradido
## Describe ## Description
[Gradido](https://www.gradido.net) is a project that wants to create a alternativ currency to the fiat money. [Gradido](https://www.gradido.net) is a project that wants to create a alternativ currency to the fiat money.

View File

@ -1,12 +1,14 @@
# Ocelot.Social # Ocelot.Social
## Description
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... 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...
For this to work the user should pay for the infrastructure the platform is working on. For this to work the user should pay for the infrastructure the platform is working on.
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. 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.
Ocelot.Social has the following functions: ## Functions
- User Accounts - User Accounts
- User Roles - User Roles
@ -29,4 +31,4 @@ You can login with the following credentials:
| :--- | :--- | :--- | | :--- | :--- | :--- |
| `user@example.org` | 1234 | user | | `user@example.org` | 1234 | user |
| `moderator@example.org` | 1234 | moderator | | `moderator@example.org` | 1234 | moderator |
| `admin@example.org` | 1234 | admin | | `admin@example.org` | 1234 | admin |