Update README
4 unresolved threads
4 unresolved threads
Compare changes
+ 166
− 56
@@ -19,22 +21,29 @@
@@ -47,69 +56,151 @@ The application requires some secrets, as of writing these include:
- Comment on lines +176 to +179
176 Documents related to sessions can be managed via the Filedrop integration: 177 1. Navigate to a session's detail page 178 2. Click on the "Filedrop" tab to see related documents 179 3. Documents can be uploaded, viewed, and commented on 176 Documents related to sessions can be imported using the Filedrop integration: 177 1. Sessions with Filedrop activity have a document icon next their title 178 2. Go to a session's detail page to see related documents and comments
- Comment on lines +184 to +186
184 1. Navigate to a session's detail page 185 2. Click on "View in Engelsystem" to open the corresponding shift 186 3. Changes in assignments can be synchronized between systems 184 1. Navigate to a session's detail page 185 2. Click on "View in Engelsystem" to open the corresponding shift
Just to let you know, there were some very strong opinions before and during 38c3 that we must not even mention telegram.
This (and the fact that interacting with matrix using matrix-sdk is an absolute nightmare) is why the telegram handle is currently hidden in the app and why I built the rube goldberg notification machine (see deploy)
rescheduled -> telegram -> tg-relay -> telegram -> matterbridge -> matrix
(tg-relay is needed because telegram bots can't see messages from other bots, so matterbridge would not pick up messages from rescheduled).
Not saying we should not document what we have, but just as a head-up I guess...
Edited by Felix Eckhofer
@@ -132,6 +223,25 @@ By running `bin/rails <command>` you can trigger some helpful actions, such as
\ No newline at end of file
These tasks should really not take email as argument. We currently don't even ask the user for their email during signup (and I don't think we should).