fix: stars badge shows "13 stars" (number first), SoundInbox not open source

- Badge text order: number before "stars"
- SoundInbox: removed gitRepoUrl, removed "open-source" from descriptions
- SoundInbox is a native app, not an open-source project
This commit is contained in:
juanatsap
2026-05-04 14:08:22 +01:00
parent 7322c1a158
commit 96ca60babe
3 changed files with 5 additions and 7 deletions
+2 -3
View File
@@ -630,7 +630,6 @@
"projectName": "SoundInbox",
"projectDesc": "Native macOS Email Sound Alerts",
"url": "https://drolosoft.com/soundinbox.html?lang=en",
"gitRepoUrl": "https://github.com/drolosoft/soundinbox",
"projectLogo": "soundinbox.png",
"location": "Online",
"startDate": "2026",
@@ -642,13 +641,13 @@
"AVFoundation",
"macOS Native"
],
"shortDescription": "Open-source native macOS menu bar app that turns important emails into unmistakable sounds. Formula-based email detection with curated alert sounds, custom rule engine, and zero dependencies.",
"shortDescription": "Native macOS menu bar app that turns important emails into unmistakable sounds. Formula-based email detection with curated alert sounds, custom rule engine, and zero dependencies.",
"responsibilities": [
"Built native macOS menu bar application in Swift 6 with SwiftUI and AppKit",
"Implemented formula-based email detection engine with AND/OR logic and regex matching",
"Created 10 pre-built detection formulas (payments, sales, urgent, shipping, security)",
"Designed match history timeline with statistics and 15 curated alert sounds",
"Published as open-source with 137 tests across 11 test suites"
"Comprehensive test suite with 137 tests across 11 test suites"
],
"projectID": "soundinbox"
},