This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from ds-wizard/develop
Release 2.10.0
- Loading branch information
Showing
9 changed files
with
1,368 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
********* | ||
Changelog | ||
********* | ||
|
||
.. NOTE:: | ||
|
||
This page only summarizes the key changes for each release (since 2.0). For details please visit :ref:`roadmap` that includes links to JIRA tasks implemented in specific versions or browse git history. | ||
|
||
|
||
2.10 | ||
====== | ||
|
||
- Added specific users to the questionnaire as collaborators | ||
|
||
2.9 | ||
====== | ||
|
||
- Refactored error messages | ||
- Several bugfixes | ||
|
||
2.8 | ||
====== | ||
|
||
- Pagination & sorting in table views | ||
- Introduced DSW Template Development Kit | ||
- Minor UX improvements | ||
|
||
2.7 | ||
====== | ||
|
||
- Improved caching for speed optimization | ||
- Reworked questionnaire detail | ||
|
||
2.6 | ||
====== | ||
|
||
- Added questionnaire live collaboration | ||
- Introduced Projects to relate questionnaire, TODOs, documents, and settings | ||
- Several UI/UX improvements | ||
- Improved design of email templates | ||
|
||
2.5 | ||
====== | ||
|
||
- Added templates management | ||
- Several UI/UX improvements | ||
- Introduced backend workers for scheduled/async tasks | ||
- Added option to disable questionnaire summary report | ||
|
||
2.4 | ||
====== | ||
|
||
- Added RDF support step in document worker | ||
- Improved default naming of new documents | ||
- Minor UI/UX improvements | ||
- Several bugfixes | ||
|
||
2.3 | ||
====== | ||
|
||
- Enhanced backend logging for ELK | ||
- Added document submission | ||
- Improved integration with Registry for simpler Sign Up | ||
- Added user avatars | ||
- Several bugfixes and optimizations | ||
|
||
2.2 | ||
====== | ||
|
||
- Added support for OpenID | ||
- Added affiliations in user profiles | ||
- Introduced settings to change configurations directly in DSW interface | ||
- Added API documentation using Swagger | ||
- UI/UX improvements | ||
- Several bugfixes and optimizations | ||
|
||
2.1 | ||
====== | ||
|
||
- Introduced document worker for better scalability | ||
- Migrated backend to new framework | ||
- Added dropdown actions to list views | ||
- Several bugfixes | ||
|
||
2.0 | ||
====== | ||
|
||
- Added move functionality for knowledge models | ||
- Added possibility to assign template to KMs | ||
- Added questionnaire cloning | ||
- Added expand/collapse all in KM Editor | ||
- Internal refactoring and structure enhancements | ||
- Several bugfixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.. _schema-doc-context: | ||
|
||
**************** | ||
Document Context | ||
**************** | ||
|
||
|
||
The following documentation is generated from :download:`Document Context Schema <doc_context_schema_v2.json>` describing *Document Context* that is passed to document templates when generating a document using Jinja2. | ||
|
||
.. jsonschema:: doc_context_schema_v2.json | ||
:lift_definitions: | ||
:auto_reference: | ||
:auto_target: | ||
|
Oops, something went wrong.