-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[#58345] Primerize Relations tab #16989
Draft
aaron-contreras
wants to merge
29
commits into
dev
Choose a base branch
from
implementation/58345-re-design-relations-tab-according-to-figma-mockups
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[#58345] Primerize Relations tab #16989
aaron-contreras
wants to merge
29
commits into
dev
from
implementation/58345-re-design-relations-tab-according-to-figma-mockups
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aaron-contreras
force-pushed
the
implementation/58345-re-design-relations-tab-according-to-figma-mockups
branch
2 times, most recently
from
October 18, 2024 22:26
ca640c9
to
fa664f8
Compare
aaron-contreras
force-pushed
the
implementation/58345-re-design-relations-tab-according-to-figma-mockups
branch
from
October 22, 2024 14:18
fa664f8
to
b480a1e
Compare
aaron-contreras
force-pushed
the
implementation/58345-re-design-relations-tab-according-to-figma-mockups
branch
from
October 23, 2024 17:37
a36a4ae
to
a22b05d
Compare
aaron-contreras
force-pushed
the
implementation/58345-re-design-relations-tab-according-to-figma-mockups
branch
from
October 24, 2024 18:45
a22b05d
to
c01ab0b
Compare
aaron-contreras
force-pushed
the
implementation/58345-re-design-relations-tab-according-to-figma-mockups
branch
from
October 25, 2024 17:54
c01ab0b
to
a0efe87
Compare
aaron-contreras
force-pushed
the
implementation/58345-re-design-relations-tab-according-to-figma-mockups
branch
from
October 28, 2024 13:16
a0efe87
to
05ad841
Compare
aaron-contreras
force-pushed
the
implementation/58345-re-design-relations-tab-according-to-figma-mockups
branch
from
October 29, 2024 16:02
05ad841
to
97bd373
Compare
aaron-contreras
force-pushed
the
implementation/58345-re-design-relations-tab-according-to-figma-mockups
branch
from
October 30, 2024 12:29
97bd373
to
c8a435b
Compare
aaron-contreras
force-pushed
the
implementation/58345-re-design-relations-tab-according-to-figma-mockups
branch
from
October 30, 2024 13:41
c8a435b
to
512a6a9
Compare
aaron-contreras
force-pushed
the
implementation/58345-re-design-relations-tab-according-to-figma-mockups
branch
from
October 30, 2024 14:37
512a6a9
to
f481947
Compare
aaron-contreras
force-pushed
the
implementation/58345-re-design-relations-tab-according-to-figma-mockups
branch
from
October 30, 2024 14:42
f481947
to
4717fe2
Compare
aaron-contreras
force-pushed
the
implementation/58345-re-design-relations-tab-according-to-figma-mockups
branch
from
October 31, 2024 16:45
4717fe2
to
16fd894
Compare
* Render a modal with hotwire * Set permissions * Build form modal component * Render toggles to trigger form field visibilities * Add feature specs * Handle controller and service to take in the added description if provided.
* Create `new` controller action and tests to render modal with form. * Render new relation form with tests. * Plug in create service and form fields required for creating a relation with tests. * Make description settable with tests.
We want agnostically of the source of the request to trigger updates on the Angular portions of the page.
aaron-contreras
force-pushed
the
implementation/58345-re-design-relations-tab-according-to-figma-mockups
branch
from
November 13, 2024 12:18
afcce7f
to
a10d97d
Compare
ActionMenu button would flow off the screen as the flex basis was not appropriate
@psatyal Pull preview ready for a first once-over! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ticket
https://community.openproject.org/work_packages/58345
What are you trying to accomplish?
Primerize the Relations tab according to Figma mockups
Note: This is an implementation chunk of https://community.openproject.org/projects/stream-planning-and-reporting/work_packages/22360
What approach did you choose and why?
Followed the patterns established when primerizing the Activity tab and the Meetings tab
Missing specs to fix
rspec ./modules/boards/spec/features/board_navigation_spec.rb:158 # Work Package boards spec navigates to the details view and reloads (see #49678)
rspec ./modules/boards/spec/features/board_navigation_spec.rb:127 # Work Package boards spec navigates from boards to the WP details view then go to full view then go back (see #33747)
Merge checklist