Update README
Compare changes
+ 166
− 56
- **Integrations** with [C3Lingo Filedrop](https://github.com/c3lingo/c3t-drop), [Engelsystem](https://github.com/engelsystem/engelsystem) and more
@@ -19,22 +21,29 @@
@@ -19,22 +21,29 @@
- [ActionCables](https://guides.rubyonrails.org/action_cable_overview.html) with [Redis](https://redis.io/) backend
The project comes with a devcontainer for VSCode and compatible editors. Simply open the project folder in Code (or using `devcontainer open <path>`) and after a few seconds, a suitable container should be ready.
Run `bin/dev` in the integrated terminal to start the dev webserver and the tailwind watch job (see `Procfile.dev` for details). Access your local rescheduled at http://127.0.0.1:3000.
@@ -46,69 +55,151 @@ The application requires some secrets, as of writing these include:
@@ -46,69 +55,151 @@ The application requires some secrets, as of writing these include:
You can supply the secrets by running `rails credentials:edit` or pass them as environment variable in upper case (e.g. `FILEDROP_USER`).
See [rescheduled-deploy](https://git.cccv.de/c3lingo/rescheduled-deploy) for a full docker-compose stack and more explanations.
@@ -131,6 +222,25 @@ By running `bin/rails <command>` you can trigger some helpful actions, such as
@@ -131,6 +222,25 @@ By running `bin/rails <command>` you can trigger some helpful actions, such as
Candidate.includes(:user, :session).where.not(note: [nil, ""]).pluck('sessions.title','users.name', :note)
\ No newline at end of file