Also make some links more self-descriptive for accessibility reasons.
Remove trailing white spaces because my editor removes them
automatically (and yours should too).
Broken links were found with markdown-link-check with the following
command:
```
find . -name tmp -prune -o -name node_modules -prune -o -name \*.md -print0 | xargs -0 -n1 markdown-link-check
```
* Remove 2FA as premium feature in the docs
* Updates to Date alerts
* Updated Notification settings and date alerts
- Added screenshots
- Added a table
- Reviewed phrasing and fixed typos/odd phrasing
* Started updating docs for Team planner
On-going. Mid-stage commit includes:
- Updates to header titles (and corresponding updates to table of contents)
- New images for module overview and team planner basics
- New image for work package detail view
* task(docs): fix anchor links
* Update title of Getting started
* task(docs): fix anchor links
* Updated Team planner docs with updated text and screenshots
- Rewrote pretty much the entire page to be more consistent with language used in other pages (Notification settings, Nextcloud and Date picker)
- Added new screenshots so that we show the 12.4 version of the team planner
* Notification user guide - updated screenshots
And modified phrasing since "Involvement" is now "Reason"
* Small changes and updates
* Small typo updates
Fixed capitalization in wording
* New screenshot, added table of contents, updated docs
Notification settings:
- New screenshot for project-specific notifications to replace the buggy one
Notification center:
- Added table of contents
- Restructured and rephrased certain parts for clarity, added info on date alers
* Date alert: clarification about natural vs non-working days
* Added text on default user settings available for to NC admins
* Added missing details to date alert
As mentioned by @birthe, added details about:
- Recurrent overdue notifications replacing previous ones
- Date alerts generated at 1am
- 3 days ago means a WP due in 2 days won't generate a date alert
* Changes and fixes
Re-arranging the info boxes.
* Adding link to working days in system administration guide
Co-authored-by: Parimal Satyal <88370597+psatyal@users.noreply.github.com>
Co-authored-by: Andrej Sandorf <77627197+as-op@users.noreply.github.com>
Co-authored-by: as-op <a.sandorf@openproject.com>
Co-authored-by: Maya Berdygylyjova <MayaBerd@users.noreply.github.com>
* change Edition to edition in strings
* use add-on instead of feature
* replace premium with enterprise
* Change Edition to edition in readme files
* change feature to add-on
- The text of the main page on the date picker is almost ready. Also updated front matter and links (images need to be added)
- Updated the link on the work packages page too
- Added details about duration and non-working days to Gantt, calendar and team planner pages (these can be expanded at a later time)
- Still need to add admin docs on non working days
* Move "Team planner"
Move "Team planner" in display priority between "Gantt charts" and "Agile boards"
[#41566] Documentation updated (openproject.org/docs)
https://community.openproject.org/work_packages/41566
* Team Planner -> Add new WP
Adding "add new work package" instructions to the team planner README.md
* User Guise -> Calendar update
Updated instructions for "overarching calendar" for 12.1.
Updated other snapshots
* work-package-table-configuration
Updated snapshots and instructions (Filter for work packages of a subproject)
* feat(images): reduce file sizes
* Add punctuation
* Add punctuation
* Add punctuation
Co-authored-by: Fweber1331 <85182737+Fweber1331@users.noreply.github.com>
Co-authored-by: Birthe Lindenthal <b.lindenthal@openproject.com>
task/40956-update-docs-for-121
* Update to docs for 12.1
Changed user guide
Established subdirectory "team-planner"
Started editing README for team-planner
* Docs changes for 12.1
Further edits to README of team-planner subdirectory:
-Intro into functionality
-getting started
-more features explained
* Update README.md
* Update readme Team planner
Additional edits to team planner readme file
* Update README.md
* Project status README Update for 12.1
Project status update for 12.1 (WP #34708):
-Added new screenshots to reflect 3 add'l status choices: Not Started, Finished, and Discontinued
Directory: docs/user-guide/projects/project-status/REAMDME.md
* Calendar Module v12.1 Update
Updated snapshots to most current version, explained "Visibility settings", and introduced/explained multiple calendars, Favorite, Public and Private functions
[#36322] Save different views in calendar module
https://community.openproject.org/work_packages/36322
* Update to the Team Planner
Update to the Team Planner as well as functionality of the Planning Calendar.
There were several additional features that were added to the Team Planner that were not captured in the last edit, such as the "include projects" filter button.
[#40956] Update Docs for 12.1
https://community.openproject.org/work_packages/40956
* Use Cases
I added a new folder/repository called "Use Cases". Use cases are frequently asked for how-to scenarios and workarounds. The main README is basically a Table of Contents with links. I have also added 2 use cases, Portfolio Management and Resource Management.
This is is not associated with a specific work package, but rather a value-add to customers
* Update Images
Updated images included in initial edits, from randomly generated, numerical file names created by pasting, to more descriptive image names and description.
This was done for updates triggered by v12.1:
- User guide -> Modules (update)
- Team planner (new)
- Calendar (update)
- Use cases (new)
* Style guide related changes
Style Guide related changes/adjustments to:
- Docs/User Guide/Team Planner
- Docs/User Guide/Calendar
- Docs/Use Cases/*
Detail: Corrected inverted quotation marks use for buttons, and replaced by bold font instead
* fix(docs-12.1): typofix in name & url for new section
* fix(docs12.1): resolve review issues
* fix(docs12.1): use relative links for internal doc links
Co-authored-by: as-op <a.sandorf@openproject.com>