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

Issue/composer v2 #5985

Closed
wants to merge 201 commits into from
Closed

Issue/composer v2 #5985

wants to merge 201 commits into from

Conversation

matborowczyk
Copy link
Collaborator

@matborowczyk matborowczyk commented Oct 15, 2024

Description

Pull request that merge all changes made to the instance composer to move away from old design and functionalities and make composer to follow form-like behaviour

Task that are still required for full redesign:

#5870 #5986 #5987 #5988 #5989 #5990 #5991

Screen.Recording.2024-10-16.at.12.39.47.mov

closes #5868

Self Check:

Strike through any lines that are not applicable (~~line~~) then check the box

  • Attached issue to pull request
  • Changelog entry
  • Code is clear and sufficiently documented
  • Sufficient test cases (reproduces the bug/tests the requested feature)
  • Correct, in line with design
  • End user documentation is included or an issue is created for end-user documentation (add ref to issue here: )

Copy link
Collaborator

@LukasStordeur LukasStordeur left a comment

Choose a reason for hiding this comment

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

Aside the two remaining comments, I think this is okay to go, considering the size of it, there are probably minor details that I missed, but nothing that should hold back the pull request any longer.

instanceAsTable: ServiceEntityBlock,
presentedAttrs?: "candidate" | "active",
) {
presentedAttrs: "candidate" | "active",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Make ticket: there's a type for these already; it would be better to use the type using the Pick type.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

};
}

interface ComposerEntityOptions {
Copy link
Collaborator

Choose a reason for hiding this comment

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

docstrings

@matborowczyk matborowczyk added the merge-tool-ready This ticket is ready to be merged in label Oct 28, 2024
@inmantaci
Copy link
Contributor

Processing this pull request

@inmantaci inmantaci removed the merge-tool-ready This ticket is ready to be merged in label Oct 28, 2024
@inmantaci
Copy link
Contributor

Pull request rejected by merge tool. The tests for this branch did not succeed.

@matborowczyk matborowczyk added the merge-tool-ready This ticket is ready to be merged in label Oct 28, 2024
@inmantaci
Copy link
Contributor

Processing this pull request

@inmantaci
Copy link
Contributor

Merged into branches master in 7a154ab

@inmantaci inmantaci closed this Oct 28, 2024
inmantaci pushed a commit that referenced this pull request Oct 28, 2024
…ts general functionalities with regular form, and improve the user experience. This change includes: A right sidebar, to have better access to the form fields of different parts of the instance A left sidebar, from which we can drag and drop embedded entities and existing Inter-Service Relations from the inventory. Inter-Service Relations can only be edited when opened individualy in the Instance Composer. Zooming can now be done with a slider, and two new functionalities have been added. Zoom-to-fit and full-screen mode. (Issue #5868, PR #5985)

# Description

Pull request that merge all changes made to the instance composer to move away from old design and functionalities and make composer to follow form-like behaviour

Task that are still required for full redesign:

#5870 #5986 #5987 #5988 #5989  #5990 #5991

https://github.com/user-attachments/assets/12001341-4bb4-43dc-af3b-88c78993ebe4

closes #5868

# Self Check:

Strike through any lines that are not applicable (`~~line~~`) then check the box

- [ ] Attached issue to pull request
- [ ] Changelog entry
- [ ] Code is clear and sufficiently documented
- [ ] Sufficient test cases (reproduces the bug/tests the requested feature)
- [ ] Correct, in line with design
- [ ] End user documentation is included or an issue is created for end-user documentation (add ref to issue here: )
@inmantaci inmantaci deleted the issue/composer-v2 branch October 28, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-tool-ready This ticket is ready to be merged in
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Instance Composer] Create Details/Form sidebar
3 participants