mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 13:21:46 +00:00
Fix range notation for app version filtering
This commit is contained in:
@@ -69,7 +69,7 @@ There are **no database rows for notice definitions**. The registry is code-only
|
|||||||
├── reads user_notice_dismissals
|
├── reads user_notice_dismissals
|
||||||
├── filters SYSTEM_NOTICES:
|
├── filters SYSTEM_NOTICES:
|
||||||
│ – not dismissed
|
│ – not dismissed
|
||||||
│ – within [minVersion, maxVersion] range for the running app version
|
│ – within [minVersion, maxVersion) range for the running app version
|
||||||
│ – all conditions pass (AND logic)
|
│ – all conditions pass (AND logic)
|
||||||
├── sorts by priority → severity → publishedAt (desc)
|
├── sorts by priority → severity → publishedAt (desc)
|
||||||
└── strips server-only fields (conditions, publishedAt, minVersion, maxVersion, priority)
|
└── strips server-only fields (conditions, publishedAt, minVersion, maxVersion, priority)
|
||||||
|
|||||||
Reference in New Issue
Block a user