From 2bcdf4bf0c0238e846ddf1a35d2557dad6b6dc87 Mon Sep 17 00:00:00 2001
From: Felix Eckhofer <felix@eckhofer.com>
Date: Thu, 2 Jan 2025 15:07:52 +0100
Subject: [PATCH] Collect some features for the README

---
 README.md | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8ba8a8c..e193c84 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,25 @@
 
 ## Overview
 
-Technologies: 
+### Features
+
+- **Automatic schedule import** for re:publica, Pretalx/Hub
+- **Integrations** with [C3Lingo Filedrop](https://github.com/c3lingo/c3t-drop), [Engelsystem](https://github.com/engelsystem/engelsystem) and more
+- **Collaborate live** on session changes using websockets
+- **One-click assignment** of angels
+- **Express interest** (with optional note) for sessions
+- **Stay on top of assignments** with *My Assignments* view and personalized calendar (.ics) feeds
+- **Add globally visible notes to sessions**
+- **Multiple conferences** supported
+- **Conflict detection** even across conferences
+- **Self-service account creation** with optional invite-token
+- **Manage source and target languages** per angel and per session
+- **Dark mode** and (mostly) responsive web app
+- **Statistics and leaderboards**
+- ... and more 🎁
+
+### Technologies:
+
 - [Ruby on Rails](https://rubyonrails.org/) with [SQLite](https://sqlite.org/) DB
 - [Tailwind CSS](https://tailwindcss.com/)
 - [Turbo](https://turbo.hotwired.dev/) + [Stimulus](https://stimulus.hotwired.dev/)
-- 
GitLab