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

[BE] Taxonomy terms create, edit and delete pages #140

Closed
NuwanJ opened this issue Sep 21, 2024 · 0 comments · Fixed by #179
Closed

[BE] Taxonomy terms create, edit and delete pages #140

NuwanJ opened this issue Sep 21, 2024 · 0 comments · Fixed by #179
Assignees

Comments

@NuwanJ
Copy link
Member

NuwanJ commented Sep 21, 2024

Start after #126

  • Base URL: /taxonomy/:taxonomy/terms/
  • Create a route file with breadcrumb
  • Livewire row
    • Columns: code, name, created_by, updated_by
    • Buttons:
      • 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