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 218 commits into
base: release
Choose a base branch
from
Open

Add custom entity feature #14

wants to merge 218 commits into from

Conversation

Lynn-Bing
Copy link
Contributor

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

Jimco and others added 30 commits December 5, 2024 10:36
…R reviews (code standards and field validation)
feat: add/edit dialog UI interaction & import dialog
Jimco and others added 30 commits January 2, 2025 11:42
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.

5 participants