learningequality / learningequality/studio
Hotfixes - Users - QA notes for "Add Kolibri-usage filters and CSV export to admin Users page"
Open
@akolson is already working on this.
Since Jul 28, 2026.
bug
TODO: needs decisions
- Dominant language
- Python
- Stars
- 191
- Forks
- 307
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 10
Description
❌ This issue is not open for contribution. Visit Contributing guidelines to learn about the contributing process and how to find suitable issues.
Observed behavior
Noticed the following potential issues while testing https://github.com/learningequality/studio/pull/5922 at Hotfixes:
- After requesting additional storage with several of my test users (both admin and regular users) I am not seeing the requested storage value in the "Storage needed" column. I'm seeing values in that column for older users though.
- It's not immediately clear what is the purpose of the
Has Studio editsfilter. I can see that it returns results if I have simply created a channel (without having added or edited anything yet) but also it still returns results if I have deleted all of the channels, so it seems that instead of filtering the users based on whether they have actually edited a channel it filters them based on whether they have created a channel at some point of time? In any case I would recommend renaming it to indicate clearly what that filter stands for. - On widescreen monitors the
Has Studio editsfilter goes too much to the right, should always be positioned close toHas published a channel
- In general whenever there are multiple filters it's nice to have a 'Clear filters' option
Expected behavior
As discussed with @marcellamaki
- Streamline UX between old and new users
- Rename
Has Studio editstoHas Studio activity - Move
Has Studio edits(nowHas Studio activity) closer toHas published a channel - Add a clear filter button at the end of the
Has published a channelandHas Studio edits(nowHas Studio activity) checkboxes appearing i aligned in the same row.
Steps to reproduce the issue
- Sign in to Studio at Hotfixes as an admin and go to the Users table
- Interact with the 'Download CSV' option
Usage Details
- Studio Hotfixes
- OS: Windows 11
- Browser: Chrome, Firefox
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.