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

[UI] Taxonomy terms index, create, edit and delete pages #126

Closed
NuwanJ opened this issue Sep 15, 2024 · 0 comments · Fixed by #177
Closed

[UI] Taxonomy terms index, create, edit and delete pages #126

NuwanJ opened this issue Sep 15, 2024 · 0 comments · Fixed by #177
Assignees

Comments

@NuwanJ
Copy link
Member

NuwanJ commented Sep 15, 2024

Start after #125

UI, Routes and LiveWire Components

  • /taxonomy/:taxonomy/terms/: List taxonomy terms under parent taxonomy
  • Create a route file with breadcrumb
  • Livewire row
    • Columns: code, name, created_by, updated_by
    • Buttons:
      • Edit
      • Delete
  • UI Similar to a standard index page
  • No need for filters
  • No pagination
  • No hierarchical organization (for now, this will be covered in a separate ticket)

UI Only

  • /taxonomy/:taxonomy/terms/create

  • /taxonomy/:taxonomy/terms/edit/:taxonomy_term

    • It is better to create components for each property data type for easy reuse
    • Metadata fields must be rendered based on the taxonomy's properties
    • Edit and Delete pages should like the following:

Image

@NuwanJ NuwanJ changed the title [UI] Taxonomy terms page with popup based meta update [UI] Taxonomy terms page with 2 steps Sep 18, 2024
@NuwanJ NuwanJ changed the title [UI] Taxonomy terms page with 2 steps [UI] Taxonomy terms index, create, edit and delete pages Sep 21, 2024
@kusaljayawardhana kusaljayawardhana self-assigned this Oct 12, 2024
@NuwanJ NuwanJ linked a pull request Oct 15, 2024 that will close this issue
@NuwanJ NuwanJ closed this as completed Oct 15, 2024
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 a pull request may close this issue.

4 participants