-
Notifications
You must be signed in to change notification settings - Fork 0
Place Graph MVP — foundation + live data #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kenjf65AI
wants to merge
129
commits into
main
Choose a base branch
from
feature/place-graph-scaffold
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
- New page: src/pages/OperationsDashboard.tsx per HANDOFF specs - SVG district map with patrol/incident markers and legend - Live service request feed with filters and expandable details - Performance metrics bar (teams, open requests, response time, activity) - Ask Plexi integration bar at bottom - Added route /operations and sidebar link
- Top metrics (billed, collected, outstanding) with progress bar - Search, filter (All/Paid/Pending/Overdue), sortable columns - 25‑row demo table with realistic Golden Triangle BID data - Row click opens payment history detail modal - Assessment Calculator modal (.18/sq ft) with type selection - Added /assessments route and sidebar item
…idated (Droid-assisted)
…ace via zustand store and app-level overlay (Droid-assisted)
… independent scroll; wire View Full Report to open workspace (Droid-assisted)
…draggable SourceMaterialsList; integrate in left panel (Droid-assisted)
…/Paragraph), bold/italic/strike toggle, add-on-enter; integrate into workspace center (Droid-assisted)
…nd-kit, delete block control, and per-project localStorage persistence (Droid-assisted)
…e citation markers and References panel; persisted per project (Droid-assisted)
…rences; Share/Export buttons in workspace; print styles (Droid-assisted)
…rt' opens overlay (Droid-assisted)
…, shared .card, btn-*; lucide icons; consistent borders) (Droid-assisted)
…s (approx. of provided image) (Droid-assisted)
…dient (matches new asset) (Droid-assisted)
…orkspace overlay and panels (Droid-assisted)
Create a theme-agnostic UI component library for sharing across PlexifyAEC, PlexifyBID, and PlexifyBIZ products. Components: - ReportEditorWorkspace: Main 3-column workspace layout - AudioBriefingCard: Expandable audio player with chapters - VideoSummaryCard: Video player with thumbnail preview - SourceMaterialsList: Drag-and-drop sortable materials list - BlockEditor: TipTap-based rich text editor - EditorToolbar: Formatting toolbar for the editor - RegenerateWithAIButton: AI regeneration with instructions - AIAssistantPanel: Chat interface for AI research assistant - AIMessageBubble: Message display with suggested actions Features: - Theme prop system for product-specific branding (AEC/BID/BIZ) - Terminology configs for product-specific labels - Zustand store for workspace state management - PDF export with html2canvas and jsPDF - PowerPoint export with pptxgenjs - Pre-defined themes for all 3 products - Full TypeScript support with declaration files Tech Stack: - React 19 with JSX runtime - TypeScript 5.3 - Vite 5 for library bundling - TipTap for rich text editing - dnd-kit for drag and drop - Zustand for state management
…agnostics there\n\n- Add tsconfig.typecheck.json with isolated, non-inherited options\n- Add // @ts-nocheck to scoped files only (App, ExecutiveFeed, theme, demo pages)\n- Keep full build green; this check is for PR scope only
…ce prop (isOpen) for proper rendering
…ace prop\n\n- Tailwind content includes plexify-shared-ui dist files\n- App passes isOpen prop from shared workspace store
…e builtin ('https') dep-scan error
…e from plexify-shared-ui (Droid-assisted)
…ove after verification)
…screen isOpen indicator (debug)
…ayer, downgrade zustand to v4; align dnd-kit)
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Generate a short demo script and clamp dialogue text so ElevenLabs Text-to-Dialogue doesn't reject >5k character requests.
Split dialogue into <=5k character chunks and stitch MP3 buffers so longer scripts don't hit ElevenLabs max_character_limit_exceeded.
- Add backend /api/export/docx middleware + docx generator - Add Export DOCX button to editor toolbar - Export includes Board Brief + editor notes Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
…dio, Podcast, DOCX Export
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
done with Droid
move into folder
- Add pastel green editor workspace background - Add NotebookBD branded sidebar header - Add DemoAssetsPanel (slides/video/infographic/graph/podcast) with modal previews - Remove extra knowledge-graph.jpeg Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Podcast for demo
- Change NotebookBD header to light lavender (#c2cdff) - Remove Visual Site Summary card - Rename section to "Generated Project Artifacts" - Reposition artifacts above Source Materials - Add Data Table card - Update Presentation Deck to open PDF viewer Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
…m/Plexify-AI/plexifybid into feature/notebookbd-ui-polish-demo
- Install Plyr for audio/video playback - Replace podcast audio element with Plyr audio player (speed controls) - Replace YouTube iframe with Plyr YouTube provider - Increase modal sizing and widen PDF viewer - Style Plyr with PlexifyBID purple accent (#7C3AED) Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Ensure the Plyr podcast modal always shows a usable audio player by keeping native controls as a fallback when Plyr initialization fails. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
…Integrations page - Add "+" button (upper right) to create new projects\n- Add New Project modal with 5 fields (name, description, goals, location, timeline)\n- Update top project card to "Golden Triangle DC BID" with BID content\n- Fix garbled character encoding on project cards\n- Add Integrations menu item to sidebar\n- Add Integrations page with 6 logo cards (SharePoint, Power Automate, Power BI, Slack, Business Central, TrackTik)\n- Preserve all existing functionality\n\nCo-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Prevent the Home new-project modal CSS from overriding global .btn-primary/.btn-secondary styles used elsewhere in the app.\n\nCo-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
improvement
…m/Plexify-AI/plexifybid into feature/notebookbd-ui-polish-demo
Prevent Procore credentials file from being tracked in future commits. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Establishes safety rules, architecture overview, and communication guidelines for Claude Code development workflow. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
feat: add /api/health endpoint
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…ling fix(ui): refine add project button styling
- Add src/features/ecosystem/ module - Create PlaceGraph.tsx skeleton with layer toggles and role selector - Define TypeScript interfaces aligned to Supabase schema - Add placeholder hooks for data fetching - Configure environment variable types Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add Supabase client at src/lib/supabase.ts - Implement data fetching hooks for BIDs, OZ tracts, places - Render Mapbox GL map with three styled layers - Wire layer toggle controls - Add /ecosystem route in App.tsx Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Place Graph MVP — the ecosystem map showing BID boundaries, OZ tracts, and development projects.
Day 1 (Scaffold) ✅
Day 2 (Live Data) 🔄 In Progress
Testing
Bloom-Maslow Stage
Stage 1-2: Remove "where is my data?" friction → Enable "I see my ecosystem"
PR Created (now)
↓
Day 2 commits push to same branch
↓
PR auto-updates
↓
Day 2 verification passes
↓
Merge PR