|
List Info
Thread: Customizations advice (message count and user searching)
|
|
| Customizations advice (message count
and user searching) |

|
2007-01-29 16:44:09 |
I have deployed a roundup installation at a branch in Texas
3 weeks
ago and I am getting feedback from the users.
There are now two things that they want to have changed and
I don't
know how to do it....
1. In the Show All page they want a column that displays the
total
number of messages on each issue. In the default version
there is a
column showing the last activity, normally when someone
added a
message to the issue, but no total number. It would be handy
they say
and I fear that it might need some Python programming, which
I am
incapable of...
Advice, hints etc are welcome.
2. When adding users to the nosy list they complain about
the two-step
procedure of first clicking the "list" link, which
brings up a search
page, and then clicking the "Search" button to
actually list the
users.
They do not feel a need for searching among the 7 users
total....
Is there no way to do one of two things:
A) Skip the search page totally and just show the result
with all
users listed.
B) Make the search system sense the number of actual account
and show
the full list whenever the total is below a certain
(configurable)
count like 10.
I know the search makes sense when there are lots of user
accounts,
but when there are just a few then a list that is shown
directly makes
more sense to us.
Thanks,
Bo Berglund
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Roundup-users mailing list
Roundup-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/roundup-u
sers
|
|
| Re: Customizations advice (message
count and user searching) |

|
2007-01-30 04:01:31 |
Bo Berglund <bo.berglund telia.com> writes:
> 1. In the Show All page they want a column that
displays the total
> number of messages on each issue. In the default
version there is a
> column showing the last activity, normally when someone
added a
> message to the issue, but no total number. It would be
handy they say
> and I fear that it might need some Python programming,
which I am
> incapable of...
> Advice, hints etc are welcome.
I see two ways;
1) The messages property should be available in the
iteration object
you use to list the issues. I think it will contain a
list of
message id's, which means you should be able to do a
'python:len(object.messages)' to find out.
2) Add a Number property on the issue class and update it
from an
auditor each time the messages property is updated. This
is the
approach used for the actor property, IIRC.
> 2. When adding users to the nosy list they complain
about the two-step
> procedure of first clicking the "list" link,
which brings up a search
> page, and then clicking the "Search" button
to actually list the
> users.
> They do not feel a need for searching among the 7 users
total....
> Is there no way to do one of two things:
> A) Skip the search page totally and just show the
result with all
> users listed.
> B) Make the search system sense the number of actual
account and show
> the full list whenever the total is below a certain
(configurable)
> count like 10.
C) Replace the nosy list with a multi-line selectbox?
Cheers,
EF
--
Erik Forsberg OpenSource-based Thin Client
Technology
Systems Analyst/Developer Phone: +46-13-21 46 00
Cendio AB Web: http://www.cendio.com
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Roundup-users mailing list
Roundup-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/roundup-u
sers
|
|
| Re: Customizations advice (message
count and user searching) |

|
2007-01-30 09:52:37 |
Erik Forsberg wrote:
>> A) Skip the search page totally and just show the
result with all
>> users listed.
This is easy; delete the two template files user.help.html
and
user.help-search.html.
(I have done this for our internal tracker too).
I hope this helps.
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Roundup-users mailing list
Roundup-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/roundup-u
sers
|
|
| Re: Customizations advice (message
count and user searching) |

|
2007-01-30 15:07:06 |
On Tue, 30 Jan 2007 15:52:37 +0000, Toby Dickenson
<tdickenson geminidataloggers.com> wrote:
>Erik Forsberg wrote:
>
>>> A) Skip the search page totally and just show
the result with all
>>> users listed.
>
>This is easy; delete the two template files
user.help.html and
>user.help-search.html.
>
>(I have done this for our internal tracker too).
>
Would that not result in some kind of error message like
missing page
or such???
Bo Berglund
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Roundup-users mailing list
Roundup-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/roundup-u
sers
|
|
| Re: Customizations advice (message
count and user searching) |

|
2007-01-30 16:07:02 |
On Tue, 30 Jan 2007 15:52:37 +0000, Toby Dickenson
<tdickenson geminidataloggers.com> wrote:
>Erik Forsberg wrote:
>
>>> A) Skip the search page totally and just show
the result with all
>>> users listed.
>
>This is easy; delete the two template files
user.help.html and
>user.help-search.html.
>
>(I have done this for our internal tracker too).
>
>I hope this helps.
It sure did!
I connected up to the server and moved these files away from
the
tracker html dir and now my wanted userlist is back!
Thanks!
Bo Berglund
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Roundup-users mailing list
Roundup-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/roundup-u
sers
|
|
| Re: Customizations advice (message
count and user searching) |

|
2007-01-30 17:32:11 |
On 30/01/2007, at 9:01 PM, Erik Forsberg wrote:
> Bo Berglund <bo.berglund telia.com> writes:
>> 1. In the Show All page they want a column that
displays the total
>> number of messages on each issue. In the default
version there is a
>> column showing the last activity, normally when
someone added a
>> message to the issue, but no total number. It would
be handy they say
>> and I fear that it might need some Python
programming, which I am
>> incapable of...
>> Advice, hints etc are welcome.
>
> I see two ways;
>
> 1) The messages property should be available in the
iteration object
> you use to list the issues. I think it will contain
a list of
> message id's, which means you should be able to do
a
> 'python:len(object.messages)' to find out.
This is definitely the recommended approach.
> 2) Add a Number property on the issue class and update
it from an
> auditor each time the messages property is updated.
This is the
> approach used for the actor property, IIRC.
This is yucky and involves redundant information
I'm not sure what you mean when referring to the actor
property?
Richard
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Roundup-users mailing list
Roundup-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/roundup-u
sers
|
|
| Re: Customizations advice (message
count and user searching) |

|
2007-01-31 03:08:54 |
Richard Jones <richard commonground.com.au>
writes:
>> auditor each time the messages property is
updated. This is the
>> approach used for the actor property, IIRC.
>
> This is yucky and involves redundant information
Indeed.
> I'm not sure what you mean when referring to the actor
property?
Neither am I . Sorry,
temporary confusion.
EF
--
Erik Forsberg OpenSource-based Thin Client
Technology
Systems Analyst/Developer Phone: +46-13-21 46 00
Cendio AB Web: http://www.cendio.com
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Roundup-users mailing list
Roundup-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/roundup-u
sers
|
|
[1-7]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|