Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Version

...

2024.01

  • FIX: Temp fix for querying /api/questionsnapshot/<id>, if survey is in query parameters.

  • NEW: Making Isora Lite configurable from a regular instance, so Lite is easier to maintain.

  • NEW: New UI Changes: risk register, add new fields to vendorproduct and vendorproductsurvey, add new fields to app and appsurvey,  add new fields to classificationsurvey, update statuses on assessment and surveys, add new deployment environment - Evaluation, add default instructions - set it on all existing surveys,  add ability to launch all surveys from an assessment request, add ability to save launch options to surveys so users can save as draft, add ability to import previous survey responses on launch for vendorproductsurveys, adding report mean to app and vendor most_recent_report representation.

  • NEW: New UI: Adding new attribute for participants to Assessment - it's a combination of all users who might participate in the assessments surveys (ou heads, assessment managers, IT contacts, delegate users).

  • FIX: Fix Classification and App Survey Statuses.

  • FIX: New UI: Fix for final_acknowledged_date in report for when the survey is in pre-final acknowlegement phase.

  • NEW: Add filter_queryset to querysets for reports/all and reports/listdetails endpoints to honor any query parameters passed to them for the New UI.

Version 2023.12

  • FIX: Inventory updates: Fix vendorproduct.assessment_type filtering and add filtering to VendorProductContacts. 

  • NEW: Add system_type breakdown for classification surveys to ReportData for use in New UI reports.

  • NEW: Add bulkremove option for attachments in UnitAnswerViewSet for New UI.

  • NEW: Surveys - updating statuses and adding new attribute for assessment status.

  • NEW: NEW UI: Add participants and system_types to reports and product filter to surveys.

  • NEW: Three changes for the New UI display of question lists: We are giving the users a preview of the question list they select when creating/previewing/launching surveys. 1. Making QuestionViewSet AdminOrReadOnly instead of AdminOnly. 2. QuestionListViewSet adding Classification Surveys to queryset. 3. Making QuestionCategoryViewSet AdminOrReadOnly instead of AdminOnly.

  • NEW: Add new entry 'Evaluation' to DeploymentEnvironments.

  • NEW: Add Default AssessmentInstructions, attach it to all assessments for New UI.

  • NEW: Add findings count to reportdata.questions.unit.current for all answers not NA or Favorable.

  • FIX: Fixing order of answer choices ordering by multiplier then text, so that when answer choices have the same multiplier, they are ordered by text.

  • NEW: Summarize CMMC report on backend: future frameworks will be summarized on the backend so that rendering in the New UI is easier.

  • NEW: Updates to SurveyViewSet filters: 1. Filtering out deleted assessment_types for survey param. 2. Added filter by product.

  • NEW: Add grade, grade description, and findings count to report question summary for New UI.

  • NEW: Add listdetails endpoint to reports, ability to filter by specifying ids: it is similar to the reports endpoint except the user can filter on report ids as well.

Version 2023.11

  • NEW: Risk Register downstream activities: enabling risk register downstream, i.e. the ability to create a risk score from an advanced report missing control, from the detailed control breakdown.

  • NEW: New UI Changes: risk register, add new fields to vendorproduct and vendorproductsurvey, add new fields to app and appsurvey,  add new fields to classificationsurvey, update statuses on assessment and surveys, add new deployment environment - Evaluation, add default instructions - set it on all existing surveys,  add ability to launch all surveys from an assessment request, add ability to save launch options to surveys so users can save as draft, add ability to import previous survey responses on launch for vendorproductsurveys, adding mean app and vendor most_recent_report representation.

  • NEW: Add CSV Imports and Exports to /api/apps backend.

  • NEW: New UI frontend changes: Added feature flag for new UI - can turn it on and off per instance. Converts app, vendor, classification links to new UI.

  • NEW: Added attested_surveys to vendorproductcontacts API endpoint: New UI change so we can see which survey / product the contact attested in the API.

...