Go to file
Maciej Pienczyn 23aefe1054 feat: Add admin bar with grouped dropdowns, clean user menu
- Add dark admin bar below main navigation (visible only for admins)
- Group admin functions into 3 dropdowns: Zarządzanie, Audyty, Analityka
- Remove admin links from user dropdown menu
- Keep user menu clean with only personal items

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 20:18:58 +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 auto-claude: subtask-7-2 - Test collaboration matching 2026-01-09 09:24:45 +01:00
static Sync: Current production state 2026-01-08 12:26:22 +01:00
templates feat: Add admin bar with grouped dropdowns, clean user menu 2026-01-09 20:18:58 +01:00
tests auto-claude: subtask-7-2 - Test collaboration matching 2026-01-09 09:24:45 +01:00
.auto-claude-status auto-claude: subtask-6-2 - Add /it-audit/form GET route for displaying the form 2026-01-09 09:09:00 +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 docs: Add AI user creation to release notes v1.9.0 2026-01-09 20:02:53 +01:00
CHANGELOG.md fix: Track CHANGELOG.md in git (was incorrectly ignored) 2026-01-09 06:44:14 +01:00
CLAUDE.md security: Fix critical vulnerabilities from security audit 2026-01-09 15:50:40 +01:00
database.py fix: Eager load Company relationship to fix DetachedInstanceError 2026-01-09 19:32:24 +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-7-3 - Handle edge cases for IT audit 2026-01-09 09:30:50 +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