Skip to content

Releases: mathematicalthinking/encompass

Encompass 3.6.3 Update

03 Jun 07:06
56fd79c
Compare
Choose a tag to compare

Encompass 3.6.3 Release

  1. UI/UX Improvements in "My Feedback" Tab:

    • Revamped the layout of the "My Feedback" tab on your home page to enhance user experience. Specifically:
      • The columns have been reorganized to prioritize the most relevant information. The "Student Submission" column is now positioned as the first column.
      • Clicking on a student's name will now direct you to their latest response for improved usability.
      • The workspace name has been moved to the end of the column for better alignment and readability within the given subtab.
  2. Enhanced Visibility of Responses:

    • A small but significant improvement has been implemented to ensure ease of access to responses within workspaces. Specifically:
      • A check has been added to allow owners, students, admins, or collaborators of a workspace to view the "View All Responses" button within the workspace.
  3. Default Display of Mentor Responses in Mentor Thread Page:

  • In the mentor thread page, where crafting responses and viewing student submissions occur, we've made a modification to improve user interaction. Specifically:
    • The page will now default to displaying all mentor responses upon initial render. Previously, this section was hidden initially.

Encompass 3.6.2 - update

09 Apr 17:41
Compare
Choose a tag to compare

What's new

Bug fixes:

Addressed an issue where copying or creating workspaces resulted in discrepancies with date displays, sometimes being off by a day or even a week. This problem should now be resolved.

New features:
Feedback/Mentor Thread Rework: A rework of our feedback/mentor thread, available for initial testing. This new implementation is accessible via the "Feedback" tab on your homepage or by making a response through a workspace. A new component called "response-mentor-thread" will now be the parent component for reponse-mentor-reply and so on.

Contributors:

@ywakili18
@exidy80

Encompass 3.6.1 - Update

04 Mar 18:54
04eec32
Compare
Choose a tag to compare

Encompass 3.6.1 Release
A brand new Workspace Summary Page and several enhancements. This update focuses on providing a comprehensive overview of workspace activities and submissions.

New Features:
Workspace Summary Page
Introduction of Workspace Summary:
Encompass 3.6.1 introduces a dedicated Workspace Summary Page, consolidating essential information for mentors to better understand and manage their mentoring sessions.

Key Metrics at a Glance:

  • Number of Mentor Replies: Easily track your engagement by observing the total number of replies you've provided within the workspace.
    -Date of Most Recent Revision: Stay updated with the latest revisions by checking the timestamp of the most recent changes made to the workspace content.
    -Number of Submissions: Get a quick overview of the volume of submissions made by students, allowing you to manage your workload efficiently.
    -Student Submissions Listing
    Detailed Student Submissions Overview:

How to Access the Workspace Summary Page:
To access the new Workspace Summary Page, follow these steps:

Navigate to the desired workspace.
Look for the "view all responses" button in the workspace navigation menu.

Contributors

@ywakili18
@exidy80

Encompass 3.6 - Update

13 Dec 19:36
f3979fc
Compare
Choose a tag to compare

Contributors:
@ywakili18

What's changed:

  • Workspace "Stats" page on the main view for workspaces are now listed to view said stats and eventually leading into the new workspace report page.
  • The workspace report page is now completed, it will have two reports: a workspace report and a mentoring report. For now, two columns will explain what data will be exported to a csv file for now - eventually will show in a tooltip when hovering over each button.
  • The NSF logo is updated in our footer.
  • Minor bug fixes and styling changes to workspace metrics page.

Encompass 3.5.9 - update

28 Nov 03:56
c6b026b
Compare
Choose a tag to compare

Contributors:
@ywakili18
@exidy80

What's changed:

  • Users are now able to change usernames through the "user" tab. This change will affect username in encompass and MT-SSO database.
  • A new hamburger menu - to remove Material UI, improve build time and file size.
  • Bug fix: When the user clicks on the "i" button on workspaces -> workspace "grid" view, it will redirect the user to the stats and info page instead of the workspace itself.

Encompass 3.5.8 - Update

08 Sep 00:26
1349071
Compare
Choose a tag to compare

Contributors:
@ywakili18

What's changed:

  • Optimized load times throughout the application for smoother user experience - remove console warnings.
  • A change was implemented for student account (non admin role) - will now stay on "assigned to me tab" to improve user experience.

Encompass 3.5.7 - Update

02 Aug 19:36
5e9ee84
Compare
Choose a tag to compare

Contributors:
@ywakili18

What's changed:

Improved Styling and Responsiveness in Folders Tab

Resolved an issue where certain sections of the table within a folder exhibited poor styling at various viewpoints. The folders tab now appears visually appealing and consistent across different screen sizes.

Enhanced Application Performance and Dynamic Updates

Optimized load times throughout the application for smoother user experience.
Significantly improved dynamically updating pages, with a special focus on enhancing the feedback tab responsiveness in this update.

Encompass 3.5.6 - update

14 Jun 05:58
bd4572c
Compare
Choose a tag to compare

Contributors:
@ywakili18
@htres736

What's changed:

Fixed Issues

  1. Fix for Student Account Comments: Previously, comments were not displaying for student accounts in parent workspaces. We have resolved this issue, and comments and selections will now be visible as expected when logged in as a student. This improvement ensures a smoother workflow and better collaboration between students and their parents. @ywakili18

  2. Improved Comment Highlighting in Group Workspaces: We have addressed a bug related to comment highlighting in group workspaces. Previously, when selecting a section in a group workspace, the comment did not highlight as expected. With this update, the comment highlighting functionality is now working as intended across all workspaces. This enhancement allows for clearer communication and easier navigation within group projects. @ywakili18

Backend Migration and Node.js Upgrade
In this release, we have migrated some backend components to improve performance and maintainability. One significant upgrade is the transition from Node.js version 12 to version 14.21.6. This upgrade brings various improvements and optimizations to Encompass, ensuring a more robust and efficient application. @ywakili18 @htres736

To align with the Node.js upgrade, we have also updated the Dockerfiles to accommodate the new version. These changes further enhance the deployment process and streamline the containerization of Encompass.

Encompass 3.5.4 - Update

15 May 19:57
df0be07
Compare
Choose a tag to compare

Contributors:
@ywakili18

What's changed:

  • A bug fix was implemented in which teachers would go into the feedback portion of a workspace to a student, then would see all feedback in that workspace from every student from every teacher.
  • Fix should only allow feedback from all teachers to only that student for that feedback.

Encompass 3.5.3 - Release

04 Apr 07:45
7c4a0f3
Compare
Choose a tag to compare

Contributors:
@ywakili18

What's changed:

  • Next iteration of export data to include feedback in one column of csv.
  • Updates to jenkins pipeline @htres736