fixed docs

This commit is contained in:
Tassilo - 2022-03-16 23:36:01 +01:00
parent 4af8ad2855
commit 1de477d7f8
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07
2 changed files with 9 additions and 9 deletions

View File

@ -21,11 +21,11 @@ Die Suchergebnisse werden dann direkt in der Tabelle darunter dargestellt.
- **Struktur:** Auf der unteren Hälfte der Oberfläche ist eine Karte, wo die verschiedenen Wohnungen eingetragen sind.
- **Tabelle zu groß:**Ich möchte noch auf den Slider an der Kante zwischen Map und Tabelle aufmerksam machen um auch den rechten Rand der Tabelle betrachten zu
- **Tabelle zu groß:** Ich möchte noch auf den Slider an der Kante zwischen Map und Tabelle aufmerksam machen um auch den rechten Rand der Tabelle betrachten zu
können. Nach klicken in die Tabelle kann diese auch durch die Cursor-Tasten verschoben werden.
<!---->
<!--
Es wird, dass die Wohnung in dem jeweiligen grauen Kreis ist. Bei genauen Ortsangaben ist das Zentrum des Kreises der Ort.
-->
@ -39,10 +39,10 @@ jeder Spalte ist, können weitere Optionen fürs Filtern ausgewählt werden. z.B
- **Spalten Typen:** Der Tabellenkopf enthält Eingabe-Felder, womit sich suchen lässt. Das Format des Spaltenkopfs ist dabei abhängig von der jeweiligen Spalte mögliche Formate sind z.B Zeichenketten, Ganzzahlen, Checkboxes oder Datumsangaben. Wenn eine Spalte einen inkorrekten Typ hat sagt uns gerne bescheid.
![](../graphics/city_column.png)
- **Filter anpassen:** Die Filtermethode für einen Spaltenkopf ist in den meisten Fällen die Gleichheit oder Beinhaltet. Diese kann aber auch verändert werden durch die Trichter-Symbol (siehe Bild).
![](../graphics/city_column.png)
- **Filter/Suche Zurücksetzen:** F5 lädt die Seite neu und setzt somit alle Filter zurück.
- **Tabelle Sortieren** Die Tabelle kann nach beliebigen Spalten sortiert werden. Dafür einfach auf die Überschrift der Spalte klicken z. B. „Beds“ oder „km“. Nochmal darauf klicken dreht die Sortierreihenfolge um. Beim dritten Klick wird die Sortierung aufgehoben.

View File

@ -6,11 +6,11 @@
The authentication/login is two-step process, first you will be asked for your organisation login.
![](file:///home/revol-xut/workspace/hostel/docs/graphics/org_password.png)
![](../graphics/org_password.png)
After that you will see a minimal dialogue asking you for your user-specific login credentials.
![](file:///home/revol-xut/workspace/host/docs/graphics/user_password.png)
![](../graphics/user_password.png)
## Search for entries
@ -32,7 +32,7 @@ It becomes that the flat is in the respective grey circle. For exact locations,
### Search and sort
![](file:///home/revol-xut/workspace/housing/docs/graphics/table.png)
![](../graphics/table.png)
- **Search:** The table can be filtered by most columns. To do this, simply type in the line between the table header and the first line with offers. With the filter symbol that is in this line in
for example "contains the entered text" or "columns that should be displayed must have a value that is at least as large as the entered value". For most columns we already have a reasonable preselection.
@ -40,10 +40,10 @@ It becomes that the flat is in the respective grey circle. For exact locations,
- **Column types:** The table header contains input fields that can be used to search. The format of the column header depends on the column. Possible formats are e.g. strings, integers, checkboxes or dates. If a column has an incorrect type, please let us know.
![](file:///home/revol-xut/workspace/housing/docs/graphics/city_column.png)
- **Customise filter:** The filter method for a column header is in most cases equality or contains. However, this can also be changed by using the funnel icon (see image).
![](../graphics/city_column.png)
- **Reset filter/search:** F5 reloads the page and resets all filters.
- **Sort table** The table can be sorted by any column. Simply click on the column heading, e.g. "Beds" or "km". Clicking on it again reverses the sorting order. The third click cancels the sorting.