Skip to content

fix: stale debug comments in Workspace.jsx and missing Google OAuth docs in README #29

@riya-chauhan12

Description

@riya-chauhan12

Issue Description

While setting up the project locally, I encountered two problems:

1. Frontend compilation issue

Workspace.jsx and CodeEditor.jsx contain partially commented multi-line debug statements. Only the first line of the console.log call is commented, leaving the object body behind and causing frontend compilation/runtime issues.

2. Missing OAuth environment variables in README

The backend requires GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET, but these variables are not documented in the setup instructions or environment variable table.

Proposed Fix

  • Remove the broken debug code from:

    • frontend/src/pages/Workspace.jsx
    • frontend/src/components/CodeEditor.jsx
  • Document:

    • GOOGLE_CLIENT_ID
    • GOOGLE_CLIENT_SECRET
      in the backend environment configuration section of the README.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions