mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #58892
[Bug 1881677] A change has been merged
Reviewed: https://reviews.mahara.org/11005
Committed: https://git.mahara.org/mahara/mahara/commit/63f24ff2fa84e49a2dba5a0dd96d1c36809ed387
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: master
commit 63f24ff2fa84e49a2dba5a0dd96d1c36809ed387
Author: Cecilia Vela Gurovic <ceciliavg@xxxxxxxxxxxxxxx>
Date: Thu Jun 4 16:56:41 2020 +1200
Bug 1881677: Suggest group name if already taken
If we're going to add just a character at the end
of the name, it sould be enough with only one
suggestion instead of three
behatnotneeded
Change-Id: I60e37e228b2e4ae3dbda29d5fd063a648a91cae4
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1881677
Title:
Give 3 options if new group name not unique
Status in Mahara:
Fix Committed
Bug description:
As a member of a Mahara site
I want assistance when the name I have chosen for my new group is not unique
So that I can quickly choose one that is meaningful.
Preconditions:
Person1 has a group named 'MyGroup'.
Steps:
1. Person2 has logged in and navigated to 'Main menu' > 'Engage' > 'Groups'
2. Person2 selects 'Create group'
3. Person2 enters the value 'MyGroup' in the field 'Group name'
4. Person2 selects to 'Save group'
Actual result: (see attached screen shot) the error message 'A group
by this name already exists.' is displayed underneath the field.
Discussion (Tue 27 May 2020):
Question: If I am a student in an organisation/site that has 10,000+ other students. How am I going to know what I can meaningfully name my group? It could take ages trying things until I find one ?
Response: This scenario is no different to signing up to a site with lots of users and trying to supply a username.
We could add some code to give suggestions based on what they tried. If group name is already taken give 3 options in the error message returned.
Alternatively, we could append a number to the clean URL of the group,
e.g. instead of https://.../mygroup it'll be https://.../mygroup-1
etc. if others already exist.
Not everyone may want to change their group name significantly to make
it very unique, esp. if the URL could handle that. When people search
for groups, they'll always see who created it or is the admin and then
choose the correct group.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1881677/+subscriptions
References