diff --git a/README.md b/README.md index 700b84e..75b3733 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,18 @@ A Django app for user management for makerspaces. +![person overview dashboard](misc/img.png) + +### Features + +- Add and manage users with basic demographic data +- Configurable introduction courses (optional: mandatory courses) +- Configurable attributes (e.g. to indicate membership or special knowledge) +- Configurable booking types with price and interval specification +- Automatic price calculation based on currently active attributes (e.g. reduced price for different subscription models) +- Stats (dashboard overview of all bookings, courses, people, etc.) + ### Install After install, run `on-init.sh` to create the initial database and super user. diff --git a/misc/img.png b/misc/img.png new file mode 100644 index 0000000..f79ff5d Binary files /dev/null and b/misc/img.png differ