Create a new tab called "Participants"
in there make a list to show all participants
Start by:
creating a folder in /app/client/views called participants
copy the view and controller from /app/client/views/admin/users and modify it.
remember to give the page an id and class="page" just like the other pages (see for instance /app/client/views/dashboard/dashboard.html)
right now we only want to show the users, columns:
name, email, school
[this feature is depending on issue #9 ]
Create a new tab called "Participants" in there make a list to show all participants
Start by:
creating a folder in /app/client/views called participants copy the view and controller from /app/client/views/admin/users and modify it. remember to give the page an
id
andclass="page"
just like the other pages (see for instance /app/client/views/dashboard/dashboard.html)right now we only want to show the users, columns: name, email, school