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 custom entity feature #14

Open
wants to merge 4 commits into
base: release
Choose a base branch
from
Open

Add custom entity feature #14

wants to merge 4 commits into from

Conversation

Lynn-Bing
Copy link

Summary

Implement custom entity management UI with add/delete functionality

Description

This PR introduces a new user interface for managing custom entities. It includes the ability to add and delete entities, along with the necessary backend integration to ensure these operations are synchronized with the server.

Changes

  • Frontend:
    • Create a new UI component for displaying custom entities
    • Implement forms for adding new entities
    • Implement deletion functionality with confirmation dialogs
    • Add success and error notifications for add/delete operations
  • Backend Integration:
    • Add API endpoints for creating and deleting entities
    • Integrate frontend with backend API for add/delete operations
    • Ensure real-time updates to the entity list after add/delete actions

UI Screenshots

Add Entity Form

image
image

Entity List with Delete Option

image

@Lynn-Bing Lynn-Bing requested a review from Jimco December 19, 2024 05:50
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.

1 participant