Releases: GovReady/govready-q-private
Releases · GovReady/govready-q-private
v0.9.13
UI changes
- Add sign-in warning message to which users need to agree.
- Reduce number of Group Django messages from question actions into single message for adding actions.
- Simplify new authoring tool. Move prompt from right to left. Only show first line of question prompt.
- Display all project modules in a single group on project.html.
- Display project root_task's module summary on project page.
- Add ability to search projects.
Bug fixes
- Properly close CSV export modal after exporting.
Developer changes
- Comment out deprecated queries in SiteApp.models.Project.get_projects_with_read_priv.
- Require login to view projects list.
v0.9.11.11
v0.9.11.11 (January 15, 2022)
Feature changes
- Ability to add modules in new authoring tool.
- Allow deleting of questions, modules in new authoring tool by removing protection on foreign key references.
- Superusers can see all projects.
UI changes
- Simplify task progress history. Only display questions of current module. Only colorize to glyphicons.
- Enable adding component control statement from System selected component.
- Enable adding component control statement from System selected controls.
- Switch to "I want to..." language on landing page.
- Align module text left and add numbers to project page.
- Add big button back to project home page on module summary page.
- Edit AppVersion title, version, and description in new authoring tool.
- Reinstate Database Administration opening in new browser tab.
- Display pagination control btm of component page.
- Add 'Things to do' text to project.html.
- Display links to previous and next selected control on System selected control editor page.
Bug fixes
- Stop scrubching of progress-project-area-wrapper on question page.
- Always make sure output param exists in all modules that get edited.
- Fix adding statements to components in library.
- Correctly escape carriage returns in multi-line component descriptions in edit component modal.
Developer changes
- Superusers can see all projects.
v0.9.11.10-dev (December 14, 2021)
Introuduce new authoring tool. Remove authoring tool modal from task question page.
Feature changes
- Enabling batch viewing of questions for easier questionnaire authoring.
- Enable editing of artifacts.
- Enabling cloning entire templates in template library.
Developer changes
- Add Django
nlp
app to system to support Natural Language Processing of SSPs and statements. - Include spaCy libraries as part of build.
- Include initial, simplified candidate entity recognition script.
- Remove full text search of statements from component library search because it was slow and returned to many results.
- Add serializers for Modules and ModuleQuestions.
- Refactor siteapp.views.project and templates/project.html to remove vestigial column vs row layout code and previous authoring tools.
- Remove authoring tool modal from task question page.
UI changes
- Use left side vertical React navigation menu for project.
- Improve toast message appearance by limiting width.
- Improve styling of project page rollovers make module actions clearer
- Improve styling of template library. Use bootstrap panels for each item.
- Remove authoring tool modal from task question page.
Bug fixes
- Fix permissions to allow non-administrator to clone project templates in project template.
- Fix crash when restoring a previous version of a statement.
- Fix setting control baseline by proper use of
update_or_create
inSystem.set_security_impact_level
.
v0.9.11.6 (October 13, 2021)
Remove GPL3 License from repository.
UI changes
- Use left side vertical nav menu for project.
- Improve appearance of statement editing forms: better shading, better setting of textarea height, overall appearance.
- Remove adding component or new control from a project's control listing.
v0.9.11.5 (October 9, 2021)
Merge and synchronize api-tag work and supporting REACT structures from GovReady-Q-SPA into latest version GovReady-Q-Private (0.9.11.3)
Feature changes
- Enable REACT-based api-tags.
Developer changes
- Switch from
ElementRole
toTag
as value for dynamic actions in questions. - Provide
root_element
information forSystem
SimpleSystemSerializer to make it easier to identify systems by name.
Data changes
- Add
created
,updated
fields tocontrols.System
to better align with base serializer.
v0.9.11.4.2 (October 8, 2021)
UI changes
- Fix component status and type to be set only in library rather than in systems.
- Hide impact levels, POA&M status box from project mini-dashboard until UI can be improved.
- Improve look of modules.
v0.9.11.4.1 (October 7, 2021)
Feature changes
- Insert new questions after current question in authoring tool.
Version 0.9.11.3
v0.9.11.3 (September 28, 2021)
Feature changes
- Add new question types
choice-from-data
andmultiple-choice-from-data
to get display choice with options created from dynamic data. - Enable downloading of a compliance app directory.
Developer changes
- Improve DRY-ness of module serialization.