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

Add Manage Index Section V.04 #535

Open
wants to merge 15 commits into
base: vnext
Choose a base branch
from

Conversation

EhsanRezaei1981
Copy link

This pull request introduces the implementation of the "Manage Index" section in mongo-modeler. The feature allows users to create, view, and manage indexes for collections, improving database performance and usability.

Changes Made

Added functionality to create new indexes with options such as unique, sparse, and partialFilterExpression.
Implemented a feature to list existing indexes for a collection.

How to Test
Navigate to the "Manage Index" section.
Test creating a new index with the following configurations: Name, Unique, Sparse, Partial filter expressions
Verify the list of existing indexes is displayed correctly.

Notes
The duplicate names check will be checking in the entire schema.
Save schema functionality will save the new indexes defined.
Export to mongo script will generate the index creation script.

Please review and share feedback!

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.

2 participants