Raport Analizy SWOT
Wygenerowano: {new Date().toLocaleString(‘pl-PL’)}
{/* Strengths */}
{/* Weaknesses */}
{/* Opportunities */}
{/* Threats */}
Mocne Strony
{categorized.STRENGTH.length === 0 ?
))
}
Brak wpisów.
: categorized.STRENGTH.map(p => (
Siła: {p.x}/10 | Wpływ: {p.y}/10
{p.description}
Słabe Strony
{categorized.WEAKNESS.length === 0 ?
))
}
Brak wpisów.
: categorized.WEAKNESS.map(p => (
Nasilenie: {p.x}/10 | Ryzyko: {p.y}/10
{p.description}
Szanse
{categorized.OPPORTUNITY.length === 0 ?
))
}
Brak wpisów.
: categorized.OPPORTUNITY.map(p => (
Potencjał: {p.x}/10 | Prawd.: {p.y}/10
{p.description}
Zagrożenia
{categorized.THREAT.length === 0 ?
))
}
Brak wpisów.
: categorized.THREAT.map(p => (
Nasilenie: {p.x}/10 | Wpływ: {p.y}/10
{p.description}