From 41ed53bd8cfd367a85421a2f34ee87df54e669c1 Mon Sep 17 00:00:00 2001 From: Michael Liendo Date: Mon, 10 Jun 2024 09:20:32 -0400 Subject: [PATCH] chore: update the discord link to new permanent link --- README.md | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 942cd16..4cf7995 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@
- [![Discord](https://img.shields.io/discord/1011702194925490186?color=blue&label=discord&logo=discord)](https://discord.gg/yde6mcgs2C) - ![Build](https://github.com/TownHall-HQ/TownHall/workflows/build/badge.svg) - ![Clippy](https://github.com/TownHall-HQ/TownHall/workflows/clippy/badge.svg) - ![Formatter](https://github.com/TownHall-HQ/TownHall/workflows/fmt/badge.svg) +[![Discord](https://img.shields.io/discord/1011702194925490186?color=blue&label=discord&logo=discord)](https://discord.gg/UFfqHpcTwV) +![Build](https://github.com/TownHall-HQ/TownHall/workflows/build/badge.svg) +![Clippy](https://github.com/TownHall-HQ/TownHall/workflows/clippy/badge.svg) +![Formatter](https://github.com/TownHall-HQ/TownHall/workflows/fmt/badge.svg)
@@ -63,7 +63,7 @@ the services.
- ![softarq](https://github.com/TownHall-HQ/TownHall/assets/34756077/86abfb8d-8e96-4e93-9677-4e0864f53da6) +![softarq](https://github.com/TownHall-HQ/TownHall/assets/34756077/86abfb8d-8e96-4e93-9677-4e0864f53da6)
@@ -77,17 +77,17 @@ present but are not 100% accurate to the original Domain Driven Design architect The client and server solution is available in this repository. -Directory | Description ---- | --- -`client` | Web Front-End, written in SvelteKit & TypeScript -`crates/` | Contains GraphQL Server Logic, CLI and Domain libraries. Rust is the predominant language. -`crates/cli` | CLI used to manage the Server instance. run database migrations and other developer tasks -`crates/core` | Domain Logic, includes Models, Value Objects, Repositories and Services -`crates/entity` | Entities generated from database -`crates/migration` | Database migrations -`crates/server` | HTTP Server Logic, uses Axum and GraphQL -`crates/test` | E2E Tests for the GraphQL Server -`crates/web` | Web UI, written in Leptos +| Directory | Description | +| ------------------ | ------------------------------------------------------------------------------------------ | +| `client` | Web Front-End, written in SvelteKit & TypeScript | +| `crates/` | Contains GraphQL Server Logic, CLI and Domain libraries. Rust is the predominant language. | +| `crates/cli` | CLI used to manage the Server instance. run database migrations and other developer tasks | +| `crates/core` | Domain Logic, includes Models, Value Objects, Repositories and Services | +| `crates/entity` | Entities generated from database | +| `crates/migration` | Database migrations | +| `crates/server` | HTTP Server Logic, uses Axum and GraphQL | +| `crates/test` | E2E Tests for the GraphQL Server | +| `crates/web` | Web UI, written in Leptos | ## Testing @@ -114,7 +114,6 @@ just e2e_test Teardown containers using `just undev`. - ## Contributors