Skip to content

release_301

Compare
Choose a tag to compare
@chao-xian chao-xian released this 06 Nov 11:42
· 4425 commits to main since this release
0456fb2

Changes in this release:

Add rake task to deploy current branch to Heroku #384

This allows us to deploy a version of the tool to Heroku, a cloud hosting service. It means we can create previews of the app to test experimental functionality without affecting the production application.

Fix markdown links in heroku documentation #386

A minor change to documentation that forms part of the Heroku preview function above.

Audit guidance update #393

Update the information in the guidance page.

Open Audit guidance in a new tab #385

The guidance link from the Audit page will open in a new tab.

Add multiple users support for prototyping in Heroku #387

This change adds the ability to create users on Heroku hosted prototypes. It does not affect the production application.

Add Navigation to the Guidance #378

Sections of the guidance now have anchor links for easier navigation.

Refactor audit feature specs #374

This is a change to the way we are constructing our test code that exercises whether our system is functioning as expected.