tiy-durham-q3-rails / freeshelf

A network for sharing free programming books.
MIT License
3 stars 13 forks source link

We need an admin interface to manage the site #8

Open cndreisbach opened 10 years ago

cndreisbach commented 10 years ago

We need to install and set up ActiveAdmin. We should have a dashboard that shows the latest books added and the most used tags, at a minimum.

cndreisbach commented 10 years ago

It would also be great if we could merge two books that were the same through the admin interface.

andrewhooge commented 10 years ago

Need to add method in application controller and session helper to limit active admin to authorized users Need to add an AdminUser to manage admins

andrewhooge commented 10 years ago

This is completed to minimum spec.

Warnings:

Challenges:

Needs