Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Releases: FordLabs/retroquest

v3.1.1 Remove Front-End Validation from Login Page

01 Apr 18:05
Compare
Choose a tag to compare

Hot Fix:

  • Fixed older RetroQuest teams not being able to login

We were performing the same validation on the login page form as we were on the team creation page. This was preventing teams that were created before the validation rules were implemented from logging in. We have removed this front-end validation.

v3.1.0 Add Drag-n-Drop

01 Apr 14:01
Compare
Choose a tag to compare

After moving off of Angular, we had a bit of a harder time getting Drag-n-Drop working again. We wanted to make sure it was accessible and wouldn't interrupt the mobile experience like it did before. Thanks to react-beautiful-dnd both of those concerns could be easily addressed!

User Facing Changes:

  • Added Dran-n-Drop 🐉 💧
  • Modals are now accessible
  • The styling of the Modals are now more consistent

Changes to the backing API:

  • Removed unused API endpoints

v3.0.1 CSV Download Fix

25 Mar 17:16
Compare
Choose a tag to compare

Hot Fix

  • Fixes CSVs not being downloaded when there is an action item without an assignee

v3.0.0 Revisiting a Classic

24 Mar 20:01
Compare
Choose a tag to compare

🎉 🥳 🎉 We're Back!!!! 🎉 🥳 🎉

This is the first bit of a bunch of work being done to modernize the RetroQuest codebase, this release brings the project more in line with current Labs practices and tech choices. In addition to making a few usability upgrades, the major changes are meant to make it easier for people to contribute to the UI. These changes are breaking. Caches will need to be invalidated and API endpoints have changed

The following are some of the more important changes since our last release in 2019.

User Facing Changes:

  • Added OpenGraph support to display a brief summary of the website from a link
  • Various tweaks to make login easier
  • Removed admin endpoints and credentials
  • Renamed End Retro to Archive Retro
  • Redirects to login page if a token is expired
  • Added tab to settings gear to display current running commit hash
  • Dark mode now affects the login and create team pages
  • You can now return to the list of archived boards when you select one
  • Retro is now more responsive on desktop
  • Removed service worker

Changes to the backing API:

  • Pagination to Thought Archives endpoint
  • Made connecting to external Databse easier
  • Add Swagger for API documentation
  • Scaled down some request objects
  • Replaced sending updates to the API over websocket with REST calls
  • Fixed error getting logged if a new application has no feedback
  • Moved archive board logic to API
  • Deprecated ColumnCombiner in API

Codebase Changes of Note:

  • Migrated UI from Angular to React
  • Update Spring Boot version
  • Upgrade to Java 17
  • Removes unused User code
  • Added Liquibase for database migration management
  • Made Cypress tests much more robust

Reduces Archive page header text & Adds 'No Archives Found' text to Action Items

09 May 00:27
Compare
Choose a tag to compare

Archived Thoughts can be exampled in a Dialog

08 May 02:22
a1b3eb5
Compare
Choose a tag to compare

Added some css tweaks to rq-buttons and archive completed checkmarks.

08 May 01:47
a1b3eb5
Compare
Choose a tag to compare

rq-buttons now have a pointer cursor by default and thoughts and action items that have been archived now have their completed checkmark with an opacity applied instead of it being fully visible.

image

Adds Action Items to the Archived page

07 May 03:12
a1b3eb5
Compare
Choose a tag to compare

Action Items now get a similar archive treatment as Thoughts. The are displayed as a grid and Action Items are archived once they have been completed and the Retro has ended.

image

image

image

image

image

Displays ability to change between Thought and Action Item Archives

05 May 18:43
Compare
Choose a tag to compare

The action item archives page has been made bare and just displays a coming soon message.

image

image

Archive sorting is moved below heading on Archives Page

05 May 18:16
Compare
Choose a tag to compare

Also makes it so the dark theme is preserved.

image

image