Fix git roles#31
Open
AmazingArnav wants to merge 69 commits into
Open
Conversation
Allowing everyone to work on the individual files and run the app locally.
I downloaded npm to be able to run locally on my machine as well as add auth path
downloading npm to run on dev server & adding auth page for sign up and log in.
Add sign-in and sign-up pages with placeholder logic
Implement autosave, version history tracking, and Cosmos DB integration for document persistence. Add reset button to clear all version history with confirmation dialog. Include localStorage fallback for offline support.
…ates feat: add version control with Cosmos DB and reset functionality
Add dashboard page with placeholder
Adding a feature that can be added due to being ahead of schedule
…teractions, Sessions
…envs - Add GitHub Actions Terraform workflow for dev/test/stage/prod (validate + plan) - Add missing Terraform CosmosDB module (account, SQL database, containers) - Document per-env backend state keys in init-backend.sh - Fix deploy workflow server artifact paths for correct upload - Add multi-stage server Dockerfile with /api/health check - Add frontend Dockerfile (Next.js standalone) and DOCKER_BUILD in next.config Made-with: Cursor
- CI: add timeouts, NODE_VERSION env, job summaries - Deploy: add branch output, deployment summary job, structured notifications - Terraform: add fmt check, job summary - Add dependabot.yml for npm and github-actions - Add CodeQL security analysis workflow - Add PULL_REQUEST_TEMPLATE.md - Terraform: cost allocation tags, environment output, tfvars.example - Terraform: storage lifecycle block, .terraform-version, README Made-with: Cursor
fix: removed supabase completely fix: removed unused imports and files
Removed steps for checking out code, setting up Node.js, installing dependencies, building, and running tests for both frontend and backend.
namesarnav
reviewed
Mar 27, 2026
Member
namesarnav
left a comment
There was a problem hiding this comment.
Roles look good.
Next Steps - Start work on TS server and ORM
namesarnav
requested changes
Apr 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.