1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component/project/Project
Thomas Heartman ab4c1e0193
feat: add feature naming pattern tracking (#4678)
This PR adds plausible metrics for feature naming patterns. The changes
are tracked whenever the form is submitted and the naming pattern has
changed. We track three different actions:
- added :: if there was no pattern before and now there is one
- removed :: if there was a pattern before and now there is none
- changed :: if there was a pattern before and now there is a different
one

The corresponding event type has been created in plausible.
2023-09-14 09:32:15 +02:00
..
CreateProject 1-1319: add feature naming pattern descriptions (#4612) 2023-09-06 08:13:28 +00:00
DeleteProject fix: delete project dialog cancel redirect (#4184) 2023-07-07 15:04:21 +01:00
EditProject 1-1319: add feature naming pattern descriptions (#4612) 2023-09-06 08:13:28 +00:00
hooks 1-1319: add feature naming pattern descriptions (#4612) 2023-09-06 08:13:28 +00:00
Import fix: fix broken ImportOptions.tsx (#3657) 2023-05-02 10:17:05 +03:00
ProjectDoraMetrics chore: dora cleanup (#4676) 2023-09-13 15:50:42 +02:00
ProjectFeaturesArchive
ProjectFeatureToggles feat: persistent search queries (#4624) 2023-09-06 15:46:10 +02:00
ProjectForm feat: add feature naming pattern tracking (#4678) 2023-09-14 09:32:15 +02:00
ProjectHealth feat: Last seen per environment health (#4539) 2023-08-21 15:12:50 +03:00
ProjectInfo Fix/strategy UI improvements (#3766) 2023-05-16 11:15:59 +00:00
ProjectLog
ProjectSettings feat: hide project settings for OSS (#4662) 2023-09-12 09:39:55 +03:00
ProjectStats
LazyProject.tsx
LazyProjectExport.tsx
Project.styles.ts
Project.tsx chore: dora cleanup (#4676) 2023-09-13 15:50:42 +02:00
ProjectOverview.tsx refactor: misc cleanups (#4022) 2023-06-21 15:08:52 +01:00