Companion to: MVP-782–789 follow-up · MVP-790 & 791 follow-up · original Algo Signal Upgrades gist Date: 2026-06-15 Question audited: "Confirm this also applies to MVP-740." Verdict: 🟢 MVP-740 is satisfied, and superseded, by the current implementation. The swipe/follow mechanics shipped under 784/787/788/790/791 are the v2 evolution of exactly this v1 feature. No new backend code required.
Companion to: MVP-782–789 follow-up · original Algo Signal Upgrades gist
Date: 2026-06-15 (updated — MeSH floor implemented)
Method: audited each ticket's acceptance criteria against sh-backend develop. Tests + the 4a floor fix added this pass.
Follows up on: Algo Signal Upgrades gist
Date: 2026-06-15
Method: direct audit of sh-backend develop against each ticket's acceptance criteria (file:line references below)
MVP-782 · MVP-783 · MVP-784 · MVP-785 · MVP-786 · MVP-787 · MVP-788 · MVP-789 — Algo Signal Upgrades
Source: Confluence: Algo / FE / BE upgrades needed 4/18/2026
Date: 2026-04-26
Status: Implementation in progress
| Question | Decision |
|---|---|
tag_unfollow weight |
−1.5 (softer than +2.0 follow — accidental unfollows shouldn't nuke affinity) — expressed as constant TAG_UNFOLLOW_DELTA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class GPSDecoder: | |
| def __init__(self, i2c=None): | |
| if i2c is None: | |
| from machine import I2C | |
| i2c = I2C(0, mode=I2C.MASTER, pins=('G9', 'G8')) | |
| self.i2c = i2c | |
| self.buf = "" | |
| self.clear() | |
| def clear(self): | |
| self.fixStatus = self.lat = self.lng = self.utcTime = None |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version='1.0' encoding='UTF-8'?> | |
| <kml xmlns='http://www.opengis.net/kml/2.2'> | |
| <Document> | |
| <name>Roteiro Cowparade</name> | |
| <Placemark> | |
| <name>01 - Chitinha Cow</name> | |
| <description><![CDATA[<img src="https://lh4.googleusercontent.com/proxy/A9T_ZLuZ7NVzkBWhoblPi-1tD6C00CCem-xnoX03K_QADmGMQ1Z-PSRoUFTsBWa-7WPWOeXDdXbEkG7NG0LVXwZra-Y" height="200" width="auto" /><br><br>Artista: ALEX GARCIA<br>Patrocínio: Extrafarma]]></description> | |
| <styleUrl>#icon-503-DB4436</styleUrl> | |
| <ExtendedData> | |
| <Data name='gx_media_links'> |
NewerOlder