




The team ran a live crash test of the Holomovement app ahead of a planned core team demo, walking through the full new-user journey from sign-up through profile creation, directory browsing, and holon navigation. The session surfaced a range of blocking bugs and UX issues that need to be resolved before the app is shareable with the broader team. Michael Shaun Conaway drove screen sharing while Hera and James Redenbaugh flagged issues in real time. The consensus at the end of the call: the crash test failed, and the team will reconvene the following day to run it again once critical fixes are in (48:21).
James has been working on adjusting the globe's visual contrast — specifically trying to make country border lines lighter while keeping continent outlines more prominent (09:37). The challenge is a rendering quirk where national borders are drawn twice (once per country), making them appear heavier than intended. In the meantime, the current state was noted as worse than the previous version and needs to be reverted or refined before the demo.
Light mode was flagged as broadly non-functional — icons disappear, text loses contrast, and the globe treatment doesn't adapt well (25:24). The team agreed the cleanest short-term solution is to disable light mode entirely by hiding the toggle until it can be properly addressed (40:48). The priority is getting functionality solid before polishing theme variants.
[technology="Parametric Geometric Interfaces"]
Profile creation was tested with dummy accounts and revealed several blocking issues in the n8n [tag="n8n"] automation pipeline. The core problem: the automation that processes profile form data — generating seeking/offering tags, a cover image, tagline, and summary — was not completing reliably for either tester (20:08).
James explained the root cause: he built logic to allow users to revisit the profile creation form without overwriting existing data, but the conditional detection in the automation is cutting off mid-flow, preventing the latter stages from running (43:40). Additional issues included:
[technology="Communication Automations"]
[technology="Custom Membership System"]
The message button visible on holon pages prompted a UX discussion. The team aligned on the following logic (29:41):
James noted that group messaging isn't fully enabled yet and suggested disabling the button for now until it's ready. There was also a brief discussion about whether messaging an admin should go to one or all three administrators — left open pending group messaging implementation.
An additional wording issue was caught during holon creation: the phrase "actively collaborating" in the holon description may cause users in early ideation phases to feel they don't qualify. The word "actively" should be removed (33:53).
[technology="Collaboration Management Tools"]
The directory filter toggle between Individuals and Holons is currently behaving as a multi-select rather than tabs — selecting Holons shows both, rather than filtering exclusively (41:24). The team agreed to convert this to a tab-style interaction for clarity, especially useful during early onboarding when users are getting oriented.
The Holomovement Technology Holon was also not appearing in the directory, which surfaced a broader issue with holon visibility in the pipeline (42:42).
James walked through the tagging system he built — when a user creates a profile, the automation generates structured seeking/offering tags that will feed the matching algorithm (43:40). These tags may or may not be surfaced on the profile page visibly, but serve as matching signals internally.
[technology="Intelligent Matching Algorithms"]
[technology="Directory Systems"]
Michael Shaun was clear about the bar for the next day's demo: zero instances of processes locking up or halting (49:18). Some visual imperfections are acceptable, but anything that stops a user mid-flow needs to be resolved. Priority fixes identified:
Hera will compile all bugs from this session and cross-reference her existing testing checklist to surface anything else critical before tomorrow's call (49:58).
---
James Redenbaugh
Hera Rose
Michael Shaun Conaway
The team ran a live crash test of the Holomovement app ahead of a planned core team demo, walking through the full new-user journey from sign-up through profile creation, directory browsing, and holon navigation. The session surfaced a range of blocking bugs and UX issues that need to be resolved before the app is shareable with the broader team. Michael Shaun Conaway drove screen sharing while Hera and James Redenbaugh flagged issues in real time. The consensus at the end of the call: the crash test failed, and the team will reconvene the following day to run it again once critical fixes are in (48:21).
James has been working on adjusting the globe's visual contrast — specifically trying to make country border lines lighter while keeping continent outlines more prominent (09:37). The challenge is a rendering quirk where national borders are drawn twice (once per country), making them appear heavier than intended. In the meantime, the current state was noted as worse than the previous version and needs to be reverted or refined before the demo.
Light mode was flagged as broadly non-functional — icons disappear, text loses contrast, and the globe treatment doesn't adapt well (25:24). The team agreed the cleanest short-term solution is to disable light mode entirely by hiding the toggle until it can be properly addressed (40:48). The priority is getting functionality solid before polishing theme variants.
[technology="Parametric Geometric Interfaces"]
Profile creation was tested with dummy accounts and revealed several blocking issues in the n8n [tag="n8n"] automation pipeline. The core problem: the automation that processes profile form data — generating seeking/offering tags, a cover image, tagline, and summary — was not completing reliably for either tester (20:08).
James explained the root cause: he built logic to allow users to revisit the profile creation form without overwriting existing data, but the conditional detection in the automation is cutting off mid-flow, preventing the latter stages from running (43:40). Additional issues included:
[technology="Communication Automations"]
[technology="Custom Membership System"]
The message button visible on holon pages prompted a UX discussion. The team aligned on the following logic (29:41):
James noted that group messaging isn't fully enabled yet and suggested disabling the button for now until it's ready. There was also a brief discussion about whether messaging an admin should go to one or all three administrators — left open pending group messaging implementation.
An additional wording issue was caught during holon creation: the phrase "actively collaborating" in the holon description may cause users in early ideation phases to feel they don't qualify. The word "actively" should be removed (33:53).
[technology="Collaboration Management Tools"]
The directory filter toggle between Individuals and Holons is currently behaving as a multi-select rather than tabs — selecting Holons shows both, rather than filtering exclusively (41:24). The team agreed to convert this to a tab-style interaction for clarity, especially useful during early onboarding when users are getting oriented.
The Holomovement Technology Holon was also not appearing in the directory, which surfaced a broader issue with holon visibility in the pipeline (42:42).
James walked through the tagging system he built — when a user creates a profile, the automation generates structured seeking/offering tags that will feed the matching algorithm (43:40). These tags may or may not be surfaced on the profile page visibly, but serve as matching signals internally.
[technology="Intelligent Matching Algorithms"]
[technology="Directory Systems"]
Michael Shaun was clear about the bar for the next day's demo: zero instances of processes locking up or halting (49:18). Some visual imperfections are acceptable, but anything that stops a user mid-flow needs to be resolved. Priority fixes identified:
Hera will compile all bugs from this session and cross-reference her existing testing checklist to surface anything else critical before tomorrow's call (49:58).
---
James Redenbaugh
Hera Rose
Michael Shaun Conaway

Fix n8n automation conditional logic so profile data saves and generates correctly on submission
Automation pipeline that processes profile form data — generating seeking/offering tags, cover image, tagline, and summary — is not completing reliably. Core issue is conditional detection logic cutting off mid-flow, preventing latter stages from running. Discussed at 20:08 and 43:40.

Resolve LinkedIn field dependency blocking social link saves in the automation pipeline
Social links such as Instagram are not saving due to a LinkedIn field dependency in the automation logic. Discussed at 21:26.

Fix JSON input error halting holon creation mid-flow
An 'Unexpected JSON input' error is encountered on the holon naming step, halting holon creation mid-flow. Discussed at 34:44.

Change directory Individuals/Holons toggle to tab behavior for exclusive filtering
The directory filter toggle between Individuals and Holons is currently behaving as a multi-select rather than tabs — selecting Holons shows both rather than filtering exclusively. Should be converted to tab-style interaction. Discussed at 41:24.

Hide light mode toggle entirely until it can be properly implemented
Light mode is broadly non-functional — icons disappear, text loses contrast, and the globe treatment doesn't adapt well. Cleanest short-term solution is to disable light mode entirely by hiding the toggle until it can be properly addressed. Discussed at 25:24 and 40:48.

Fix map rendering — revert to last stable version and address country versus continent line contrast
Globe visual contrast needs adjustment — country border lines should be lighter while continent outlines remain more prominent. Rendering quirk causes national borders to appear heavier because they are drawn twice. Current state is worse than previous version. Discussed at 09:37.

Add page loader or skeleton state on Webflow to prevent raw template flash on page transitions
A loading spinner/placeholder currently shows the raw page template before content loads on Webflow. A loader or skeleton state is needed to prevent this flash. Discussed at 11:56.

Prepare for re-run crash test call the following day once critical fixes are in
The crash test failed and the team will reconvene the following day to re-run it once critical fixes are implemented. Zero instances of processes locking up or halting is the bar for the next demo. Discussed at 48:21 and 49:18.

Compile all bugs and issues from testing session into a working to-do list for James before the next call
Hera to compile all bugs and issues captured during this testing session into a working to-do list for James before the next call. Discussed at 49:58.

Cross-reference existing testing checklist to identify any additional critical items not covered in today's session
Hera to cross-reference her existing testing checklist to surface anything else critical before the next crash test call. Discussed at 50:13.

Continue testing remaining features independently including magic link, forgot password, and geographic fields and document findings
Hera to continue testing remaining features independently — magic link, forgot password, geographic fields — and document findings. Discussed at 50:24.

Remove the word 'actively' from holon creation copy describing collaboration
The phrase 'actively collaborating' in the holon description may cause users in early ideation phases to feel they don't qualify. The word 'actively' should be removed. Michael Shaun action item discussed at 33:53 and 34:24.

Share session recording with Hera for reference during bug documentation
Michael Shaun to share the session recording with Hera for reference as she compiles the bug list. Discussed at 48:56.

Provide James with a written list of priorities including homepage animation requirements
Michael Shaun to provide James with a written list of priorities including homepage animation requirements before the next call. Discussed at 49:41.
Custom membership system architecture for user authentication, progress tracking, and database management using Supabase for backend. Requirements include real database for user progress (not cookies), journal entry capture, API triggers for membership status and course purchases, and progress tracking across sessions. Decision made to build custom solution on Supabase rather than Member Stack. Includes Stripe integration for subscription management and automatic access revocation when subscriptions lapse. Multiple products may connect to same membership tier with bundled offerings granting multiple memberships from single purchase. Part of Phase One development with $16K-$29K budget. Requires hiring Supabase specialist for implementation. Timeline aligned with LMS development for February 10th launch. Authentication spike will establish foundation with Supabase login functionality on MAST template, implementing user profiles, password management, and session handling. System will sync membership status between Stripe and Supabase for automated access control. Backend successfully operational with membership login and content gating complete using Supabase and Stripe. Profile editing integration in progress to connect with directory system. Backend approximately 90% complete with primary goal to deliver working version on Holomovement site for team testing this week allowing account creation, login, and profile data editing. Front end minimal at this stage consisting mainly of login pages until profile pages developed. Profile creation flow now implemented as linear step-by-step process requiring profile completion before directory access (09:38). Sign-up flow includes friendly nudges for empty bios when hitting next (12:42), optional social profiles with language like 'you can always come back later' to reduce drop-off (12:30), loading screen during profile generation with engaging copy like 'making connections' (15:15), AI-generated banner images based on user bios (15:47), and light/dark mode toggle inheriting system settings by default (16:39). System enforces profile completion to ensure data quality and prevent half-finished accounts cluttering database (11:21). Dark backgrounds use deep teal rather than pure black, light mode avoids stark white to maintain Holomovement brand feel (14:35). Simplified pill-style member modal implemented with collapsed/expanded states showing two lines by default, expanding on hover to reveal icons for messages, Holons, and light/dark mode toggle (13:06). Notifications aggregate into single indicator on Holon icon with changing number rather than multiple dots. Three profile image preview styles (circle, square, doorway/vertical) included in signup flow to ensure photos work across all use cases (07:44). In-app messaging system now live using custom-built architecture with no per-message cost, styled similar to iMessage with unread message counts, conversation threading, and future group chat capability (09:37). Email notifications handled via Resend - free up to 3,000 emails/month, then $20/month for up to 50,000 (23:56). Holon management flow improved with clear delegation model between members and admins using invitation system rather than automatic adds (04:08). Location automation uses lightweight AI call to convert entered location into coordinates for near real-time map updates (26:27). Saving bug affecting profile updates, feedback, and location syncing identified and resolved during meeting (26:27). Community consent flow being added as pop-up on first messaging use with scrollable community agreements and required checkboxes covering non-partisanship, anti-spam, entity usage rules, and conduct standards (18:00). GDPR compliance considerations noted with Webflow plugin available for data erasure rights and cookie consent (17:46). Pay What You Want contribution system now under active development with slider UI allowing users to select suggested range ($15-$20/month) with secondary scholarship tier option for lower amounts. Two-screen approach framed as gift rather than discount with wave-based slider visual showing increasing amplitude. System includes familiar Stripe checkout supporting Link, Amazon Pay, and other methods. PayPal integration planned for better international accessibility (18:35, 19:30). Working wave-amplitude slider prototype built with predefined moments shifting wavelength visually, translatable directly into payment UX (19:47). Prototype ready for core team testing within next couple days with front-end UI included (53:10). Thursday core team meeting target for showcase (54:22). Modal menu interface introduced featuring compact notification/settings control with light mode toggle - described as small detail that meaningfully elevates experience (38:05). Three developers now working on Webflow implementation: Sean (Ohio, senior), Siam (Pakistan, junior), with Ivan handling less bandwidth due to outside client work (34:00). Profile creation, editing, and regeneration flows confirmed working as of 03-31 meeting (04:14). Profile creation link added directly to member modal enabling re-run of full onboarding flow (42:31). Core team onboarding structured as daily feature drip starting with profile creation (16:11). 03-31 crash test revealed critical blocking issues preventing core team demo: n8n automation pipeline failing to complete profile data processing reliably (20:08), social links not saving due to LinkedIn field dependency (21:26), AI-generated cover image and tagline entering loop state without completing (39:19), JSON input error halting holon creation mid-flow (34:44), logout bug on holon detail page (15:52), light mode broadly non-functional requiring toggle to be hidden entirely (40:48), profile content fields not populating after form submission. Team consensus: crash test failed, reconvening following day to retest after critical fixes (48:21). Zero tolerance for processes locking up or halting before core team demo - visual imperfections acceptable but no mid-flow stoppage permitted (49:18).
Strategic enhancement of directory system integrating with membership capabilities to enable member profile management, progressive assessment completion, and intelligent matching. Members can log in and edit their profiles directly with information stored in Supabase for flexible content management. Progressive engagement model starts with basic five-minute setup (name, website, purpose statement, location), then enables detailed assessments later. Each completed assessment adds profile elements and unlocks features including AI-generated visual representations (icons, tarot archetypes, numerology graphics). Integration with Claude AI enables sophisticated queries like 'who should I collaborate with on this project?' or 'who can provide funding?' across network assessment data. Advanced features include weekly emotional mapping interface with six-axis emotional space (excitement, nervousness, grief, etc.) aggregating into community climate visualizations. Reimagined map interface using flat Earth projection with layered filtering showing member locations, funding flows, collaborative connections, project relationships. Multiple view modes from simplified default to complex multi-layered 'Arcturian' views. Integration with Engine for Good grant program where applications link to member profiles, creating incentive structure for profile completion. Team pivoted to prioritize directory system over LMS development. Player card approach focuses on game-like profiles emphasizing what someone is doing (project/mission) and what help they need for AI-powered matching. System summarizes lengthy inputs into concise scannable formats. MVP launch target February 15 with login capability, profile editing, and integrated assessments. Beta testing program follows to identify next priority features. Critical development discussion revealed MapBox visualization provides initial visual interest but limited practical value beyond local connections - intelligent matching algorithms represent the true 'killer app' rather than map visualization. Profile data strategy shifting from personality assessments to actionable information: developmental stage, experience level, current project involvement, specific skills, and active needs. Visual consistency issues identified with user-uploaded images requiring standardization. Question emerged whether Holons function as independent entities or collections of individual members, requiring data architecture decisions. Simplified terminology 'members and groups' proposed over 'Holons' for newcomer clarity. Basic intake form planned capturing development level, experience, life stage, purpose, and current needs as primary assessment for matching foundation. Player card UI concept introduced featuring icons to symbolize key information, AI-generated summaries to condense lengthy responses, and achievement badges displaying completed courses, assessments, and accomplishments. Design iteration process planned where team scans test cards to validate information hierarchy. Sandbox database creation for core team to fill out profiles and review each other's player cards as real-world test. Prototype development progressing with profile creation, editing, viewing, and password resets functional in Supabase. Munia developing first draft UI designs. Team agreed to reduce text density, create more visual/scannable interfaces. Multiple views prototyped: alliance view, profile editing, directory search (list and map-based), member profiles, holon profiles. Core intake fields defined: name, date of birth, email, phone/SMS/WhatsApp, location, purpose/mission, gifts and requests, alliance affiliations, short bio (150 words max), photo. Matching deferred from numerical compatibility scores to simpler connection signals: complementary skills, matching needs/offers, alliance overlap, geographic proximity, shared purpose domains. AI interpretation via Claude for free-text fields, direct computation for explicit matches. App functionality to be hosted on separate subdomain (app.holomovement.net) with member-specific navigation, syncing public profile data to main site member globe. End of February target for core team interactive prototype. 3D globe navigation now live with lightweight custom rendering approach using continent outlines without full Mapbox tile loading for smooth performance (05:52). Globe features toggle for flat view, hover-activated profile cards, connection lines between members and holons. People appear as yellow dots, holons as teal hexagons algorithmically placed at center of members (01:22). Profile creation flow implemented as linear step-by-step process requiring profile completion before directory access (09:38). Photos strongly encouraged with friendly nudges if skipped, social profiles optional. AI-generated banner images based on user bios producing resonant results (15:47). Light/dark mode toggle available inheriting system settings by default (16:39). Dark backgrounds using deep teal rather than pure black, light mode avoiding stark white to maintain Holomovement brand feel (14:35). Vertical player cards chosen for directory view over horizontal layouts for gamified engaging presentation (37:52). Team seeding platform this week with core team members completing profiles Monday/Tuesday, creating holons Wednesday, reviewing experience Thursday core call (43:53). Polish focus prioritized over new features with delivery target Monday February 17 (41:20). New bento-style profile layout introduced with rounded corners, centered tagline, framed profile image, and subtle background color differentiation between sections (14:21). Rich text field with optional image upload added to represent projects or organizations more expressively beyond plain text (32:10). Testimonials system (potentially rebranded as 'Send Some Love' or 'Share the Love') enables mutual endorsements with reciprocal vouching mechanics (34:54). Field feature replacing 'wall' concept allows users to post updates and collaborative content with pinning capability (39:43). Long-term vision includes drag-and-drop section ordering for personalized profile storytelling. Assessment display framework showing sliders across domains added as visible badges on profiles. Seeking/Offering keywords auto-distilled from freeform text using AI summarization to aid readability and matching. On-demand match experience triggered by 'Match Me' button generates side-by-side comparison modal with numerical score (1-100, shown on hover), loading animation, and meaningful dimensions including complementary skills, needs/offers alignment, shared alliances, overlapping domains (26:00, 19:02). Match score and comparison view designed as sticky gamified feature incentivizing profile completion (24:35). Domain categories refined: 'Economics and New Systems' → 'Economics and Collaborative Commerce', 'Governance and Social Change' split into 'Collaborative Governance' and separate social change, 'Spiritual Activism and Inner Development' → 'Spirituality and Consciousness', additions include Ethics and Philosophy, Science, Leadership and Facilitation as 12th domain, potential Psychology embedded in community/relationships (43:00-48:22). Onboarding copy and tooltip language prioritized for clarity on unfamiliar terms with short hover descriptions (one sentence max). Implementation timeline: 7-10 day dev window for new design style, Field feature, preliminary matching functionality followed by internal testing with core four, then broader core team rollout (41:07, 40:08). First impressions prioritized with cautious rollout protocol to ensure solid initial experience. Messaging icon refined from email-style button to message icon to better reflect in-platform nature (13:29). Notifications aggregate into single indicator on Holon icon with changing number rather than multiple dots. Three profile image preview styles (circle, square, doorway/vertical) included in signup flow to ensure photos work across all use cases (07:44). In-app messaging system now live using custom-built architecture with no per-message cost, styled similar to iMessage with unread message counts, conversation threading, and future group chat capability (09:37). Email notifications handled via Resend - free up to 3,000 emails/month, then $20/month for up to 50,000 (23:56). Holon management flow improved with clear delegation model between members and admins using invitation system rather than automatic adds (04:08). Location automation uses lightweight AI call to convert entered location into coordinates for near real-time map updates (26:27). Saving bug affecting profile updates, feedback, and location syncing identified and resolved during meeting (26:27). Community consent flow being added as pop-up on first messaging use with scrollable community agreements and required checkboxes covering non-partisanship, anti-spam, entity usage rules, and conduct standards (18:00). GDPR compliance considerations noted with Webflow plugin available for data erasure rights and cookie consent (17:46). Pay What You Want contribution system now under active development with slider UI allowing users to select suggested range ($15-$20/month) with secondary scholarship tier option for lower amounts. Two-screen approach framed as gift rather than discount with wave-based slider visual showing increasing amplitude. System includes familiar Stripe checkout supporting Link, Amazon Pay, and other methods. PayPal integration planned for better international accessibility (18:35, 19:30). Working wave-amplitude slider prototype built with predefined moments shifting wavelength visually, translatable directly into payment UX (19:47). Prototype ready for core team testing within next couple days with front-end UI included (53:10). Thursday core team meeting target for showcase (54:22). Modal menu interface introduced featuring compact notification/settings control with light mode toggle - described as small detail that meaningfully elevates experience (38:05). Three developers now working on Webflow implementation: Sean (Ohio, senior), Siam (Pakistan, junior), with Ivan handling less bandwidth due to outside client work (34:00). Profile creation, editing, and regeneration flows confirmed working (04:14). Holon page active development with wheel of faces arc rendering, domain icons, and My Holons view improvements (04:14). Empty state for My Holons will show helpful message plus grid of all existing Holons to orient new users (21:50). Profile edit mode link navigation disabled to prevent losing unsaved changes (27:08). Profile image edit icon made more prominent (30:58). Banner image regeneration icon will get rollover tooltip explaining 'replace your banner' functionality (32:25). Skills rating feature demoed allowing users to rate themselves with visual bar indicators (44:04). Location map tooltip added showing actual location name on hover (23:11). Profile creation link added directly to member modal enabling logged-in users to re-run full onboarding flow (42:31). Test accounts and Holons being cleaned up before team-wide invite (06:47). Core team onboarding structured as daily feature drip: Day 1 profile creation, Day 2 assessment prototype, following days Holons/map/matching features one at a time (16:11). Homepage updates in progress including background color correction, animation circle restoration, scroll sequence improvements, auto-scroll implementation, mobile type scaling, icon-only logo, and updated CTA button (44:35). Dynamic map will become hero element of homepage with card preview leading to login/profile creation for non-members (52:57). Tag-based matchmaking architecture outlined: profiles generate seeking/offering/domain/focus tags, periodic comparison produces alignment scores, directory displays highest-alignment profiles larger and left-aligned (01:01:36). Sean actively working on matching grid view implementation (01:00:56). Wave event preparation targeting participants leaving activation day already inside at least one Holon using app as live tool (58:30). James confirmed ready to lead app presentations at wave event (59:29). One-to-two minute intro video of ecosystem planned for wave event (01:00:07). 03-31 crash test surfaced directory filter toggle behaving as multi-select rather than tabs - selecting Holons shows both rather than filtering exclusively, needs conversion to tab-style interaction (41:24). Holomovement Technology Holon not appearing in directory requiring investigation (42:42).
Custom 3D globe navigation system for member and holon visualization using lightweight rendering approach with continent outlines rather than full Mapbox tile loading for smooth performance. Globe features toggle between 3D and flat views, hover-activated profile cards showing member photos and information, and connection lines visualizing relationships between members and holons. Members appear as yellow dots, holons as teal hexagons with algorithmic placement at center of member clusters rather than geographic coordinates (01:22). System pulls real profile data dynamically with headshots appearing on hover (03:51). Dark mode enforced on map page since glowing member dots work best against dark backgrounds using deep teal rather than pure black (19:06, 14:35). Future enhancements include progressive zoom behavior borrowing from Google Maps patterns - at certain zoom depth globe transitions to list or directory view showing nearby members with potential matching integration (05:04). Architecture provides full control for implementing layered zoom experiences. Scaling considerations addressed including node resizing on zoom to prevent dense regions like U.S. East Coast from becoming unreadable (04:44). Photos appear only on hover to maintain clean graphical line-drawing aesthetic. System represents parametric approach to data visualization translating member relationships and geographic data into spatial interactive experience. Globe visualization provides initial visual interest but team recognizes intelligent matching algorithms represent true platform value beyond map display. Custom rendering approach gives platform distinctive visual identity while maintaining performance at scale. Connection axis visualization refined with subtle dividing line and potential arrowheads to make 'strong alignment / broader exploration' spectrum immediately readable at a glance (11:03). Logarithmic-style axis gives more visual space to closer connections. Color system expanded with distinct colors for Seeking and Offering states, and individual colors per domain tag (08:30). Highlight color flagged as slightly too dark for readability requiring palette revision. Newer version of globe interface now features animated lines rising over sky, wrap/unwrap hologram-like animation on globe itself, and nation borders being added for better member orientation (21:29). Team responded enthusiastically calling it 'a big hit' with strong positive reception. Design refinement notes: nation borders should be kept close to background color so continent outlines pop more strongly, transparency/see-through hologram effect on globe noted as striking and intentional. Prototype ready for core team testing within next couple days targeting Thursday showcase (53:10, 54:22). 03-31 crash test identified map rendering worse than previous version requiring revert to last stable state while addressing country vs continent line contrast issue (09:37). James working on making country border lines lighter while keeping continent outlines more prominent but encountering rendering quirk where national borders drawn twice (once per country) making them appear heavier than intended.
Communication automation workflows supporting holon formation through multiple pathways. Primary workflow handles three-administrator holon creation process: founding member drafts holon and identifies two additional administrators by email, system sends automated confirmation emails to identified administrators requesting participation acceptance, recipients create individual profiles if needed before confirming, and once both confirmations received holon profile goes live (22:08). Workflow includes three-week follow-up reminder emails for non-responding invitees. Secondary workflows support users seeking to form holons without existing team members including potential holon board posting system functioning like job board with tag-based browsing for project ideas seeking members (28:16), automated double-opt-in introduction emails connecting individuals tagged as 'looking for members' or 'looking for a holon' based on San Francisco tech community Webflow model where 'Ask to be intro' button triggers email introductions without exposing addresses (29:40, 26:00), and recommendation emails suggesting potential collaborators through matching algorithms before holon formation (25:34). All workflows designed to channel holon formation energy productively while preventing incomplete or abandoned holons from cluttering directory (24:24). Implementation requires n8n workflow development, email template creation, Supabase database triggers for status tracking, and integration with existing member invitation system being built by James (32:52). Workflows support broader strategic goal of ensuring every holon has committed multi-person leadership from inception. Team seeding workflows this week through real holon creation Wednesday generating actual invitation flows for testing and refinement (43:53). Email notifications to be completed before next core team onboarding push (51:42). 03-31 crash test revealed JSON input error halting holon creation mid-flow with 'Unexpected JSON input' error encountered on holon naming step, blocking primary workflow from completing (34:44).
Design and implementation of dedicated Holon profile pages displaying group information, member roster, and group-specific content. Pages don't yet have dedicated design but will borrow heavily from individual profile page components with more centered layout - group image in middle, name on top, members displayed beneath (30:50). Dynamic circular member layout system already built: up to 13 members arranged symmetrically in single circle, 13+ members displayed in two concentric layers packing like molecule for scalability (34:41). Gold/yellow border on profile circles distinguishes admins within Holon - not size hierarchy, just color signal per Mariko suggestion. Alliances being deferred for now with focus remaining on individuals and groups as core experience before adding third layer. Holon pages must integrate with broader directory system, matching algorithms, and profile functionality. Implementation requires Webflow build, Supabase data integration, and custom JavaScript for dynamic member layouts. Pages serve as central hub for group coordination, visibility, and member recruitment. System supports three-administrator security model requiring multi-step creation process and invitation workflows. Holon profiles will appear as teal hexagons on globe visualization algorithmically placed at center of member clusters. Rich text field with optional image upload enables expressive project/organization representation beyond plain text. Field feature (replacing 'wall' concept) allows groups to post updates and collaborative content with pinning capability for important announcements. 03-31 meeting showed active work on Holon page including wheel of faces arc rendering, domain icons surfacing, and My Holons view improvements (04:14). Empty state for My Holons will show helpful message plus grid of all existing Holons to orient new users rather than dead end (21:50). Mission field and Gifts/Needs fields being added to Holon profiles - Needs field particularly compelling for recruitment showing specific openings like 'we need a graphic designer' (18:40). Center of arc/circle for small Holons will display word 'Purpose' (18:01). Join request flow currently shows 'coming soon' but easy to activate (19:47). Test Holons need removal before team-wide invite (06:47). 03-31 crash test identified message button on holon pages showing for all users when it should only show for members - non-members should see 'contact administrator' option instead (29:41). Logout bug occurring on holon detail page while working correctly from directory view (15:52).
Collaborative refinement of all user-facing questions, prompts, labels, and microcopy across profile creation, holon creation, and directory interfaces to ensure language is action-oriented, clear, and aligned with Holomovement brand voice. Key principles include using action-oriented questions for holons: 'What's your holon's project?' instead of 'Describe your holon' and 'What outcome do you hope to achieve?' instead of 'Purpose' (20:01). Simplified explanations for onboarding defining holons as 'group of people with shared project or outcome' rather than full theoretical framework. Profile creation flow needs friendly encouraging language when users skip recommended fields like bio ('you can always come back later') to reduce drop-off while maintaining data quality (12:42, 12:30). Loading screens should include engaging copy like 'making connections' or 'finding your people' to maintain user engagement during processing (15:15). Domain labels, tag categories, and filtering language require collective input to ensure accessibility for newcomers while maintaining conceptual accuracy. Alliance terminology and holon board language need clarity. James started shared Google Doc for collaborative editing of profile questions, domain labels, and tag language (40:24). Document allows async contribution from team members with diverse perspectives including Mariko's community voice, Hera's user journey expertise, Michael Shaun's clarity focus, and James' technical constraints understanding. Copy refinement impacts user experience across entire platform determining whether interfaces feel welcoming and clear or confusing and overwhelming. Ongoing process rather than one-time task as platform evolves and user feedback emerges. Initial focus on core profile and holon creation flows with directory filtering language following. Domain categories refined during meeting: 'Economics and New Systems' → 'Economics and Collaborative Commerce', 'Governance and Social Change' split into 'Collaborative Governance' and separate social change, 'Spiritual Activism and Inner Development' → 'Spirituality and Consciousness', additions include Ethics and Philosophy, Science, Leadership and Facilitation as 12th domain, potential Psychology embedded in community/relationships (43:00). Mariko flagged that unfamiliar terms like 'collaborative commerce' might cause people to skip domains they actually belong in requiring clear inviting onboarding copy and tooltip language (48:22). Short hover descriptions agreed upon (one sentence max) rather than full paragraphs. Testimonials system potentially rebranded as 'Send Some Love' or 'Share the Love' to feel warm and mutual rather than formal (34:54). Holon eligibility pop-up language being drafted by Hera drawing from existing Synergist page content and prior Holon documentation Mariko will share (27:44, 29:52). Michael Shaun will refine community agreement language and add checkbox structure with AI consent language layered in (19:22). 03-31 crash test identified wording issue in holon creation where phrase 'actively collaborating' may cause users in early ideation phases to feel they don't qualify - word 'actively' should be removed (33:53).
Critical fixes to n8n automation pipeline processing profile creation form data. Core issue: conditional logic detecting whether to overwrite existing profile data is cutting off automation mid-flow, preventing latter stages from running (43:40). Results in profile content fields (purpose, seeking, offering) not populating after form submission, seeking/offering tags not generating, AI cover image and tagline not completing. Social links not saving due to LinkedIn field dependency in automation logic (21:26). AI-generated cover image and tagline entering loop state cycling through generation stages without completing (39:19). Automation must process structured seeking/offering tags to feed matching algorithm while handling both new profile creation and profile regeneration scenarios without data loss. Zero tolerance for automation failures before core team demo - blocking bug requiring immediate resolution (49:18).
Complete implementation of light mode theme across platform ensuring proper contrast, icon visibility, and globe rendering adaptation. Currently light mode broadly non-functional with icons disappearing, text losing contrast, and globe treatment not adapting properly (25:24). Short-term solution implemented hiding light mode toggle entirely until proper implementation possible (40:48). Proper implementation requires comprehensive CSS theming, component-level color system adjustments, and testing across all UI contexts. Team prioritizing functional dark mode experience over polished dual-theme system for initial launch. Light mode deferred until after core functionality solid and core team onboarding complete.
Assessment system with AI-powered engagement features feeding automation workflows. Data from assessments, clicking patterns, lesson completion, and call attendance triggers personalized communication including immediate tailored emails, weekly progress updates, connection recommendations based on profile matching, and proactive check-in offers when engagement drops. Guatemala-specific assessment page created requiring customized copy. Current synergist directory demonstrates existing assessment capabilities: members complete form triggering automated n8n and Claude AI analysis of responses about purpose, projects, and ancestral wisdom influences. System generates personalized feedback and recommends connections to other synergists based on compatibility, facilitating introductions via email without exposing addresses. Also suggests relevant podcast episodes. No-login approach removes participation barriers while enabling intelligent matching and communication. Strategic shift to progressive engagement model: members start with basic five-minute profile setup (name, website, purpose statement, location), then complete more detailed assessments later. Each completed assessment adds elements to profile and unlocks new features. Gamification includes AI-generated icons, tarot card archetypes, or numerology graphics appearing on profiles as users complete different assessments. Incremental assessment launch strategy releasing new assessments every week or ten days leading to Wave event, using Ripple gatherings and Miracle Club to promote participation. Partnership opportunities with experts for themed assessments (Don Beck for Spiral Dynamics, Vedic astrologer for astrology, iOS Zone of Genius team for their assessment). Critical reassessment of assessment strategy prioritizing basic intake form capturing most important factors: development level, experience, life stage, purpose, and current needs as primary assessment for matching foundation. Systems like Gene Keys and numerology recognized as requiring belief in astrology/numerology to feel relevant, limiting universal applicability. Focus shifting to actionable, practical data enabling computational matching based on clear criteria rather than archetypal personality typing. When matching collaborators, users need to understand skills, experience, current needs, and project involvement rather than personality scores. AI-driven matching requires developmental stage, experience level, project involvement, and specific needs to avoid misaligned matches like pairing serial entrepreneurs with college freshmen. Meeting confirmed approach of using simple 1-to-10 scale assessments for numerical scoring and spider graphs but deferring complex compatibility scores for MVP. AI interpretation via Claude for free-text fields and nuanced alignment, direct computation for explicit matches like shared affiliations or complementary skill requests. Michael coordinating with Emmanuel on potential assessment questions to gauge user alignment. Team now planning 5-6 domain assessment (5 makes pentagram shape, 6 makes star shape) using simple multiple choice format outputting 1-10 scores per metric with spider graph visualization (37:24). Demonstrated working client assessment as reference - multi-screen flow with logic-based classification, no agentic analysis required. Key design principles: spectrum-based framing rather than qualitative scoring ('does this sound like you or not?' vs 'how good are you at this?'), questions should feel neutral and interesting to avoid test-taking bias (MMPI/Myers-Briggs problem of answering how you want to appear), completable in 10 minutes or less, more candidate questions per domain than needed for culling weak ones (40:52, 48:29). Mariko advocated for including at least one fun gift-like assessment (e.g. numerology mandala tool) people would do for the experience that enriches profile organically without feeling like data extraction (41:56). James floated longer-term vision of garden of assessments users can choose from with power to decide which assessments inform matching - astrological/numerological inputs become opt-in rather than default. New numerology mandala tool demonstrated building visual in real time as user types, team expressed integration interest (43:44). Michael Shaun starting shared document immediately with candidate domain names and draft questions for team review, holding internal review with Hera before broader socialization (40:52, 52:43). Working prototype built with five-domain assessment featuring slider-based positioning system across spectrums (22:37). Five domains: Holonic Worldview (separative/analytic to holistic/integrative), Purpose Orientation (exploring/emergent to directed/activated), Pro-Social Stance (deep one-on-one to community-wide/systemic), Collaborative Capacity (independent to collective), Time Horizon (near-term to long-arc/generational). Results render as nine-pointed spider graph and bar chart. Slider format keeps assessment accessible without overwhelming users (25:36). Community-level visualization capability floated - overlaying 100 profiles to reveal collective orientation of holons or comparing holons against each other (29:17). Next development step: adding archetype outputs (e.g., 'super connector') with brief descriptive text for each result profile. Assessment data feeds optionally into matching algorithm with users able to decide matching criteria when requesting analysis, though some default criteria apply automatically (36:00). Prototype ready for Holomovement team Thursday meeting demo (40:46). 03-31 meeting revealed spider graph assessment essentially unreadable without tutorial - 19 items across overlapping axes makes results incomprehensible (10:54). Team verdict: spider graph is good eye candy but doesn't deliver snapshot value. Simplified one-question assessment with triangulation output confirmed as right path forward, not using spider graph format (14:58). Working prototype committed for following day. Michael Shaun flagged standing to-do: writing one-page descriptive blurbs for each assessment area so AI can return robust grounded responses to user queries - Google Doc format for now (57:04). Mariko testing showed assessment accurate and trustworthy, validating credibility needed for matching layer to work for new users. Assessment confirms what users intuitively know about existing relationships, building trust for recommendations with unknown people (46:52). Beyond individual matching, assessments help working groups understand collective makeup - team strengths, shadows, support needs, leadership roles. Positions tools as ongoing collaboration infrastructure rather than just onboarding features (51:14).
Comprehensive redesign of About page focusing on clear value proposition and ecosystem messaging. Key objectives include answering 'What is Holomovement?' immediately in hero section for first-time visitors from ad campaigns with concise statement explaining Holomovement as global network of gatherings, initiatives, and collaborators. Replace 'Underview Effect' section with 'Holomovement Effect' content focused on collective higher frequency states, emotional scale awareness, and conscious choice. Underwater wave imagery relocated to Wave page where more appropriate. Animation development showing text transitions incorporating logo movement connected to scroll. Visual hierarchy improvements to balance Purpose Earth partnership integration without overwhelming Holomovement branding. Creation of partners CMS collection for logos displayed in random order to avoid hierarchical implications as partnerships grow. Refinement of copy emphasizing 'living ecosystem' or 'operating system' positioning rather than just 'movement,' making initiative more fundable and easier to understand. Ecosystem serves as infrastructure for emergence, supporting complex living systems fostering higher frequency states and radical collaboration. Ongoing iteration to make language as plain-spoken and inspiring as possible. Potential renaming of page from 'About' to 'Manifesto' to better reflect content nature. About page redesign complete with Iván and Melina finalizing design elements. Design reached 100% approval with development taking one to two days to implement on live site. Implementation complete and integrated. Partner logo normalization in progress with Hera working with Ivan to standardize sizing, invert colors where needed, make backgrounds transparent, and implement grid layout for clean intentional presentation (45:54, 46:20). Purpose Earth project slider section being added showcasing funded projects - four from 2025 and two from 2024 totaling around 572,000 people across 64 projects in 35 countries (52:11). Hera has assembled content and Jill has added photos and support details to collaborative document (51:39). Michael Shaun provided simple wireframe with horizontal slider and dot indicators which design team will elevate (49:01). Slider cards will be compact with pop-up or modal for deeper project detail (53:08). Engine for Good graphic needs recreation in current brand style by Munia (53:19). Slider format designed to be replicable for future microgrant showcases tied to Engine for Good waves (51:18). Homepage and About page animation work in progress requiring prioritization following style shift from dark teal to lighter white-world aesthetic. 03-31 meeting confirmed About page nearly complete with final implementation needed - James checking with Yvonne on status (53:29).
Completion of homepage animation and about page following style shift from dark teal aesthetic to lighter white-world look. About page redesign nearly complete with final implementation needed. Homepage animation in progress requiring prioritization. James checking in with Yvonne on about page status (53:29). Represents final polish on public-facing marketing pages before platform launch. Homepage updates detailed at 44:35: background color needs correction to #042025, animation circle elements need restoration for visual depth, scroll sequence requires gap between phrase reveals, auto-scroll functionality critical for non-interacting users cycling through all phrases and transitioning to full homepage, end-state layout should show 'A Living Ecosystem for Conscious Impact' replacing hero phrase with tiles visible underneath and longer subtitle removed (48:15), mobile type scaling down significantly as current sizing too large (51:09), logo should be icon-only rather than full wordmark (51:48), primary CTA button should say 'Join the App' or 'Launch the App' not 'Join the Synergist' (53:38). Dynamic map will become hero element of homepage with card preview leading to login/profile creation for non-members (52:57). Michael flagged this as live priority needing quick cleanup (51:06). Ivan already working on page with James building on that progress (51:16). James to notify Michael when ready for review pass.
00:07:47
Hera: This meeting is being recorded. Hi, Michael. Sean.
00:08:31
Michael Shaun Conaway: Hi, Haram.
00:08:32
Hera: Hi. Oh, my goodness. Yeah, I am connecting from my phone so I could test the link. Say again?
00:08:43
Michael Shaun Conaway: I can never find the damn link to this thing.
00:08:46
Hera: Oh, oh, which one? Okay. The link to the whole movie. Never. Hold on. It's the.
00:08:53
Michael Shaun Conaway: Oh, my God, I got so much up and is it the connectivity conference?
00:08:57
Hera: Yeah, yeah, that one. That one.
00:08:59
Michael Shaun Conaway: Then do I have to. So it will refresh when I just reload?
00:09:05
Hera: Yeah, yeah, it looks like it. I just open it. I'm currently in my phone so that I don't get any disruption when I test because sometimes it loads really slow. And you're on zoom.
00:09:19
Michael Shaun Conaway: Oh, no, the map's gotten worse.
00:09:24
Hera: It's too transparent.
00:09:26
Michael Shaun Conaway: Hey, James.
00:09:27
James Redenbaugh: Hello.
00:09:28
Michael Shaun Conaway: Have you seen the map, James?
00:09:31
James Redenbaugh: I was working on it last night.
00:09:34
Michael Shaun Conaway: I got too transparent.
00:09:37
James Redenbaugh: Yeah, I. I've been having the hardest time trying to get it to. Let me revert it to the last version. Which is better. Trying to get the country lines to be light while the continent lines are. Are darker or stand out more. And it's hard because it's. It renders that way. Because each. Country line, the coastlines are darker than the national borders. Because the national borders are drawn twice. Because they're drawn for each country.
00:10:26
Michael Shaun Conaway: Country.
00:10:27
James Redenbaugh: They're not two. But yeah, it was just the midst of trying to figure that out.
00:10:36
Michael Shaun Conaway: There's a thing. And this is. This is a webflow thing. When I click on something, like right now, just click on the. Yeah. Let me show you this. I keep seeing this little feature bug. I say feature bug because it's possible. It's meant to be a feature. I'm not really positive, but are you guys seeing these things? Like when I come to this. Hold on here. And I click view for a second. For a second. I got another page. Did you see that?
00:11:12
Hera: Oh, I. Oh, this is the first time I saw that last week.
00:11:19
James Redenbaugh: It's because you're seeing the page template. Because while I'm building it, I don't have a transition in there. What we want to have is a loader. Or if you go to the directory.
00:11:39
Michael Shaun Conaway: Yeah.
00:11:41
James Redenbaugh: And then click on. Click on the top left profile. I just added that one.
00:11:53
Michael Shaun Conaway: Looks better. More contrast. That's good.
00:11:56
James Redenbaugh: Yeah. And refresh the page and just see how the page looks. We still see that placeholder image in the back, but otherwise you get those text boxes to show that content is coming before the content is there. And I think we either want to do something like that or a little loading wheel until the Site loads. Otherwise you're going to see the template before.
00:12:26
Michael Shaun Conaway: Can you write that down as a. Should do? Okay, great. Obviously we're moving a long way. So I think that the purpose of this crash test call is to decide if we're ready for tomorrow night. Harrod, you want to kind of. I can either drive and you can just tell me what to go to, or you can drive and we can go to the things you want to go to. These ones are still a little bit dim here. James, that, that type there, the joined. I mean just for my eyes. I don't know about you guys, but still a little bit. I mean the contrast still a little bit low, but. And also these two things probably should be on the same horizontal line. Yes. Okay, I'm gonna make sure we're recording here. By the way.
00:13:20
Hera: I'm realizing I would have been. I've been on mute the entire time. Michael. Sean, I think it's better for you to drive it. I'm currently on my phone phone on Zoom so that if you share your say you could just share your screen from there if you want to. We could. Are we going to test it together, all the different features? Because I'm thinking we could follow. I'm thinking we could test it following that customer journey from the time they land in the page. Are we going to. Are going to sign up with dummy accounts right now? Just to see. Just to validate the sign up. Sign up process is. Okay.
00:13:54
Michael Shaun Conaway: What's your support for you? Yeah. Okay, so I'll just log out here
00:14:00
Hera: or do we do. Do we try to sign up as a new account? Okay. Okay, perfect. Okay.
00:14:06
Michael Shaun Conaway: Yay. And then James can get rid of this
00:14:12
Hera: log out.
00:14:14
Michael Shaun Conaway: Okay, I'm doing it now.
00:14:16
Hera: Can you see my screen? Yes. Yes, I can see your screen. I am going to put my mobile phone. Okay.
00:14:35
Michael Shaun Conaway: In case I need an email address for it to go to. How bad of an email a password can I get away with?
00:14:44
Hera: Password pass.
00:14:44
Michael Shaun Conaway: Six characters.
00:14:46
James Redenbaugh: Yeah.
00:14:50
Michael Shaun Conaway: Wait, how can the user the email address, you think? Okay, let's put a test.
00:14:56
Hera: This is interesting. I'm not able to log out. Okay. Okay, one. Okay, I'm going to take note of that.
00:15:06
Michael Shaun Conaway: It's not my password in a data breach. Oh my God. Okay, it's got a photo. Let's see.
00:15:17
Hera: That's it. I'm gonna take a screenshot of this because I, I'm going to take videos of those of issues that I encounter along the way. Right now I couldn't log out.
00:15:28
Michael Shaun Conaway: Okay, that's a good One that's a good one to take something over here. Here's a slightly younger me.
00:15:38
Hera: Oh,
00:15:40
Michael Shaun Conaway: just slightly. Oops, it didn't go. Come on.
00:15:43
Hera: Oh, I wonder why I couldn't log out. Okay. Okay. Maybe I'll just open it from another page. Oh what?
00:15:52
Michael Shaun Conaway: It's gray. Better.
00:15:55
Hera: Okay. Yeah. I could log out. I could. So okay. I was able to log out when I was in directory but when I was in that holon view page I couldn't log out.
00:16:09
Michael Shaun Conaway: You couldn't.
00:16:10
Hera: Yeah. When you. Yeah. So I'll just take note of that.
00:16:18
Michael Shaun Conaway: Let's grab some coffee here. I'll get it from my to do page. Copy.
00:16:46
Hera: I can send to this. Yeah, we need to add verbiage to that. Oh it says okay.
00:16:56
Michael Shaun Conaway: Okay. Everything's going so good so far. I do I have to. Am I. Are these. Do I have to put any of these in? I'll put one in.
00:17:04
Hera: You don't have to choose photo.
00:17:08
Michael Shaun Conaway: Let's just make sure there's something in them. Go back one. Let's just try to make sure. I can do that. And I'm going to. Pull up. Let's see. I'll put. Hold on. So try to get some things in here that make sense that for us to be able to look at in a minute.
00:18:02
Hera: Tell us about it yourself.
00:18:05
Michael Shaun Conaway: No spell correction in this. It seems like by the. Missed one. Now the spell check worked that time. Maybe it's just. Maybe I should spelled the word right that I thought was wrong. Okay. Choose a couple of these. All those save profile Now. I didn't try the abandoned profile in the middle of.
00:19:06
Hera: The.
00:19:06
Michael Shaun Conaway: We should get the spinner to be the little. The wave spinner is kind of a nice one. It's on the. The about page. When you scroll down the whole thing spins around. It's maybe too complex but this is taking a little while.
00:19:24
James Redenbaugh: The spinner. Yeah, no it's. It's more of a placeholder. Okay.
00:19:31
Michael Shaun Conaway: Be your profile. Okay. Welcome to profile. This is new. This pop up. Is that.
00:19:41
James Redenbaugh: Yeah. So as we're adding more features to the profile page, I thought it would be helpful to explain to the users what's going on so that they're not surprised by like what they're seeing. So this kind of explains. And then you can click edit my profile and we see your placeholder content.
00:20:08
Michael Shaun Conaway: That does not seem that anything I put in there.
00:20:12
James Redenbaugh: Well, it takes you. Takes you into the edit mode. Yeah, one sec. Let me see what's happening. The automation give it a refresh.
00:20:23
Michael Shaun Conaway: Make a note of that Hera.
00:20:25
Hera: Okay. What was that? I wasn't. I was busy typing my stuff recorded so we could take note of that.
00:20:32
Michael Shaun Conaway: Yeah. When we went. We went to the say after we saved it. It did. Not necessarily. It didn't. Didn't show up my photo. Got the location. Did not get the. The social links. I don't believe.
00:20:45
James Redenbaugh: Yeah, I can see in the automation where it broke down. Exactly.
00:20:52
Michael Shaun Conaway: Okay.
00:20:55
James Redenbaugh: Your LinkedIn. What did you put in the LinkedIn field?
00:21:02
Michael Shaun Conaway: Nothing, I just put something in the Instagram field. I can edit it, see if I can.
00:21:15
Hera: I'm adding some answers in the field just to see if the.
00:21:26
James Redenbaugh: No, just. Just one sec. There is a. The way I formatted this in n8n made it so that you have to put something in LinkedIn for it to work. But that's not necessary.
00:21:52
Michael Shaun Conaway: Yeah, I didn't get any of the big pieces too. The purpose, what I'm seeking, what I can offer. I had some things in addition to those.
00:22:00
James Redenbaugh: Yeah, it didn't.
00:22:01
Michael Shaun Conaway: I can see it didn't get formed properly.
00:22:03
James Redenbaugh: It's in the pipe. It'll come through once I fix this.
00:22:07
Michael Shaun Conaway: Okay.
00:22:09
Hera: Did it generate. Generate that cover for you, Michael, Sean or.
00:22:15
Michael Shaun Conaway: Well, it didn't. It. This just must be the template version.
00:22:21
Hera: Okay. Okay. Because I'm trying to add stuff. More stuff in my profile to see what's gonna. If it's gonna do the same. Just adding some like 20 or 2030 word answers using AI.
00:22:41
James Redenbaugh: Yeah, just don't submit it yet. Give me one sec.
00:22:45
Hera: Are you referring to me not don't submit it yet?
00:22:48
James Redenbaugh: Yeah, don't.
00:22:49
Michael Shaun Conaway: Okay.
00:22:50
Hera: Okay. Okay.
00:22:50
James Redenbaugh: Create my profile.
00:22:53
Hera: I'm still in the. What domains are you involved in? Can I still continue? Just don't submit it when I reach the bottom the. The end of it. Okay. Okay.
00:23:04
James Redenbaugh: It.
00:23:46
Hera: Okay, I. I'm. I'm not gonna click Save profile yet.
00:23:50
James Redenbaugh: Yeah, just one sec.
00:23:52
Hera: Okay.
00:23:52
Michael Shaun Conaway: Okay, you need to go down where Rebecca's.
00:23:57
Hera: Okay. And also what is the thing between 2 million and 5?
00:24:24
Michael Shaun Conaway: I wrote it to you. 2 million includes the wave and all the investment to the whole movement team and all that stuff. Should we. Should we move on to other things, Sarah? While James continues to think about this issue.
00:24:49
Hera: Okay. James, can I still not see save my profile or.
00:24:56
James Redenbaugh: One sec. I just got to figure out why this isn't flowing.
00:25:01
Hera: Michael, go ahead and test the other ones because that way. Because we're recording this call anyway. Yeah, hold on. Am I really recording this call? Just want to make sure I'm recording the call. Okay, perfect. Okay. Why is my path not in here? Okay, let me. Oh, because I accidentally.
00:25:24
Michael Shaun Conaway: Just for the recording here I can say when we go into light mode, we've got again some contrast issues. Icons disappear, type disappearing in the center of the screen. The tags are hard to read. Yeah, probably that. The background color of the boxes.
00:25:44
Hera: Yeah, yeah, I agree.
00:25:47
Michael Shaun Conaway: So it's just some fine tuning in the light mode on this page. Let's just look at a couple other pages and see what we got. Globe and light mode has the same. Yeah, it's interesting in that when we're in the dark mode, the globe, the light gray against blackground. So there's definitely some fine tuning for light mode we could say. Although that's not hugely huge issue. So just looking at this again, even on this page you can notice we can't. Is there supposed to be. These are supposed to be blurred, I guess. Let's see what it looks like in dark mode. Yeah, I think there's definitely some. Oh yeah, you see they're not blurred in the dark mode. You see that?
00:26:36
James Redenbaugh: They're not. They're not blurred. It's. It just fades to white instead of fades to black.
00:26:43
Michael Shaun Conaway: So we can't see them here.
00:26:45
James Redenbaugh: Yeah, but I think maybe they should just. They should just be dark in light mode.
00:26:55
Michael Shaun Conaway: The tiles themselves probably.
00:26:57
James Redenbaugh: Yeah, they should just look the same but the background changes color.
00:27:02
Michael Shaun Conaway: Yeah. Okay. I'm going to switch out of this dummy so I can look at. At some of the other elements. Like My Holons for example. And this is where we were now is this. James, I'm looking at the. My Holons page and it looks like. It looks like this is the. Not the. The colors out of our. Our final design.
00:27:36
Hera: Yeah. Yeah, it looks.
00:27:38
Michael Shaun Conaway: It's got the brown and purple here. So I, I don't think that's included in what we looked at as far as the. The on the design frames from. From wherever it was we were looking at it.
00:27:52
Hera: Figma.
00:27:53
Michael Shaun Conaway: Figma. Thank you. My brain would not come up with that word. Since we live in a world of made up words. It's a figma of my imagination. I guess. So. Yeah. Just make a note that. That we'. That cleared up. Yeah, there's that transition glitch and then this looks pretty good.
00:28:14
Hera: Yeah, it looks good and I love that. I could see the message button too at the upper right section.
00:28:23
Michael Shaun Conaway: Yeah. Now I wanted that there's a little bit piece of UX conversation that we should put a note here in that if I'm on a whole On a. On a hole on. And I click the message button. Should I be messaging the administrator or should I be messaging the whole.
00:28:46
Hera: Yeah, I was about to say that. Personally, I'd prefer. I'd assume that it's going to be the whole. Hold on.
00:28:52
Michael Shaun Conaway: Yeah, that's what I saw.
00:28:54
James Redenbaugh: We need to. I was going to disable that for now because we need to enable group messaging. Yeah, but it can be either. Either it could create a group with all the whole lawn members, or maybe they're just automatically.
00:29:14
Michael Shaun Conaway: Automatically as a group with all the hola members.
00:29:18
James Redenbaugh: But then anybody messaging a holon would create a group with a bunch of members.
00:29:28
Michael Shaun Conaway: No, no, but can't there already be an existing group or you have to be part of the group to message it.
00:29:35
James Redenbaugh: Yes, yes. So this button should just show up for people who are a part of this whole on.
00:29:41
Michael Shaun Conaway: Okay, so. And then if I'm. I'm not part of a whole on, then I can contact administrator instead of message, right? Yeah.
00:29:49
Hera: Yeah. Okay, great.
00:29:51
Michael Shaun Conaway: And you said that you had turned off the wall type features on these the other day when we talked. Is that something that turns on really easily again or not?
00:30:03
James Redenbaugh: Not today, but soon.
00:30:07
Michael Shaun Conaway: Okay, that was. That's where the. I mean, it's fine. It's where the. All the update. Updated information about the holon comes in the colon, actions and stuff. Okay, so anything else to look at about this?
00:30:21
Hera: Um, so just to clarify, Michael, Sean, for the message feature right now there I will move. We'll change that to message. The. The automation.
00:30:31
Michael Shaun Conaway: If it's. If it's. If it's. If I'm a member, like here I would have the message button. If I'm not a member, all I would have is contact administrator or message administrator.
00:30:42
Hera: Got it.
00:30:43
Michael Shaun Conaway: Is that one administrator or all three administrators?
00:30:47
Hera: Yeah, it depends with. Yeah, I mean, ideally all three. But James, what's possible at this point. And does it. Oh, and quickly does it open the. Because like the. Another way that we can open the messaging. It opens the messaging or it sends an email too. But I know that we'd love to keep everything here, but just want to. Logistically. Yeah, logistically. Okay.
00:31:16
James Redenbaugh: Yeah, I think we should figure out group messaging and then it would message all three. All three members. And then I'm just thinking like, might that get. Might that even get annoying? Because a user could just decide which. Which admin they want to message.
00:31:47
Hera: By the way, James, let me know if. If I could already save my entry. Okay?
00:31:52
James Redenbaugh: Yeah. Why don't you. Did you input responses to the
00:32:00
Hera: To. Yeah, everything.
00:32:01
James Redenbaugh: Seeking an offering.
00:32:03
Hera: Yes.
00:32:05
James Redenbaugh: Yeah, go ahead and try it.
00:32:08
Hera: Okay. It's creating my profile and then I'm checking off features that I've tried so far in the app testing document so that I could go back to it later and test the other ones, like the Forget password. If we have that magic link. If we have that. Those kinds of things. Geographical ordinance. Okay. Okay. Let's see.
00:32:39
James Redenbaugh: You want to share your screen?
00:32:41
Hera: Oh, no, it's okay. I'm currently in my phone on Zoom, so
00:32:49
Michael Shaun Conaway: why am I. Why is this happening when I'm just clicking on the background?
00:32:56
Hera: Can you do that again, Michael?
00:32:57
Michael Shaun Conaway: Sean, ED is clicked in the header there. It was up here somewhere. Back to directory is not linked.
00:33:06
James Redenbaugh: There must be a secret link hidden in there.
00:33:10
Michael Shaun Conaway: Discovered that. Now can I go back to the directory? No, I said to go.
00:33:17
Hera: That's a good catch. Yeah.
00:33:19
Michael Shaun Conaway: Let's try making a hole on them. Let's move on to that one. Alex, I can't get on. Continue. We're actively collaborating on a real project. What. What if we're not yet collaborating?
00:33:41
Hera: Yeah, because we. Back then, we talked about. These are four people who are working on a project together. But do we want to put. I think.
00:33:53
Michael Shaun Conaway: I mean, we could just. We maybe just take Actively. Clarity. I'm just wondering if we could take the word actively out of there or something like that. What do you think? Will that stumble somebody? They won't tick the box.
00:34:07
Hera: Actively. I agree. Like, actively might think, like, if they're in. If they're in the idea phase, they might think that they're not going to be.
00:34:14
Michael Shaun Conaway: Okay.
00:34:15
Hera: They can't be in a hole. Yeah. Yeah.
00:34:17
Michael Shaun Conaway: Okay, great.
00:34:19
Hera: So, Michael, Tom. Do we. Do we. Do we remove that? I want to make sure that.
00:34:24
Michael Shaun Conaway: Just remove the word actively, I think.
00:34:25
Hera: Okay. Okay. Okay. Remove actively. Okay. I'm still creating my profile. It's been, I think, over a minute, but probably my Internet connection, too.
00:34:44
Michael Shaun Conaway: Okay. Name your intention. Error. Failed. Execute JSON on responsive. Unexpected JSON input.
00:34:52
Hera: Oh, yeah. I. I had this. I experienced this yesterday, too. Oh, was that Monday? Monday? I think so. Okay, let's note that actually.
00:35:05
Michael Shaun Conaway: Yeah. So we can't go any further with this then, right?
00:35:08
Hera: Okay.
00:35:11
James Redenbaugh: Not right now.
00:35:12
Michael Shaun Conaway: Okay. Okay. Let me go to assessments then. Okay. So we just reverted back to this version, Right? Is that the.
00:35:37
James Redenbaugh: For now, yeah.
00:35:39
Michael Shaun Conaway: Okay. I'm just. Looking through, so to speak. Yeah. If you feel better. If this interface is just a little bit smaller, I'm having to scroll to get to a lot of these. A lot of scrolling. Seems like five questions. We should probably be able to get it on one page even.
00:36:22
James Redenbaugh: Yeah.
00:36:23
Hera: By the way, James has an update. I'm still creating my profile until now, so I'm not sure if it's meant to be this. Oh, but also it's creating. It's generating my cover image and my tagline and summarizing, seeking an offering. It shows what's currently loading. But I just want to make sure that it's supposed to take this long.
00:36:42
James Redenbaugh: It's never taken that long for me.
00:36:46
Hera: Yeah, could be my Internet connection. Let's see.
00:36:51
James Redenbaugh: But don't refresh. Let it just.
00:36:53
Hera: Okay. Yeah, I want the one it says almost there.
00:37:01
Michael Shaun Conaway: Okay. And this, if I remember correctly, James, we had talked about me doing something with these. These worldviews so that the AI can update them. I know right now you're trying to get. Just work on catching bug fixes and stuff like that, but Hara, if you could just put that in a list of things for James to get me and I'll get a little documenting is going to get me some way to put that up in a GitHub type thing space. So. Okay. View on your profile.
00:37:34
James Redenbaugh: Oh, there's no view for it on the profile yet. We can add that, but.
00:37:40
Michael Shaun Conaway: Okay, so then if. If there's not, then we need to get. Then we need to be able to get like complete. If not. If not, view. It actually should be something that says complete. Yeah, I don't know. Or there should be. There should be an interface up here for me to get to the rest of the app. Okay, what else we got here to test?
00:38:02
James Redenbaugh: Is this the one you just created or.
00:38:04
Michael Shaun Conaway: No, this is the one I've had for a while. The one I created didn't have any holons and I wanted to test a hole on.
00:38:15
James Redenbaugh: Let's see if the one you just created shows up in the directory.
00:38:19
Michael Shaun Conaway: Okay, that's a good thing.
00:38:21
Hera: It still says create. I'm creating my profile.
00:38:24
Michael Shaun Conaway: Yeah, there's. There's test crash dummies right there. Oh, look, it shows up here. It just didn't show up for me when I was logged onto that account. That's interesting.
00:38:38
James Redenbaugh: It's because it. It got stuck in N8N and I pushed it through.
00:38:42
Michael Shaun Conaway: Okay. And then this image here is not a. Not the. What is this little icon I'm here for? This is saying it's just a. It's a picture
00:38:53
James Redenbaugh: that shouldn't show up unless you're editing.
00:38:57
Michael Shaun Conaway: I'm not. It's not even my account. I would try to Try another one.
00:39:01
James Redenbaugh: That's. That's weird. I'll fix that.
00:39:04
Hera: What happens if you click that?
00:39:06
Michael Shaun Conaway: It doesn't do anything.
00:39:08
Hera: Oh, okay. Okay. Just.
00:39:11
Michael Shaun Conaway: Oh, it took me to the picture on this one. Well, if I click anywhere, it takes me to the picture. I think the back.
00:39:19
Hera: So that's a nice photo. Okay. I'm still creating my profile. Oh, it said generating your banner. Banner image again. So it's. It's now I'm realizing it's doing this on a loop. Yeah, yeah. I'm currently. I'm seeing all of these words.
00:39:44
James Redenbaugh: Yeah.
00:39:45
Hera: Maybe the second time, but I'm not refreshing just to make sure I don't disrupt the process. Could be even the status bar says the same thing, that it's almost done, but it's not. So did you experience this the same thing earlier as well, Michael. Sean. Or did you.
00:40:09
James Redenbaugh: I. It. Let him finish.
00:40:13
Hera: Okay.
00:40:13
Michael Shaun Conaway: Okay.
00:40:14
James Redenbaugh: But might function a little differently. I think I see what happened here. Yeah. So.
00:40:23
Michael Shaun Conaway: Oh, yeah, yeah. Take. Take notes, James. So we can kind of finish this. So the. The white view is again not functioning with the map. Maybe for the short term we just turn the white view off. I mean, obviously we've. We've got some things to solve for that are just functionality. I think solve for functionality before we solve for theme for light and dark mode.
00:40:48
James Redenbaugh: Yeah, yeah. I think we should turn off light mode in like in entirely for now.
00:40:56
Michael Shaun Conaway: I think that that's a really great approach.
00:40:59
James Redenbaugh: It's not. It's not necessary. We'll get it figured out later. I'll just hide the light mode button.
00:41:07
Michael Shaun Conaway: Okay. Alliances probably should be hit if we're not going to do that. Holons. The Holons do not. Or we cannot see Holons at this point either
00:41:21
James Redenbaugh: in the directory.
00:41:24
Hera: Oh, yeah,
00:41:29
Michael Shaun Conaway: Yeah. I mean the whole lines show up. They show up mixed.
00:41:36
James Redenbaugh: You have both selected. Right now it's a toggle, so I can change that. But.
00:41:45
Michael Shaun Conaway: Yeah. What do you. I think it's better to choose them like tabs. Right now.
00:41:54
Hera: Yeah. Earlier when Michael chose only Holons, I could still see the individual. Oh, okay. Now.
00:42:00
Michael Shaun Conaway: No, no, I had. I had Holons and individuals selected. Sign. It doesn't work the other way around. If individuals does not selected, then
00:42:13
Hera: it
00:42:13
Michael Shaun Conaway: shows the same thing. It always shows individuals. So you promise don't need to toggle for individuals.
00:42:24
James Redenbaugh: Yeah. If you click individuals, it'll show only individuals. But then if you click whole lines, it'll show both individuals.
00:42:35
Michael Shaun Conaway: Yeah, yeah. I think for simplicity right now just have.
00:42:40
James Redenbaugh: Can function More as a tab.
00:42:42
Michael Shaun Conaway: It'll also help in. In the early signup phase for our people to. They can see all. See all the different. The different Holons. And I'm seeing now I don't see our Holon in here. So that's interesting. So our Holon is called the Holon Movement Technology Holon and it's not showing up in the directory.
00:43:07
Hera: Oh my goodness. I might. I'm still create. It still says creating your profile. I'm not sure if, if. Yeah, it. The fact that you were editing something in the back end affected it, but yeah, it's still. I'm still unable. So should I just exit this, James, and just.
00:43:24
James Redenbaugh: Yeah, I. I see what it is. It's this. I built this tagging system here, I'll show you. Share my screen real quick. Can I share?
00:43:40
Michael Shaun Conaway: Yeah, there you go. I'm going to stop sharing mine. So I don't need multiple. There you go.
00:43:48
James Redenbaugh: Yeah. So now when you fill out that form, it asks you some clarifying questions about what you're seeking and offering and it will create a simple statement about what you're seeking and offering. And then it will also identify these seeking and offering tags which are going to be good for matching. And we may or may not even want to show them on the profile page, but it's really helpful to, as soon as somebody creates a profile, create these tags and this is the automation that creates those tags. But then I realized after somebody creates a profile, they could go back to the profile creation form and before, if they were filling it out, would override their profile. So if they clicked through this and then saved it, it would delete what they had. So I didn't want that to happen. So instead I made it so you can go back through the. The intro and it fills the fields with what you already filled out, even if you change them later. But then I had to build all these conditions into the automation to make sure that it's detecting if something was edited. And then it'll run parts of the automation again. Otherwise it won't. And right now I just need to fix those detections because it's cutting off this part of the automation and then the latter part isn't running for. It didn't run for either of you guys when you created that. So I just got to fix that and then it should.
00:46:00
Hera: Okay.
00:46:00
James Redenbaugh: Okay. It should work just fine.
00:46:03
Hera: All right, so I'll just exit this then and go back to my other account. Okay. I'll just take a screen screenshot. So can I still Create a new account using this details or is it already in the database? The one, the new one that I just created. Oh, it says welcome. It looks like I, I was about to log out, but it says welcome here at test. Oh, yeah. And it's empty. Okay. Yeah, the same with. What with. With Michael Sean's. So I'm gonna go back to my other account. See, I'll see if it's. Let's see if my new account.
00:47:41
James Redenbaugh: Oh, I see what happened here.
00:47:43
Michael Shaun Conaway: Okay, so we're not. We. We failed the crash test. The dummy is dead. Do we want to try this again tomorrow, same time?
00:47:56
Hera: Let me see. Yeah, I also, I couldn't find the. So I can. I saw that an account was made for the dummy, but there's nothing in there. And that when I signed up, I logged in my existing account. I couldn't see it from the directory. So just, just so we could.
00:48:12
James Redenbaugh: Yeah, I see it. I see it in the pipeline and I see what's. What's going on here so I can fix it.
00:48:19
Hera: Okay, so let's see.
00:48:21
James Redenbaugh: Yeah, I'm happy to meet. Same time tomorrow?
00:48:25
Hera: Yeah, okay, I'm available. Let's do it.
00:48:27
Michael Shaun Conaway: Okay, let's do it. Yeah, I will have a heart out. I'm just moving. The invitation should just move. We'll have a heart out at 5pm because then we start. Oh, God. We start running through pro social. Pro social classes there and then core teams after that. So I think here, if you could just. I can share that.
00:48:56
Hera: The recording?
00:48:58
Michael Shaun Conaway: Yes, the recording. When I get off this. And if you could just run through those critical. I mean, there are some that are critical, some that aren't critical. But you know, obviously these things that are kind of crashing bugs, or I'll call them halting bugs, there's not really anything to crash when they stop. Stop a process. We need to get those tackled first and then we'll do the same thing again tomorrow. And really that I think that for us to share it with the core team tomorrow, we have to have zero instances where it kind of locks down and stops working. There can be some. Some things that aren't perfect, but everything they do should work.
00:49:38
Hera: Yeah, yeah, yeah, for sure. Okay.
00:49:41
Michael Shaun Conaway: And okay, most of just what focusing, James, Other than the fact that I need that animation for the homepage. Otherwise focusing on. On just kind of getting these things nailed down.
00:49:58
Hera: Cool, Sounds good. I'm going to. Just. When you send me the recording. Michael, Sean, I'll just summarize all the notes from this call so that we can have that as our working to do list for before our call tomorrow.
00:50:13
Michael Shaun Conaway: Yeah, great. If you would just look through, Harold, your list of things that needed to get done and see if there's anything else on that list that. That would be critical and added to the list to give to James for today.
00:50:24
Hera: Yeah, yeah, yeah. Okay. Okay. Yeah, I'm testing the other features too, like this magic link and the other things.
00:50:31
Michael Shaun Conaway: Great.
00:50:31
Hera: Yeah.
00:50:32
Michael Shaun Conaway: Thank you. Thank you, thank you, thank you, thank you. Testing.
00:50:39
James Redenbaugh: Is.
00:50:39
Michael Shaun Conaway: Is the. Is, yeah, definitely where the rubber hits the road.
00:50:44
Hera: Exactly.
00:50:47
Michael Shaun Conaway: Okay, great. I'm gonna hop off because I've got lots of things to do today, and I'll look forward to seeing you guys same time tomorrow.
00:50:54
Hera: All right, cool. See you.
00:50:55
Michael Shaun Conaway: Okay, ciao. See you later.
00:50:56
James Redenbaugh: Ciao.