Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: entrypoint drafts in UI #569

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

feat: entrypoint drafts in UI #569

wants to merge 4 commits into from

Conversation

henrychoy
Copy link
Collaborator

This PR implements drafts for entrypoints. To test, try to create/edit/delete a resource/new-draft/resource-draft, and verify these scenarios don't conflict with eachother.

  • Create/edit/delete normal entrypoint

  • Create new draft (click add, Save Draft button is on bottom left corner)

  • Edit/delete new draft (click new drafts tab, then follow usual workflow)

  • Create draft from resource (click hasDraft button, form will be populated with resource values)

  • Edit/delete draft from resource (select row, edit/delete buttons are now dropdowns that allow you to pick the resource or the resource draft)

Note: the queues/plugins may not display correctly because the backend sometimes returns them as an array of objects, and other times an array of ids. Will need to discuss if this should be fixed in the backend or frontend.

@henrychoy henrychoy changed the title Entrypoint drafts in UI feat: entrypoint drafts in UI Jul 29, 2024
@henrychoy henrychoy self-assigned this Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant