mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[PR #234] [MERGED] Feature/complete onboarding system #268
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#268
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AJaySi/ALwrity/pull/234
Author: @Om-Singh1808
Created: 9/4/2025
Status: ✅ Merged
Merged: 9/24/2025
Merged by: @DikshaDisciplines
Base:
main← Head:feature/complete-onboarding-system📝 Commits (4)
fe1137bClean up: Remove all cache files and add comprehensive .gitignore1f82a19feat: Add No Website button to onboarding Step 2 with business description formedb002efeat: Complete onboarding system with No Website functionality449dc07Include latest fixes in onboarding feature branch📊 Changes
6 files changed (+108 additions, -456 deletions)
View changed files
📝
.gitignore(+4 -4)📝
README.md(+57 -18)➖
SETUP_GUIDE.md(+0 -426)📝
backend/app.py(+43 -0)📝
backend/services/linkedin_service.py(+2 -6)📝
frontend/src/components/OnboardingWizard/BusinessDescriptionStep.tsx(+2 -2)📄 Description
✅ "No Website" button in Step 2 of onboarding
✅ Business description form for users without websites
✅ Database models for storing business information
✅ API endpoints for business info CRUD operations
✅ Browser-side data storage until final submission
✅ Hybrid approach: API keys saved immediately to backend, other data cached
✅ Automatic cache expiration and validation
✅ Step-by-step data persistence
✅ Immediate saving to .env file for backend access
✅ Correct path handling for backend directory
✅ Environment variable reloading
✅ Provider setup instructions and validation
✅ Business info table creation
✅ Migration scripts for database setup
✅ Automatic table creation in database service
✅ Proper indexing and triggers
✅ Reset onboarding script for fresh starts
✅ Database migration runner
✅ Complete cleanup functionality
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.