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

[backend/frontend] Improve performance for entity types menu #3993

Merged
merged 3 commits into from
Aug 8, 2023

Conversation

RomuDeuxfois
Copy link
Member

Proposed changes

  • Batch statuses
  • Batch entity settings

Related issues

Comparison

Previous
image

Now
image

@RomuDeuxfois RomuDeuxfois added the filigran team use to identify PR from the Filigran team label Aug 7, 2023
@RomuDeuxfois RomuDeuxfois marked this pull request as draft August 7, 2023 12:13
@RomuDeuxfois RomuDeuxfois marked this pull request as ready for review August 7, 2023 12:24
const queryDefaultSubTypesFn = async () => {
const sortByLabel = R.sortBy(R.toLower);
const types = schemaTypesDefinition.get(ABSTRACT_STIX_DOMAIN_OBJECT).filter((n) => n.includes(search ?? ''));
const finalResult = R.pipe(
Copy link
Member

Choose a reason for hiding this comment

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

remove ramda?

@Archidoit
Copy link
Member

Behavior tested and is OK 👍

@RomuDeuxfois RomuDeuxfois merged commit 19de868 into master Aug 8, 2023
6 checks passed
@RomuDeuxfois RomuDeuxfois deleted the issue/3896 branch August 8, 2023 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filigran team use to identify PR from the Filigran team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sometime, the customization tab under settings takes a long time to appear
2 participants