mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-26 01:15:52 +03:00
[PR #233] [CLOSED] Feature/onboarding no website button #606
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#606
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/233
Author: @Om-Singh1808
Created: 9/3/2025
Status: ❌ Closed
Base:
main← Head:feature/onboarding-no-website-button📝 Commits (2)
cc8f9cdClean up: Remove all cache files and add comprehensive .gitignore0342b64feat: Add No Website button to onboarding Step 2 with business description form📊 Changes
24 files changed (+560 additions, -1 deletions)
View changed files
➕
.gitignore(+62 -0)➖
backend/api/__pycache__/__init__.cpython-313.pyc(+0 -0)➖
backend/api/__pycache__/onboarding.cpython-313.pyc(+0 -0)📝
backend/api/onboarding.py(+74 -1)📝
backend/app.py(+43 -0)➖
backend/models/__pycache__/__init__.cpython-313.pyc(+0 -0)➖
backend/models/__pycache__/linkedin_models.cpython-313.pyc(+0 -0)➕
backend/models/business_info_request.py(+24 -0)➕
backend/models/user_business_info.py(+38 -0)➖
backend/services/__pycache__/__init__.cpython-313.pyc(+0 -0)➖
backend/services/__pycache__/api_key_manager.cpython-313.pyc(+0 -0)➖
backend/services/__pycache__/validation.cpython-313.pyc(+0 -0)➕
backend/services/business_info_service.py(+84 -0)📝
backend/services/database.py(+2 -0)➖
backend/services/llm_providers/__pycache__/__init__.cpython-313.pyc(+0 -0)➖
backend/services/llm_providers/__pycache__/anthropic_provider.cpython-313.pyc(+0 -0)➖
backend/services/llm_providers/__pycache__/deepseek_provider.cpython-313.pyc(+0 -0)➖
backend/services/llm_providers/__pycache__/gemini_provider.cpython-313.pyc(+0 -0)➖
backend/services/llm_providers/__pycache__/main_text_generation.cpython-313.pyc(+0 -0)➖
backend/services/llm_providers/__pycache__/openai_provider.cpython-313.pyc(+0 -0)...and 4 more files
📄 Description
"No Website" Button in Step 2 of onboarding
Business Description Form for users without websites
Database Models for storing business information
Backend API Endpoints for business info CRUD operations
Frontend Components for the business description step
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.