jdicdican / knowlaravel

Laravel project for experiments (The Blog/Article Project)
0 stars 0 forks source link

Admin Module #4

Open jdicdican opened 6 years ago

jdicdican commented 6 years ago

Screens should only be accessible by admin user (authors should see Unauthorized)

  1. Admin dashboard (url: /dashboard)
    • merely shows link to Authors list screen
  2. Authors list screen (url: /authors) with CRUD functionality
    • Create author link
    • shows records of authors created (display: ID, Name (firstname & lastname), edit & delete buttons)
    • when record is click should proceed to View author screen (same with edit but on Edit author screen)
    • when delete button is clicked, should confirm if you want to delete, then delete the author after)