docs: Add release notes v1.14.0 - Audit improvements
New features: - GBP audit: Educational section explaining Google Business Profile - GBP audit: Direct link to Google Maps business listing - GBP audit: Full audit with Places API for 40 companies - Clickable audit banners linking to detail pages - Inline audit sections on company profile Improvements: - Unified 5-level color scale for all audits - Social Media score as percentage - URL normalization for company websites Fixes: - ZOPK stakeholder duplicates removed - Unique constraint to prevent future duplicates - SEO score consistency between views Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
df9ac2a1e5
commit
f28ea804d2
23
app.py
23
app.py
@ -7600,6 +7600,29 @@ def api_it_audit_export():
|
||||
def release_notes():
|
||||
"""Historia zmian platformy."""
|
||||
releases = [
|
||||
{
|
||||
'version': 'v1.14.0',
|
||||
'date': '12 stycznia 2026',
|
||||
'badges': ['new', 'improve', 'fix'],
|
||||
'new': [
|
||||
'Audyt GBP: Sekcja edukacyjna "Jak dziala wizytowka Google?" z trzema kartami',
|
||||
'Audyt GBP: Przycisk "Zobacz wizytowke Google" prowadzacy do profilu w Maps',
|
||||
'Audyt GBP: Pelny audyt z Google Places API dla 40 firm (pierwsza polowa katalogu)',
|
||||
'Audyty: Klikalne banery wynikow prowadza do szczegolowych stron audytu',
|
||||
'Audyty: Sekcje audytow inline na profilu firmy (SEO, GBP, Social Media, IT)',
|
||||
],
|
||||
'improve': [
|
||||
'Ujednolicona 5-poziomowa skala kolorow dla wszystkich audytow',
|
||||
'Social Media: Wynik jako procent (np. 16%) zamiast liczby platform',
|
||||
'Normalizacja URL stron WWW firm (usuniecie duplikatow)',
|
||||
'Spojnosc kolorow miedzy profilem firmy a szczegolami audytu',
|
||||
],
|
||||
'fix': [
|
||||
'ZOPK: Usuniecie duplikatow interesariuszy i naprawa polskich znakow',
|
||||
'ZOPK: Unique constraint na nazwe interesariusza (zapobiega duplikatom)',
|
||||
'SEO: Spojnosc wynikow miedzy profilem firmy a szczegolami audytu',
|
||||
],
|
||||
},
|
||||
{
|
||||
'version': 'v1.13.0',
|
||||
'date': '11 stycznia 2026',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user