Skip to content

Add Tags field to user management#221

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/add-user-tags-feature
Draft

Add Tags field to user management#221
Copilot wants to merge 2 commits intomainfrom
copilot/add-user-tags-feature

Conversation

Copy link

Copilot AI commented Feb 22, 2026

Adds a free-text Tags field to users, stored as a user claim (consistent with First_name, Last_name, Emp_no).

Backend (MiniAuthIdentityEndpoints.cs)

  • getUsers: includes Tags claim value in response
  • saveUser: persists Tags in the "Tags" user claim

Frontend (UsersView.vue + built assets)

  • New Tags column in the users table with inline editable input
  • Tags field added to the edit modal

i18n (i18n.ts + index-wa5Wqz5d.js)

Tags translated in all 8 supported locales: en, zh_cn, zh_hant, es, ko, ja, ru, fr.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • registry.npmmirror.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/_temp/ghcca-node/node/bin/npm install (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>User tags</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: shps951023 <12729184+shps951023@users.noreply.github.com>
Copilot AI changed the title [WIP] Add user tags feature Add Tags field to user management Feb 22, 2026
Copilot AI requested a review from shps951023 February 22, 2026 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

User tags

2 participants