differentreality / supplies_tracker

Django project for tracking home and office supplies
GNU General Public License v3.0
5 stars 10 forks source link

Anonymous user navigation #51

Closed differentreality closed 6 years ago

differentreality commented 6 years ago

So far an anonymous user (guest) can only see storages#show and access the relevant button to reduce an item in the storage.

Anonymous users cannot navigate on their own to this page, someone with proper access needs to get it for them.

Perhaps we can expand the visible pages of the anonymous user to all the index pages, and have an if statement so as not to show the action buttons that are not relevant to a guest (eg edit/delete)

angeanto commented 6 years ago

Yes for sure . Do you want to take this ? I'll have to fight with the homepage in parallel with networks ^_^

differentreality commented 6 years ago

Not really, but hopefully I will feel more productive on Tuesday!

angeanto commented 6 years ago

Fixed in #53