[PR #260] [MERGED] Add UUID and creation date to the frontend #650

Closed
opened 2026-02-27 08:18:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/260
Author: @ivanizag
Created: 7/15/2022
Status: Merged
Merged: 7/21/2022
Merged by: @nitnelave

Base: mainHead: main


📝 Commits (4)

  • 25647ea Display the creation date for groups
  • 1886201 Display the UUID on the user and group details
  • 5de9c2e Proper format
  • 3d17e86 Test creationDate and uuid on the graphQL API

📊 Changes

8 files changed (+88 additions, -3 deletions)

View changed files

📝 app/queries/get_group_details.graphql (+2 -0)
📝 app/queries/get_group_list.graphql (+1 -0)
📝 app/queries/get_user_details.graphql (+1 -0)
📝 app/src/components/group_details.rs (+40 -1)
📝 app/src/components/group_table.rs (+5 -1)
📝 app/src/components/user_details_form.rs (+10 -0)
📝 schema.graphql (+3 -0)
📝 server/src/infra/graphql/query.rs (+26 -1)

📄 Description

These changes implement #211.

  • UUID is added to the details view of users and groups.
  • creation date is added as a column to the list of groups and to the groups detail view.

To do this I have added read only fields to the group details view using the same format that the user detail view has.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/260 **Author:** [@ivanizag](https://github.com/ivanizag) **Created:** 7/15/2022 **Status:** ✅ Merged **Merged:** 7/21/2022 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`25647ea`](https://github.com/lldap/lldap/commit/25647eadc07ea9ef971861099cb1c2c3340e537c) Display the creation date for groups - [`1886201`](https://github.com/lldap/lldap/commit/18862010cc0b38621b6a7cf65d8445e6c9a251e2) Display the UUID on the user and group details - [`5de9c2e`](https://github.com/lldap/lldap/commit/5de9c2e8d7d6e9e65efd7b0ce04039176df25802) Proper format - [`3d17e86`](https://github.com/lldap/lldap/commit/3d17e863c795494dee6784c3817dc0d812bd9b58) Test creationDate and uuid on the graphQL API ### 📊 Changes **8 files changed** (+88 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/queries/get_group_details.graphql` (+2 -0) 📝 `app/queries/get_group_list.graphql` (+1 -0) 📝 `app/queries/get_user_details.graphql` (+1 -0) 📝 `app/src/components/group_details.rs` (+40 -1) 📝 `app/src/components/group_table.rs` (+5 -1) 📝 `app/src/components/user_details_form.rs` (+10 -0) 📝 `schema.graphql` (+3 -0) 📝 `server/src/infra/graphql/query.rs` (+26 -1) </details> ### 📄 Description These changes implement #211. - UUID is added to the details view of users and groups. - creation date is added as a column to the list of groups and to the groups detail view. To do this I have added read only fields to the group details view using the same format that the user detail view has. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:18:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#650
No description provided.