MRSI Wizard Change Log
28 JAN 26
User Interface (UI)
-
Document Information Screen Feature - Added a pop-up screen upon opening a document. Includes options to close (for session) or forever. This is per Document Type (program), not per document (project).
-
Additional Files page no longer allows uploads to Document Types that do not have categories defined.
-
Loads default form data when creating a document so common options are pre-loaded for the user.
-
Disables buttons when an action has been initiated to prevent the user from clicking it again, e.g. file upload.
Templates
-
Improves the Checkbox and Container MarkDoc tags for template development.
-
Auto generates template metadata
-
Improved how we generate paragraph numbers / letters; added additional formatting options for future numbering patterns.
Features
-
Adds the ability to link one document with another during the document creation process to "jump start" the new project with data. For example, creating a proposal from a pre-proposal.
-
Adds the ability for users to toggle between "edit mode" and "preview mode" while on the print document page. Lets you print the edit mode view so others can see all available options.
-
Document copy. Does not copy reviews, files, or users, only the document data.
Development Improvements
- Converted the development environment from Create React App to Vite. This should improve client bundle sizes and improve loading of the user interface. It also improves the developer experience.