Releases: alphagov/content-data-api
Releases · alphagov/content-data-api
v2
v1
Merge pull request #1923 from alphagov/bulk/add-release-versions
release_349
- Side-by-side content preview on the audit page - view the live content page
- Users must assign content to themselves before auditing - you will no longer see the audit questions unless the item is assigned to you
- Rename "Audit content" tab to "My content"
- Item counter added in “My content” tab - the number of items assigned to you and not yet audited is shown in the “My content tab”
- Rename "Assign content" tab to "All content"
- Rearrange filters on the "My content" page
- Filter content by "Topic" - there is now a topic filter that can be used to find content based on topic areas
- Filter audit reports by "Audit status" - export a csv based on audit status of the content
- "Select all" checkbox for content allocation - there is now a select all checkbox in the “all content” tab
- Show content allocations on the "All content" page - there is now a column that shows who each bit of content is assigned to
- Display the count of content items displayed on a page, and across all pages - on the All content page there is now an item count at the top and bottom of the list.
- Move audit allocation information to the top of the audit page - assignee information is now shown at the top of the audit page
- Add start audit button to the “My content” tab - on the “my content” tab there is a ‘start audit’ button that begins auditing the first item in the list
release_313
User facing PRs
Non-user facing PRs
- Refactor audit content item page object #411
- Refactor audit report feature tests #406
- Add missing test coverage for audit domain objects #408
- Removes automatic definition of associations #407
- Refactor filtering feature tests into declarative style #398
- Refactor default parameters for the Audit tool #405
- Document the developers workflow #404
- Add controller action to guidance controller #401
- Updates to rake task to upload to heroku #397
- Switch from FactoryGirl to FactoryBot #399
release_301
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.
release_294
- Look up Users' organisation titles from Content Items #377
- This fixes the bug where we see
Hm Revenues Custom
- This fixes the bug where we see
- Move position of 'Search' field in Audit Tool #383
- Unhide the organisations filter in the Audit content tab #381
- Reorder questions #375
- Swapping the "remove" and "duplicate" questions.
- Show 100 items per page #376