[PR #233] [CLOSED] Feature/onboarding no website button #267

Closed
opened 2026-03-02 23:34:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AJaySi/ALwrity/pull/233
Author: @Om-Singh1808
Created: 9/3/2025
Status: Closed

Base: mainHead: feature/onboarding-no-website-button


📝 Commits (2)

  • cc8f9cd Clean up: Remove all cache files and add comprehensive .gitignore
  • 0342b64 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/AJaySi/ALwrity/pull/233 **Author:** [@Om-Singh1808](https://github.com/Om-Singh1808) **Created:** 9/3/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/onboarding-no-website-button` --- ### 📝 Commits (2) - [`cc8f9cd`](https://github.com/AJaySi/ALwrity/commit/cc8f9cd2eee89a26321896a48521dc487e43e34c) Clean up: Remove all cache files and add comprehensive .gitignore - [`0342b64`](https://github.com/AJaySi/ALwrity/commit/0342b64f3426a3813ede1b3a748eb6d25321bd23) feat: Add No Website button to onboarding Step 2 with business description form ### 📊 Changes **24 files changed** (+560 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:34:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ALwrity#267
No description provided.