Feature #20850
closedNotification that workbench 1 is deprecated
Related issues
Updated by Peter Amstutz about 1 year ago
- Target version changed from Development 2023-08-30 to Development 2023-09-13 sprint
Updated by Peter Amstutz about 1 year ago
- Assigned To changed from Brett Smith to Peter Amstutz
Updated by Peter Amstutz about 1 year ago
- Status changed from New to In Progress
Updated by Peter Amstutz about 1 year ago
20850-wb1-deprecated @ ee9d2efeaefb43fa77bdc567ddff0a46d3453a74
[X] Addressed all the points in the story specified, or can explains what changed
[X] Code is tested and passing, both automated and manual
[X] Documentation has been updated.
[n/a] Considered scaling issues, eg when happens when there are 10x - 10000000x more items than tested
[n/a] Considered backwards and forwards compatibility issues between client and server
[n/a] Considered GUI style guidelines
Add a box to the top of every workbench 1 page that tells the user to go to workbench 2. Sends the user to the same URL path as workbench 1 and relies on the wb1->wb2 redirects that were implemented in #20688
Updated by Brett Smith about 1 year ago
Peter Amstutz wrote in #note-10:
20850-wb1-deprecated @ ee9d2efeaefb43fa77bdc567ddff0a46d3453a74
All low priority, in order of importance:
- "workbench" should be capitalized both times it appears in the deprecation notice box text.
- In both the blocks added to
apps/workbench/app/views/layouts/body.html.erb
, the indentation is inconsistent. There's both mixed tabs/spaces, and blocks out of alignment even when it's spaces-only.
- I think the
wb2_url
block could be simplified down towb2_url = URI::parse(Rails.configuration.Services.Workbench2.ExternalURL.to_s).merge(request.fullpath).to_s
Do what you want and then go ahead and merge, thanks.
Updated by Peter Amstutz about 1 year ago
- Target version changed from Development 2023-09-13 sprint to Development 2023-09-27 sprint
Updated by Brett Smith about 1 year ago
- Related to Idea #20932: Workbench 1 loose ends in the documentation to update for Workbench 2 added
Updated by Peter Amstutz about 1 year ago
- Status changed from In Progress to Resolved