Skip to content

Conversation

@satwikkansal
Copy link
Collaborator

@satwikkansal satwikkansal commented Jul 24, 2025

Description

Renames project to MXGo, and adds API for /user-info

Checklist

  • I have created an issue for this change (not mandatory for small changes)
  • My changes are to-the-point
  • Code is styled as the rest of the codebase and linting passes
  • I have tested my changes locally and they work as expected
  • I have updated the documentation (if needed)
  • I have reviewed the code myself once and I don't see any issues

Additional Notes

Any additional context or notes for reviewers.

@satwikkansal satwikkansal requested a review from Copilot July 24, 2025 09:57
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jul 24, 2025

Deploying mxtoai-backend with  Cloudflare Pages  Cloudflare Pages

Latest commit: 742f0e3
Status: ✅  Deploy successful!
Preview URL: https://9e243592.mxtoai-backend.pages.dev
Branch Preview URL: https://suggestions.mxtoai-backend.pages.dev

View logs

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR renames the project from "MXtoAI" to "MXGo" across the entire codebase. The rename affects package names, module imports, email domains, URLs, and documentation references while maintaining all existing functionality.

Key changes:

  • Package name changed from mxtoai to mxgo
  • All internal imports updated to use new package name
  • Email domains changed from mxtoai.com to mxgo.com/mxgo.ai
  • Documentation and user-facing text updated to reflect new branding

Reviewed Changes

Copilot reviewed 107 out of 140 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
pyproject.toml Updated package name and added JWT dependency
mxtoai/ → mxgo/ Complete package directory rename with all modules
tests/ Updated all test imports and references to use new package name
scripts/ Updated shell scripts to reference new project name
run_api.py Updated module import path

@satwikkansal satwikkansal changed the title Rename to MXGo Rename to MXGo + Add /user-info endpoint Jul 25, 2025
DB_PORT=5432
DB_NAME=mxtoai
DB_USER=mxtoai
DB_NAME=mxgo
Copy link
Collaborator

@gautamp8 gautamp8 Jul 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should do this in round 2, let's keep redis/db/rmq as-is for cloud version

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah that's just sample .env, doesn't affect anything as such imo

@satwikkansal satwikkansal merged commit d59fc26 into master Jul 27, 2025
6 of 7 checks passed
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.

2 participants