-
Notifications
You must be signed in to change notification settings - Fork 78
Add badges for technologies used in the project #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -49,8 +49,20 @@ For contribution workflow and code style, see [CONTRIBUTING](CONTRIBUTING.md) if | |||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| ## Built with | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| - **API:** Go, Gin, GORM, PostgreSQL, Redis; optional RabbitMQ and MinIO. | ||||||||||||||||||||||||||||||
| - **UI:** React, React Router, Vite, TypeScript, Tailwind CSS, TipTap (rich text), Recharts. | ||||||||||||||||||||||||||||||
| [](https://go.dev/) | ||||||||||||||||||||||||||||||
| [](https://gin-gonic.com/) | ||||||||||||||||||||||||||||||
| [](https://gorm.io/) | ||||||||||||||||||||||||||||||
| [](https://www.postgresql.org/) | ||||||||||||||||||||||||||||||
| [](https://redis.io/) | ||||||||||||||||||||||||||||||
| [](https://www.rabbitmq.com/) | ||||||||||||||||||||||||||||||
| [](https://min.io/) | ||||||||||||||||||||||||||||||
| [](https://react.dev/) | ||||||||||||||||||||||||||||||
| [](https://reactrouter.com/) | ||||||||||||||||||||||||||||||
| [](https://vitejs.dev/) | ||||||||||||||||||||||||||||||
| [](https://www.typescriptlang.org/) | ||||||||||||||||||||||||||||||
| [](https://tailwindcss.com/) | ||||||||||||||||||||||||||||||
| [](https://tiptap.dev/) | ||||||||||||||||||||||||||||||
| [](https://recharts.org/) | ||||||||||||||||||||||||||||||
|
Comment on lines
+58
to
+65
|
||||||||||||||||||||||||||||||
| [](https://min.io/) | |
| [](https://react.dev/) | |
| [](https://reactrouter.com/) | |
| [](https://vitejs.dev/) | |
| [](https://www.typescriptlang.org/) | |
| [](https://tailwindcss.com/) | |
| [](https://tiptap.dev/) | |
| [](https://recharts.org/) | |
| [](https://min.io/) [](https://react.dev/) [](https://reactrouter.com/) [](https://vitejs.dev/) | |
| [](https://www.typescriptlang.org/) [](https://tailwindcss.com/) [](https://tiptap.dev/) [](https://recharts.org/) |
Copilot
AI
Mar 25, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The TipTap and Recharts badges use logos for different projects (prosemirror and chartdotjs). This can be confusing for readers skimming the tech stack. If there isn’t an official Simple Icons logo available, consider omitting the logo= parameter (text-only badge) or using a more generic/icon-appropriate logo.
| [](https://tiptap.dev/) | |
| [](https://recharts.org/) | |
| [](https://tiptap.dev/) | |
| [](https://recharts.org/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new badges remove the prior API/UI breakdown and the note that RabbitMQ/MinIO are optional. That’s a documentation regression and may mislead readers into thinking those services are required for running the project. Consider reintroducing separate API/UI labels (or headings) and explicitly marking optional components (e.g., “optional” text or grouping under an “Optional” subheading).