Skip to content

Modernize redux: workflowSlice - #247

Merged
gregorydlogan merged 8 commits into
opencast:admin-ui-picardfrom
Arnei:to-redux-toolkit-workflow
Feb 22, 2024
Merged

Modernize redux: workflowSlice#247
gregorydlogan merged 8 commits into
opencast:admin-ui-picardfrom
Arnei:to-redux-toolkit-workflow

Conversation

@Arnei

@Arnei Arnei commented Dec 21, 2023

Copy link
Copy Markdown
Member

Helps with #213.

Switching to redux toolkit for getting workflows for the start workflow dropdowns.

Draft because it's not working yet. Know issues:

  • Workflow Configuration cannot be edited.
  • Console errors.

Turns out even more of the parameters for the addNotification
function in the notificationThunks are perfectly optional.
Fixes a "can't access lexical declaration 'X' before initialization" error,
by resolving a kind of circular dependency.
Switching to redux toolkit for getting workflows for the start workflow dropdowns.

Does not work yet.
- Workflow Configuration cannot be edited.
- Console errors.
@Arnei Arnei added the type:code-enhancement Internal improvements to the codebase label Dec 21, 2023
Apparently we don't need to pass the key all the way
down, React just handles that for us and complains
if it we try to do it ourselves.
Fixes an issue where the workflow configuration could
not be changed when trying to start a new task.
Also fixes some minor display issues.
@Arnei
Arnei marked this pull request as ready for review January 3, 2024 11:16
Also removed an instance where response data was typed
as state data.

@owi92 owi92 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Workflow tab and dropdown appear to be working. (See #242 (review) for more info on these approvals)

@github-actions

Copy link
Copy Markdown
Contributor

This pull request has conflicts ☹
Please resolve those so we can review the pull request.
Thanks.

@gregorydlogan
gregorydlogan merged commit 0280794 into opencast:admin-ui-picard Feb 22, 2024
@gregorydlogan gregorydlogan self-assigned this Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:code-enhancement Internal improvements to the codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants