Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Add FIXME clause to the Capability.
Browse files Browse the repository at this point in the history
  • Loading branch information
andorp committed Jul 4, 2016
1 parent 4881672 commit 5918ef8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Access.hs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ import qualified Frontend.Path as P
-- there is no hiearchy between them.
-- The view of an idea is default and controlled by access control.
-- FIXME: clarify relationship of 'CanEditTopic' with 'CanMoveBetweenLocations' (in the types?)
-- FIXME: The CanDelegate and CanDelegateTo* introduces a hiearchy, whenever
-- the CanDelegateTo is present the CanDelegate should be included, but some
-- cases it gives extra rights to the user. It breaks the assumption we have.
-- FIXME: CanDelegateToClass, CanDelegateToSchool are in use of decide on
-- topic and idea delegations as the topic and idea. The two users have to be
-- in the same idea space to be able to delegate for topic and idea.
data Capability
-- Idea
= CanView
Expand Down

0 comments on commit 5918ef8

Please sign in to comment.