mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #64364
[Bug 1952540] Re: Issues with 'Current submissions' and 'Archived submissions'
** Description changed:
There are a couple of issues with the submission reporting screens in
Admin menu -> Groups -> Current / Archived submissions
1. On the tab 'Current submissions', the column header 'Submitted on'
can be clicked but the table is not actually sorted according to the
date.
To replicate:
1. Submit a few portfolios at different times or manipulate the database to get different dates.
2. Sort the column 'Submitted on'.
Results:
- Expected: The results are sorted in ascending or descending order.
- Actual: Nothing happens.
2. On the tab 'Current submissions', the CSV file contains the column
'archivectime' but that is empty because the submission hasn't been
archived yet. Instead, it should display the submitted time in a human-
readable time format like we use in the 'Account details' report for
example so that the column can be sorted in the CSV file.
3. On the tab 'Current submissions', the CSV file should not contain the
columns 'filetitle', 'filepath', and 'filename' because they are
irrelevant for this report.
4. On the tab 'Archived submissions', the CSV file contains the column
'archivectime' that contains data. It is the Unix timestamp though that
is hard to read. Instead, it should display the timestamp in a human-
readable yet also sortable fashion like in the 'Account details' report
for the 'login date' when exported as CSV.
+ 5. On both tabs, the username is not linked to the
+ /admin/users/edit.php?id= page. That's a regression to 21.04 as the
+ 'Archived submissions' did have the link going there. The 'Current
+ submissions' didn't exist at that time though.
Combining the two menu items into one is taken care of in bug #1949421.
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1952540
Title:
Issues with 'Current submissions' and 'Archived submissions'
Status in Mahara:
Confirmed
Status in Mahara 21.10 series:
Confirmed
Status in Mahara 22.04 series:
Confirmed
Bug description:
There are a couple of issues with the submission reporting screens in
Admin menu -> Groups -> Current / Archived submissions
1. On the tab 'Current submissions', the column header 'Submitted on'
can be clicked but the table is not actually sorted according to the
date.
To replicate:
1. Submit a few portfolios at different times or manipulate the database to get different dates.
2. Sort the column 'Submitted on'.
Results:
- Expected: The results are sorted in ascending or descending order.
- Actual: Nothing happens.
2. On the tab 'Current submissions', the CSV file contains the column
'archivectime' but that is empty because the submission hasn't been
archived yet. Instead, it should display the submitted time in a
human-readable time format like we use in the 'Account details' report
for example so that the column can be sorted in the CSV file.
3. On the tab 'Current submissions', the CSV file should not contain
the columns 'filetitle', 'filepath', and 'filename' because they are
irrelevant for this report.
4. On the tab 'Archived submissions', the CSV file contains the column
'archivectime' that contains data. It is the Unix timestamp though
that is hard to read. Instead, it should display the timestamp in a
human-readable yet also sortable fashion like in the 'Account details'
report for the 'login date' when exported as CSV.
5. On both tabs, the username is not linked to the
/admin/users/edit.php?id= page. That's a regression to 21.04 as the
'Archived submissions' did have the link going there. The 'Current
submissions' didn't exist at that time though.
Combining the two menu items into one is taken care of in bug
#1949421.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1952540/+subscriptions
References