Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update help page with absence page text #663

Merged
merged 2 commits into from
Sep 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions frontend/src/pages/Help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,25 @@ export const Help = () => {
onBlurRow={() => {}}
/>
</div>
<h2 className="help-subtitle">Reporting absence</h2>
<p className="help-info">
The absence reporting page can help you with logging long absence
periods which can be tedious to log using the report page. Some common
use cases for this might be reporting your vacation, parental leave or
sickness absence.
</p>
<p className="help-info">
In order to report your absence, you only need to select a start date
and end date and press on the "Add absence" button. Note that you need
to select a period when no other time entries have already been
reported. Otherwise, you will be warned with an error message.
</p>
<p className="help-info">
In the absence periods table you can visualise the periods you have
reported between one month ago and one year later from the current
day. You may also edit or delete these ranges by clicking on the
pencil or trash can buttons respectively.
</p>
<h2 className="help-subtitle">The yearly overview</h2>
<p className="help-info">
The purpose of the yearly overview is to show you what you have spent
Expand Down