invainn / ARIA

CS 425 - CS 426 Project
0 stars 1 forks source link

[Feb. 22nd Demo] -- Admin Portal, Add New Components & Routes #143

Closed njirwin closed 5 years ago

njirwin commented 5 years ago

[ { id: 1, title: 'Create An Event', link: '/admin/create-an-event', }, { id: 2, title: 'Schedule An Event', link: '/admin/schedule-an-event', }, { id: 3, title: 'View/Modify An Event', link: '/admin/edit-an-event', }, { id: 4, title: 'Schedule Command Performance', link: '/admin/schedule-command-performance', }, { id: 5, title: 'View/Modify Command Performance', link: '/admin/edit-command-performance', }, { id: 6, title: 'Add A Teacher', link: '/admin/add-a-teacher', }, { id: 7, title: 'Generate Documents', link: '/admin/generate-documents', }, { id: 8, title: 'Print Documents', link: '/admin/print-documents', }, { id: 9, title: 'Upload Documents', link: '/admin/upload-documents', }, { id: 10, title: 'Upload Music', link: '/admin/upload-music', }, { id: 11, title: 'Events', link: '/admin/events', }, { id: 12, title: 'Teachers', link: '/admin/teachers', }, { id: 13, title: 'Students', link: '/admin/students', }, { id: 14, title: 'Schedule', link: '/admin/schedule', }, { id: 15, title: 'Command Performance Schedule', link: '/admin/command-performance-schedule', }, { id: 16, title: 'View/Modify The Events Calendar', link: '/admin/edit-events-calendar', }, { id: 17, title: 'View/Modify The FAQ Page', link: '/admin/edit-faq', }, { id: 18, title: 'View/Modify The About Us Page', link: '/admin/edit-about-us', }, { id: 19, title: 'Create/Send A Notification', link: '/admin/notifications', }, { id: 20, title: 'View/Modify The NNMTA News Page', link: '/admin/news', }, ] title = component name, drawer tab name, header name (in the portal's page) link = the link for the route ignore ID

ALSO remember dashboard order by ID

  1. Dashboard
  2. Create An Event
  3. ....
njirwin commented 5 years ago

This issue has been addressed sufficiently for the demo. It will need further updating once additional admin-portal components get updated.