[PR #265] [MERGED] feat: new stats #22405

Closed
opened 2026-02-21 20:18:53 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/265
Author: @takatost
Created: 5/30/2023
Status: Merged
Merged: 5/30/2023
Merged by: @takatost

Base: mainHead: feat/new-stats


📝 Commits (4)

  • 8d8d57f fix: stats warnings
  • 0a1fe4c feat: add new stats
  • 89369bc fix: feedback rate
  • ce41fac feat: revert to original UserSatisfactionRateStatistic query

📊 Changes

3 files changed (+225 additions, -13 deletions)

View changed files

📝 api/controllers/console/app/statistic.py (+216 -12)
📝 api/controllers/web/wraps.py (+1 -1)
📝 api/models/model.py (+8 -0)

📄 Description

No description provided


🔄 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/langgenius/dify/pull/265 **Author:** [@takatost](https://github.com/takatost) **Created:** 5/30/2023 **Status:** ✅ Merged **Merged:** 5/30/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `feat/new-stats` --- ### 📝 Commits (4) - [`8d8d57f`](https://github.com/langgenius/dify/commit/8d8d57f75495b48bd7c1d69a4044b63cbcbb1a1f) fix: stats warnings - [`0a1fe4c`](https://github.com/langgenius/dify/commit/0a1fe4cee088814174576e1921d8bebd82b7d2fc) feat: add new stats - [`89369bc`](https://github.com/langgenius/dify/commit/89369bcae66f9c43b1dae971090548ae757ed1ed) fix: feedback rate - [`ce41fac`](https://github.com/langgenius/dify/commit/ce41facb2213f41f145a896d7e3a121e044f54bc) feat: revert to original UserSatisfactionRateStatistic query ### 📊 Changes **3 files changed** (+225 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `api/controllers/console/app/statistic.py` (+216 -12) 📝 `api/controllers/web/wraps.py` (+1 -1) 📝 `api/models/model.py` (+8 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:18:53 -05:00
yindo closed this issue 2026-02-21 20:18:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22405