Skip to content

Commit 0d87513

Browse files
committed
Updated Help and README
1 parent 879c1da commit 0d87513

File tree

4 files changed

+20
-13
lines changed

4 files changed

+20
-13
lines changed

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,12 @@ This project is open-sourced software licensed under the [MIT license](LICENSE).
192192
<ul>
193193
<li>INFO : All scheduled backups</li>
194194
<li>DEBUG : All executed requests (off by default)</li>
195-
<li>DEBUG : All executed database queries (off by default), only in local development mode</li>
196-
<li>WARNING : All detected N+1 queries, only in local development mode</li>
197-
<li>WARNING : All detected slow (> 250 ms) queries, only in local development mode</li>
195+
<li>DEBUG : All executed database queries (off by default)</li>
196+
<li>WARNING : All detected slow (> 250 ms) queries</li>
197+
<li>WARNING : All detected N+1 queries</li>
198198
<li>ERROR : All detected errors</li>
199199
</ul>
200-
<p>Logging can be enabled or disabled by the developer in the Application Settings.</p>
200+
<p>Logging can be enabled or disabled by the developer in Offcanvas Menu Settings.</p>
201201
</p>
202202

203203
<p>This application has a built-in <b>User management & logging</b>, available to the developer :
@@ -208,9 +208,20 @@ This project is open-sourced software licensed under the [MIT license](LICENSE).
208208
</p>
209209

210210
<p>
211-
All activities (create, update, delete) on <b>persons</b> and <b>couples</b> are logged in the database.<br/>
212-
All activities (create, update, delete, invite) on <b>users</b> and <b>teams</b> are logged in the database.<br/>
213-
Change history available on Persons (with Couples) and Teams (with Users).
211+
The following activities are logged in the database:
212+
<ul>
213+
<li>create, update, delete on <b>persons (including Metadata)</b> and <b>couples</b></li>
214+
<li>create, update, delete on <b>teams</b></li>
215+
<li>create, update, delete, invite, remove on <b>users (Team members)</b></li>
216+
</ul>
217+
</p>
218+
219+
<p>
220+
Activity loggings are available in Offcanvas Menu :
221+
<ul>
222+
<li>Persons (with Couples) in <b>People logbook</b></li>
223+
<li>Teams (with Users) in <b>Team logbook</b></li>
224+
</ul>
214225
</p>
215226

216227
## Languages

public/img/help/genealogy-006.webp

20.5 KB
Loading
-82.2 KB
Binary file not shown.

resources/markdown/help.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -409,11 +409,11 @@ Users can click a button in the top right-hand menu to open the <b>offcanvas men
409409
On top the users role and permissions in the current team are shown.<br/>
410410
If a user has the proper rights, additional features are presented.
411411

412-
<img src="img/help/genealogy-006a.webp" class="rounded" alt="Offcanvas menu">
412+
<img src="img/help/genealogy-006.webp" class="rounded" alt="Offcanvas menu">
413413

414414
### a. Team
415415

416-
The offcanvas menu allows <b>all users</b> to consult the <b>active team</b>.
416+
The offcanvas menu allows <b>all users</b> to consult the <b>active team</b> and the corresponding logbooks for People/Couples and Team/Users.
417417

418418
<img src="img/help/genealogy-100.webp" class="rounded" alt="Team">
419419

@@ -424,10 +424,6 @@ The offcanvas menu allows <b>developers</b> to consult all <b>teams</b> and <b>p
424424
<img src="img/help/genealogy-090a.webp" class="rounded" alt="Teams">
425425
<img src="img/help/genealogy-090b.webp" class="rounded" alt="People">
426426

427-
You can also consult the people changes history in <b>People logbook</b>.
428-
429-
<img src="img/help/genealogy-090c.webp" class="rounded" alt="People Logging">
430-
431427
### c. Users & logging
432428

433429
The offcanvas menu allows <b>developers</b> to consult the users and their logging information.

0 commit comments

Comments
 (0)