unt-libraries / django-nomination

A Django application for nominating URLs by project.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Inaccessible views. #65

Closed somexpert closed 8 years ago

somexpert commented 8 years ago

Currently, there are several views which a normal user would be completely unaware of because we have no link to them anywhere in the UI. These views include two JSON views and two project feeds.

@vphill, do you want links to some or all of those placed in the navigation bars, or do you want those views deleted?

vphill commented 8 years ago

I think having the two feeds as little feed icons on the main project page and then probably on the about page too would be a good thing. We should probably add them to the HTML as elements as well.

The Json views I'm not sure about. I'm not sure what they return without digging into things.

somexpert commented 8 years ago

So we're going to add links to the feeds in two of the project views, and comment the JSON views so we know what they're doing.