Pipeline Overview
Loading components...
📣 Marketing — Forum Posts
Ready-to-post announcements for the Adalo Community Forum. Click "Copy" to copy the post content.
Loading posts...
| Document | Phase 0 — Component is researched and documented. Props, behavior, and design are captured in a markdown file. |
| Manifest | Phase 1 — A manifest.json is generated defining all props, types, and defaults. Tested with Playwright to confirm it loads in the Adalo editor. |
| Build | Phase 2 — Full React Native component code is written (index.js). Playwright verifies it renders in the Adalo editor and staging preview. |
| Refine | Phase 3 — Visual review, self-audit, user-approved fixes, and platform tests (iOS, Android, ORN). Database setup if needed. |
| Prop Test | Phase 4 — Manual prop testing. Multiple instances placed on a test screen so the user can verify every prop works correctly. |
| iOS | Phase 5 — iOS Simulator testing via mobile previewer app. All static configs and dynamic fields verified. |
| Android | Phase 6 — Android Emulator testing via mobile previewer app. Same test methodology as iOS. |
| ORN | Phase 7 — Old React Native (0.74.2) compatibility testing. Ensures the component works on the legacy Adalo runtime. |
| Approved | Phase 8 — Component has passed all tests across all platforms and is ready for production. |
| pass | Component passed its most recent test. |
| fail | Component failed its most recent test. Will be fixed in a later pass. |
| pending | No test result yet — component hasn't been tested or is still in progress. |
| testing | Component folder is in testing-components/ — actively being built and tested. |
| finalize | Component folder is in finalize-components/ — moved there after passing tests, pending final review. |
| Needs Phase 0 documentation before entering the pipeline. | |
| Ready for manifest generation and Playwright manifest test. | |
| Ready for full code generation and web render test. | |
| Ready for visual review, audit, fixes, and iOS/Android/ORN testing. | |
| Ready for user to manually test every prop in the editor. | |
| Ready for iOS Simulator re-test after improvements. | |
| Ready for Android Emulator re-test. | |
| Ready for Old React Native compatibility re-test. | |
| Component is in finalize directory but has no STATUS.json — actual progress is unknown. |
Ready-to-post announcements for the Adalo Community Forum. Click "Copy" to copy the post content.