Organization page, organization curie editor, user pwd change #130
Merged
Organization page, organization curie editor, user pwd change #130
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR implements organization page functionality, organization curie editor integration, and user password change features. The changes include significant updates to proxy configurations, new API service endpoints, and UI components for organization management.
- Disables Mock Service Worker (MSW) to use real API endpoints instead of mock data
- Adds new proxy routes in Vite config and nginx for organization-related endpoints (ontologies, curies, contributions)
- Implements organization curie editor with proper data handling and navigation
- Adds password change functionality to user account settings with proper validation and error handling
Reviewed Changes
Copilot reviewed 19 out of 20 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| vite.config.js | Adds new proxy routes for ontologies, curies, and contributions endpoints |
| src/main.jsx | Disables MSW to use real API endpoints |
| src/hooks/useTermData.js | New hook for optimized term data fetching with caching |
| src/helpers/useOrganizations.ts | Updates organization data processing to replace "owner" with actual groupname |
| src/config.js | Adds new API endpoint configurations for password change and organization endpoints |
| src/components/ | Multiple UI components updated for organization functionality and password change |
| src/api/endpoints/ | Updates API service endpoints and URL configurations |
| nginx/default.conf | Adds new proxy configurations for organization endpoints |
Comments suppressed due to low confidence (1)
src/api/endpoints/index.ts:1
- The constant BASE_GROUP is defined but never used in this file. It should be removed to eliminate dead code.
import { Organizations, Variants, Versions, User, Organization, Terms, Ontologies, Discussions, AddToDiscussion200, AddToTermDiscussion200 } from '../../model/backend';
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or 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
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.
No description provided.