google-code-export / marinemap

Automatically exported from code.google.com/p/marinemap
Other
1 stars 2 forks source link

Allow access to Ecotrust Impact Analysis #356

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Make Ecotrust Impact Analysis available to "everyone". 

Anyone should be able to view reports for any MPA or Array they have
access to. So even unauthenticated users could see reports for public
proposals. There still has to be some logic so that a given user can't
see reports for another user's MPA/Array unless that user shared it
with them.

Original issue reported on code.google.com by sfletche@gmail.com on 13 Apr 2010 at 11:12

GoogleCodeExporter commented 9 years ago
Impact Analysis is now available to everyone.
If a user can view an mpa/array, then they can run the impact analysis on that 
mpa/array.
Basic logic is as follows:

if user is not logged in:
  they can only view analysis for features that are:
    public
if the user is logged in:
  they can only view analysis for features that are:
    public
    owned by the user
    shared with the user

Original comment by sfletche@gmail.com on 16 Apr 2010 at 12:45