Edgewall Software

Changes between Initial Version and Version 1 of Ticket #4292, comment 7


Ignore:
Timestamp:
Jul 26, 2014, 5:44:15 AM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4292, comment 7

    initial v1  
    1 The //Roadmap// doesn't present any information that the user wouldn't already have access to with `MILESTONE_VIEW`. We could just use `MILESTONE_VIEW` to determine whether the //Roadmap// navigation item is preset. Fine-grain permission checks when listing the milestones in the `/roadmap` view could determine which milestones are displayed.
     1The //Roadmap// doesn't present any information that the user wouldn't already have access to with `MILESTONE_VIEW`. We could just use `MILESTONE_VIEW` to determine whether the //Roadmap// navigation item is present. Fine-grain permission checks when listing the milestones in the `/roadmap` view could determine which milestones are displayed.
    22
    33In #1233, I'm considering to propose that //Versions// also be listed on the //Roadmap//. In that case, we could want the //Roadmap// navigation item to be present when the user has either `MILESTONE_VIEW` or `VERSION_VIEW`, and to perform fine-grained permission checks on each resource before displaying it in the `/roadmap` view.