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 index, create, edit and delete pages #125

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

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

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

Comments

@NuwanJ
Copy link
Member

NuwanJ commented Sep 15, 2024

Note: To be created after #122

  • Base URL: /taxonomy/
  • Create a route file with breadcrumb
  • Livewire row
    • Columns: code, name, created_by, updated_by
    • Buttons:
      • View > /taxonomy/:id/view/ (icon: fa-eye)
      • Manage > /taxonomy/:id/terms/ (icon: fa-list),
      • Edit
      • Delete
  • Follow the standard CRUD views (blade files)
    • keeping blank pages for creating, and editing
    • Use the standard page to delete
  • Search by code, name
  • No need for filters
  • Pagination: 10, 25, 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 a pull request may close this issue.

3 participants