Skip to content

feat(main): add dedicated FeaturesOfInterest CRUD page and enable network navigation#24

Open
KinshukSS2 wants to merge 2 commits into
istSOS:mainfrom
KinshukSS2:feat/main-foi-crud-mvp
Open

feat(main): add dedicated FeaturesOfInterest CRUD page and enable network navigation#24
KinshukSS2 wants to merge 2 commits into
istSOS:mainfrom
KinshukSS2:feat/main-foi-crud-mvp

Conversation

@KinshukSS2
Copy link
Copy Markdown

Description

This PR adds a dedicated CRUD flow for FeaturesOfInterest on the main base and enables direct access from the Network view.

Changes Proposed

  • Added ui/app/features-of-interest/page.tsx with list/edit/delete UI.
  • Added ui/app/features-of-interest/FeatureOfInterestCRUDHandler.tsx for edit/delete operations.
  • Enabled the FeaturesOfInterest network card in ui/app/network/page.tsx.

Testing Performed

  • Verified /features-of-interest route loads and lists entities.
  • Verified create flow works via FeatureOfInterest creator.
  • Verified edit and delete operations refresh list state.
  • Verified network card now navigates to the route.

fixes #23

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.

Missing dedicated FeaturesOfInterest CRUD page

1 participant