Longer list of My Views in http://www.mydomain/view/

Bug #748521 reported by Dirk Meyer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mahara
Fix Released
Low
François Marier

Bug Description

As our users built more views, navigating them can be a challenge. Tagging is great but many users don't use it yet. To help with navigation I made a change. In /view/index.php, on line 41 I modified $limit = param_integer('limit', 5); to $limit = param_integer('limit', 50); This seems to help find views significantly. I am wondering if this could be worked into any future releases? Even 25 would be great.

I realize that there is a complete list of views on the dash board but that one is not alphabetical and I am finding users look for views in 'My Portfolio' first and get frustrated because they 'can't find anything'. Thanks

Tags: bite-sized
Revision history for this message
François Marier (fmarier) wrote :

Hi Dirk,

In Mahara 1.4, that has moved to the views_by_owner() function in lib/view.php

It defaults to 10, but I guess we could increase it to 25 if nobody has a good reason not to.

Cheers,
Francois

Changed in mahara:
importance: Undecided → Low
tags: added: bite-sized
Changed in mahara:
milestone: none → 1.4.0
status: New → Triaged
status: Triaged → Confirmed
Changed in mahara:
assignee: nobody → François Marier (fmarier)
Revision history for this message
Richard Mansfield (richard-mansfield) wrote :

I can't think of any reason not to increase it. In 1.4 finding your own views will get a bit easier anyway, because there's a search box at the top of view/index.php.

Revision history for this message
Dirk Meyer (dirkca68) wrote : Re: [Bug 748521] Re: Longer list of My Views in http://www.mydomain/view/

I suppose the load time might get a little longer but perhaps that's negligible. 50 might be high so 25 would be great. Thanks for considering.

----- Reply message -----
From: "Richard Mansfield" <email address hidden>
To: <email address hidden>
Subject: [Bug 748521] Re: Longer list of My Views in http://www.mydomain/view/
Date: Sun, Apr 3, 2011 3:47 pm

I can't think of any reason not to increase it. In 1.4 finding your own
views will get a bit easier anyway, because there's a search box at the
top of view/index.php.

--
You received this bug notification because you are a direct subscriber
of the bug.
https://bugs.launchpad.net/bugs/748521

Title:
  Longer list of My Views in http://www.mydomain/view/

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  As our users built more views, navigating them can be a challenge.
  Tagging is great but many users don't use it yet. To help with
  navigation I made a change. In /view/index.php, on line 41 I modified
  $limit = param_integer('limit', 5); to $limit = param_integer('limit',
  50); This seems to help find views significantly. I am wondering if
  this could be worked into any future releases? Even 25 would be great.

  I realize that there is a complete list of views on the dash board but
  that one is not alphabetical and I am finding users look for views in
  'My Portfolio' first and get frustrated because they 'can't find
  anything'. Thanks

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/mahara/+bug/748521/+subscribe

Changed in mahara:
status: Confirmed → Fix Committed
Changed in mahara:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.