Skip to content

Releases: buildingu/Building-u-feedback

v5.0.0

19 Jan 05:24
ba64d43
Compare
Choose a tag to compare

Release Notes for v5.0.0

New Features

  1. Vitest Base Template

    • Set up a foundational template for Vitest, enabling developers to write and run tests seamlessly.
  2. "Assigned Feedback" Page

    • Introduced a new page where users can view feedback requests assigned to themselves.
  3. Redis Caching

    • Implemented Redis caching to improve performance and data retrieval speed.
  4. Forgot Password Feature

    • Added a "Forgot Password" functionality, allowing users to reset their passwords easily.
  5. Checklist Page

    • Introduced a checklist page summarizing the status of users' exercises (completed or pending).

Bug Fixes

  1. Logout Issue

    • Fixed a bug that prevented users from logging out successfully.
  2. Date/Time Display

    • Resolved an issue where feedback requests or feedback displayed incorrect timestamps.

This release brings significant improvements to functionality and user experience. 🎉

v4.0.0

27 Aug 08:02
7efcfe3
Compare
Choose a tag to compare

Release Notes - Version v4.0.0

Release Date: 2024-04-27


Building-U Feedback Release Note for v4.0.0

Version v4.0.0 introduces a range of new features, improvements, and bug fixes to enhance the functionality and user experience of the app.

Changes

  • Self-Assignment of Feedback Requests

    • Interns can now assign feedback requests to themselves.
    • Interns are able to provide feedback on the requests they have assigned.
  • Admin Configuration

    • Added an admin.json file to simplify the process of adding mentors, making mentor management easier and more efficient.

Fixes

  • Sidebar CSS Bug
    • Fixed an issue where adding new icons to the sidebar would push existing icons out of frame.
    • Icons are now properly aligned and displayed without layout issues.

Upcoming Changes

  • Logout Functionality

    • The logout feature will be enabled in a future update, enhancing security and user control.
  • Request Completion

    • Moving the ability to mark requests as complete from mentors to any user, increasing flexibility and accessibility for all users.

This release focuses on expanding the app’s functionality for interns and improving the overall user experience. Stay tuned for the upcoming changes in the next version!

v3.0.0

19 Jul 21:34
Compare
Choose a tag to compare

Building-U Feedback Release Note for v3.0.0

Improvements

  • Database Optimization: Enhanced database performance by optimizing indexing strategies.
  • Base URL Configuration: Updated the base URL to use environment variables for improved flexibility and configuration management.

Quality of Life Changes

  • Password Visibility Toggle: Added a toggle icon on the registration page that allows users to choose whether or not to see their password while typing.

Bug Fixes

  • Mentor Assignment Bug: Resolved an issue that prevented mentors from assigning feedback requests to themselves.

Security Enhancements

  • Strong Password Enforcement: Enforced strong password requirements on user sign-up to enhance security.

v2.0.0

18 Jul 08:48
Compare
Choose a tag to compare

Building-u-feedback v2.0.0.0 Release Notes

Features and Enhancements

  • Improved the sign-up and login flow to provide visible feedback on errors.
  • Updated database models to use UUIDs instead of integers.
  • Removed unnecessary log files and .htaccess file.
  • Removed the admins JSON file and created a new table for accessing admins.

Deployment Changes

  • GitHub Actions workflow now triggers deployments only when changes occur in the views directory.

v0.5.0-alpha

10 Jul 04:35
1a8e377
Compare
Choose a tag to compare

v0.5.0-alpha Release Notes

Fixes

  • Resolved an issue with PM2, which caused the server to randomly shut down when running in the background.
  • Fixed a rendering bug where the "Assigned to" field wouldn't update immediately after a mentor assigns a feedback request to themselves, now updates correctly without requiring a page refresh.

v0.4.4-alpha

08 Jul 02:24
d1a5ec7
Compare
Choose a tag to compare

Release Notes for v0.4.4-alpha

Bug Fixes

  • Fixed CORS Issue: Resolved an issue related to Cross-Origin Resource Sharing (CORS) that was preventing requests from being processed correctly.

  • Removed Unused Intern Name Input Field: The intern name input field in the feedback request form, which was not being used, has been removed for a cleaner and more efficient form.

  • Fixed Feedback Request Form Bug: Addressed a bug that was preventing the feedback request form from being created, ensuring the form now functions correctly.

v0.4.1-alpha

07 Jul 21:59
183d1a8
Compare
Choose a tag to compare

Release Notes for v0.4.1-alpha

Bug Fixes

  • Fixed Issue with Logout: Resolved an issue that was preventing users from logging out properly.

  • Fixed Redirect to 403 Page on Signup: Addressed a problem where users were being incorrectly redirected to a 403 page during the signup process.

  • Fixed Verbiage Error on Login Page: Corrected a textual error on the login page for a clearer user experience.

v0.4.0-alpha

06 Jul 19:21
Compare
Choose a tag to compare

Release Notes for v0.4.0-alpha

Features Included:

  • Updated Front-End Routes: Enhanced and refined the routing structure on the front-end to improve user navigation and experience.

  • Basic Proxy-like Setup: Implemented a basic proxy configuration to facilitate communication between the front-end and the backend services, ensuring seamless data exchange.

Enhancements:

  • Streamlined user journey through optimized route navigation.

  • Improved backend integration for enhanced performance and reliability.

Bug Fixes:

  • Addressed minor issues related to route handling and data flow.

Known Issues:

  • No major issues identified in this release.

Next Steps:

  • Plan for additional feature enhancements and optimizations in upcoming releases.

  • Continue testing and gathering feedback from users to refine the application further.

v0.3.0-alpha

29 Jun 19:56
Compare
Choose a tag to compare

Alpha Release Notes: Building-U Feedback App (v0.3.0-alpha)

Overview

This release focuses on setting up the backend infrastructure for the Building-U Feedback App. It includes configuring the backend to connect with the database and deploying the application.

Changes

  • Configured backend to establish connections with the database.
  • Implemented database schema and setup necessary for the app's functionality.
  • Deployed backend application to the server for testing and initial use.

Enhancements

  • Optimized database queries and data retrieval processes.

Next Steps

  • Conduct thorough testing of the deployed backend to ensure stability and performance.
  • Begin frontend integration to complete the full-stack development cycle.

v0.2.0-alpha

29 Jun 18:37
Compare
Choose a tag to compare

Alpha Release Notes: Building-U Feedback App (v0.2.0-alpha)

New Features

  • Loggers Added: Implemented logging functionality for various backend endpoints to track activities and errors efficiently.

Improvements

  • Enhanced backend monitoring with detailed logs for better debugging and maintenance.

Next Steps

  • Working on the forgot password functionality to enhance user experience.

Thank you for using the Building-U Feedback App. We appreciate your feedback and support as we continue to improve our application.