Skip to content

Conversation

@Xmedd
Copy link

@Xmedd Xmedd commented Oct 16, 2025

No description provided.

This commit lays the groundwork for the new proprietary "Elite SaaS" application, following the strategic decision to build a new solution from scratch while keeping the original open-source code for reference.

Key changes:
- A new top-level directory `elite_saas/` has been created to house the new application, ensuring a clear separation from the original AGPL-licensed code.
- Inside `elite_saas/`, a basic project structure with `backend/` and `frontend/` directories is established.
- The backend is initialized with a minimal FastAPI application.
- Docker support is added via a `Dockerfile` for the backend and a `docker-compose.yml` for orchestration, enabling a consistent development environment.
This commit builds upon the initial structure of the 'Elite SaaS' project by adding a professional-grade technical foundation.

Key additions:
- **UI/UX Vision:** A document (`ui-ux-vision.md`) has been created to guide the design and user experience of the application.
- **Database Integration:**
  - The `docker-compose.yml` is updated to include a PostgreSQL database service.
  - The backend is now equipped with SQLAlchemy for ORM and Alembic for database migrations.
  - An initial migration for the `users` table has been created.
- **CI/CD Pipeline:**
  - A GitHub Actions workflow (`.github/workflows/ci.yml`) is established to automate code quality checks.
  - The pipeline installs dependencies and runs `ruff` for linting on every push.
@Xmedd Xmedd closed this Oct 16, 2025
@Xmedd Xmedd reopened this Oct 16, 2025
This commit reverts all previous changes made, including the creation of the 'elite_saas' project structure, the CI/CD pipeline, and the database integration.

As per the user's request, the repository is now fully restored to its original state, removing all exploratory work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant