Shaun A. Noordin
Shaun A. Noordin
## Code Cleanup Affects: Project Builder -> Workflow Editor The workflow editor has a bunch of exceptions for Transcription Tasks (e.g. adding a TT adds Steps), and we really need...
## Data Export-related Decision Required As of PR #5906, the Project Builder (Lab) adds the `workflow.configuration.classifier_version = '2.0'` tag to a workflow IF/WHEN the project owner adds a **Transcription Task**...
## Project Builder: Functionality Bug Affects: Project Builder -> Workflow Editor Confirmed on: 39d62576d532e4b7a8bca02831879cf6940c5ddf 25 Nov 2021 When we add a Transcription Task to a Workflow, that Workflow receives the...
## "Front-End-Monorepo Migration" Decision Required Back in March (#5919), Sarah modified the Project Builder's "Test this workflow" button to take people previewing Transcription Task workflows to https://fe-project.zooniverse.org/ (because Transcription Tasks...
## UI Bug Originally reported in https://www.zooniverse.org/talk/17/2132332 Text Task's `` dynamically calculates its `"rows"` attribute so that the height of the _text box_ always matches the height of the _text...
## PR Overview Fixes #7168 Preview: https://pr-7184.pfe-preview.zooniverse.org/lab/1966/workflows/3834?env=staging This PR updates the Survey Task in the Project Builder, changing some text and options under the "thumbnails" section. Of note, we no...
## PR Overview Towards #7185 This PR fixes an issue where the Slider subtask is always available for Drawing Tasks('s Drawing Tools). - Old behaviour: when choosing to add a...
## Bug Affects: Project Builder, both PFE Lab and FEM Lab. When adding Subtasks to a Drawing Task('s Drawing Tool), the "Slider" subtask is _always_ available. This shouldn't be the...
## Incorrect Tests Noted as of 4062f39 A number of our tests may be returning incorrect results, due to the use of `.findBy...` selectors. Example: [FinishedAnnouncementConnector.spec.js](https://github.com/zooniverse/front-end-monorepo/blob/4062f39/packages/app-project/src/components/Announcements/components/FinishedAnnouncement/FinishedAnnouncementConnector.spec.js) ``` it('should show a...
## PR Overview Package: app-project Fixes #6370 This PR fixes the Finished Announcement banner's "See Results" link. - Prior to this fix, the "See Results" link failed to add a...