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(editor): Filter by current org #615

Merged
merged 3 commits into from
Sep 14, 2023
Merged

feat(editor): Filter by current org #615

merged 3 commits into from
Sep 14, 2023

Conversation

Angi-Kinas
Copy link
Collaborator

@Angi-Kinas Angi-Kinas commented Sep 11, 2023

With this PR, we will be able to filter the records by the current organisation of the authenticated user.
Additionally the highlighting of the active menu item is re-implemented here.

Right now the table is empty, because the organisation name is empty:
image

@github-actions
Copy link
Contributor

github-actions bot commented Sep 11, 2023

Affected libs: ``,
Affected apps: metadata-editor,

  • 🚀 Build and deploy storybook and demo on GitHub Pages
  • 📦 Build and push affected docker images

@coveralls
Copy link

coveralls commented Sep 11, 2023

Coverage Status

coverage: 90.09% (-0.7%) from 90.777% when pulling 4169baa on ME-records-from-org into 6b95354 on main.

Copy link
Collaborator

@cmoinier cmoinier left a comment

Choose a reason for hiding this comment

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

Thanks for this work! LGTM overall, but I think that since it's hard to demo without an organization for the users we have in hand, it needs a UT to test the new function 🙂

@@ -39,7 +41,7 @@
<a
class="menu-item"
routerLink="/records/my-library"
routerLinkActive
routerLinkActive="btn-active"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Very good idea, navigation looks clearer now 👍

{
provide: SearchService,
useClass: searchServiceMock,
},
Copy link
Collaborator

@cmoinier cmoinier Sep 14, 2023

Choose a reason for hiding this comment

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

I think we need a test for the new functionnality!

Copy link
Collaborator

@cmoinier cmoinier left a comment

Choose a reason for hiding this comment

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

Great work, thanks! 🙂

@Angi-Kinas Angi-Kinas merged commit 97158bd into main Sep 14, 2023
5 checks passed
@Angi-Kinas Angi-Kinas deleted the ME-records-from-org branch September 14, 2023 13:12
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.

3 participants