Go to file
Maciej Pienczyn f87a3700c5 auto-claude: subtask-4-3 - Add form sections 7-9
Added form sections:
- Section 7 (Monitoring): monitoring solution dropdown, Zabbix/PBS toggles,
  monitoring targets chip-select, alerting methods chip-select, log retention
- Section 8 (Business Apps): ERP, CRM, ticket system, document system dropdowns,
  other business apps and integration methods chip-selects
- Section 9 (Collaboration): 6 collaboration flags checkboxes with descriptions:
  - open_to_shared_licensing (M365 CSP)
  - open_to_backup_replication (Proxmox PBS)
  - open_to_teams_federation (Azure AD)
  - open_to_shared_monitoring (Zabbix)
  - open_to_collective_purchasing
  - open_to_knowledge_sharing

Updated JavaScript:
- Added new chip selections to chipSelections object
- Added conditional field mappings for new toggles
- Added initialization code for all new fields

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 08:53:59 +01:00
.claude docs: Fix incorrect SQLite references - DEV uses PostgreSQL via Docker 2026-01-09 03:40:50 +01:00
data Initial commit 2026-01-01 14:01:49 +01:00
database auto-claude: subtask-1-4 - Run migration for IT audit tables in DEV database 2026-01-09 08:23:40 +01:00
docs Add company logos, migration and docs 2026-01-06 22:31:17 +01:00
migrations Initial commit 2026-01-01 14:01:49 +01:00
reports Initial commit 2026-01-01 14:01:49 +01:00
scripts Fix YouTube detection overwriting valid matches 2026-01-09 05:36:06 +01:00
static Sync: Current production state 2026-01-08 12:26:22 +01:00
templates auto-claude: subtask-4-3 - Add form sections 7-9 2026-01-09 08:53:59 +01:00
tests docs: Fix incorrect SQLite references - DEV uses PostgreSQL via Docker 2026-01-09 03:40:50 +01:00
.auto-claude-status auto-claude: subtask-4-3 - Add form sections 7-9 2026-01-09 08:53:59 +01:00
.env.example auto-claude: subtask-1-2 - Document GOOGLE_PLACES_API_KEY in .env.example 2026-01-08 20:24:37 +01:00
.gitignore fix: Track CHANGELOG.md in git (was incorrectly ignored) 2026-01-09 06:44:14 +01:00
app.py fix(social-audit): Use SocialMediaAuditor for comprehensive audit 2026-01-09 05:12:25 +01:00
CHANGELOG.md fix: Track CHANGELOG.md in git (was incorrectly ignored) 2026-01-09 06:44:14 +01:00
CLAUDE.md chore: Project cleanup - remove Auto0Claude and obsolete docs 2026-01-09 06:41:03 +01:00
database.py auto-claude: subtask-1-3 - Add ITCollaborationMatch SQLAlchemy model to datab 2026-01-09 08:20:08 +01:00
deploy.sh Sync local repo with production state 2026-01-06 22:23:28 +01:00
deployment_checklist.md docs: Fix incorrect SQLite references - DEV uses PostgreSQL via Docker 2026-01-09 03:40:50 +01:00
docker-compose.yml Sync: Current production state 2026-01-08 12:26:22 +01:00
email_service.py Initial commit 2026-01-01 14:01:49 +01:00
gbp_audit_service.py feat(gbp-audit): Use Google data for all audit fields 2026-01-09 04:43:03 +01:00
gemini_service.py Initial commit 2026-01-01 14:01:49 +01:00
it_audit_service.py auto-claude: subtask-2-2 - Implement security scoring algorithm (50% weight) 2026-01-09 08:30:37 +01:00
krs_api_service.py Initial commit 2026-01-01 14:01:49 +01:00
nordabiz_chat.py Initial commit 2026-01-01 14:01:49 +01:00
README.md Initial commit 2026-01-01 14:01:49 +01:00
requirements.txt auto-claude: subtask-1-1 - Add googlemaps package to requirements.txt 2026-01-08 20:23:55 +01:00
run_ai_quality_tests.py Initial commit 2026-01-01 14:01:49 +01:00
run_migration.py auto-claude: subtask-6-1 - Add run_migration.py for production deployment 2026-01-08 23:21:19 +01:00
search_service.py Initial commit 2026-01-01 14:01:49 +01:00
social_media_found.json Initial commit 2026-01-01 14:01:49 +01:00
update_social_media.py Initial commit 2026-01-01 14:01:49 +01:00
verify_all_companies_data.py Initial commit 2026-01-01 14:01:49 +01:00
view_maturity_results.sh Initial commit 2026-01-01 14:01:49 +01:00

Norda Biznes Hub

Hub integracyjny dla członków Regionalnej Izby Przedsiębiorców Norda Biznes z Wejherowa i powiatu.

Opis projektu

Platforma ma na celu integrację lokalnego biznesu poprzez:

  • Networking - nawiązywanie kontaktów między przedsiębiorcami
  • Współpracę - znajdowanie partnerów do wspólnych przedsięwzięć
  • Wymianę doświadczeń - dzielenie się wiedzą i best practices
  • Zawieranie dealów - możliwość wspólnych projektów i transakcji

Obecne funkcjonalności

Wersja 1.0

  • Lista 80 firm członkowskich
  • Wyszukiwarka firm (nazwa, opis)
  • Filtrowanie po kategoriach:
    • IT & Technologie
    • Budowlane
    • Usługi
    • Produkcja
    • Handel
  • Responsywny design (mobile, tablet, desktop)
  • Nowoczesny interfejs użytkownika

Struktura projektu

nordabiz/
├── index.html      # Główna strona HTML
├── styles.css      # Stylowanie CSS
├── script.js       # Logika JavaScript + dane firm
└── README.md       # Dokumentacja

Uruchomienie

Projekt jest statyczną stroną HTML. Aby uruchomić:

  1. Otwórz plik index.html w przeglądarce
  2. Lub użyj lokalnego serwera:
    # Python 3
    python3 -m http.server 8000
    
    # Node.js
    npx http-server
    
  3. Odwiedź: http://localhost:8000

Planowane rozszerzenia

Faza 2 - Profile firm

  • Szczegółowe profile każdej firmy
  • Dane kontaktowe (email, telefon, adres)
  • Linki do stron WWW i social media
  • Galeria zdjęć
  • Oferta produktów/usług

Faza 3 - Networking

  • System wiadomości między firmami
  • Tablica ogłoszeń
  • Oferty współpracy
  • Wydarzenia i spotkania networkingowe

Faza 4 - Deals & Współpraca

  • Marketplace dla ofert B2B
  • System matchingu partnerów biznesowych
  • Wspólne projekty i konsorcja
  • Referencje i rekomendacje

Faza 5 - Zaawansowane funkcje

  • Panel administracyjny
  • Logowanie dla członków
  • Newsletter
  • Blog / Aktualności
  • Statystyki i analytics
  • Integracja z CRM

Technologie

  • Frontend: HTML5, CSS3, Vanilla JavaScript
  • Design: Responsive, Mobile-first
  • Hosting: Gotowe do wdrożenia na dowolnym serwerze WWW

Dane kontaktowe Norda Biznes

Rozwój

Projekt jest gotowy do rozbudowy. Kolejne fazy mogą obejmować:

  1. Backend (Node.js, Python, PHP)
  2. Baza danych (PostgreSQL, MongoDB)
  3. Autoryzacja i uwierzytelnianie
  4. API dla integracji z innymi systemami
  5. Aplikacja mobilna

Licencja

Projekt stworzony dla Norda Biznes - Regionalna Izba Przedsiębiorców