[WIP] Finalize project specifications for Architex Axis #1
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.
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.
Original prompt
Architex Axis - Complete Project Specification
Project Overview
Architex Axis is a modern, feature-rich project management platform built specifically for architecture and design firms. It provides role-based dashboards for administrators, freelancers, and clients, enabling seamless collaboration, time tracking, file management, and project oversight.
The platform features a comprehensive shadcn/ui migration with modern React architecture, Firebase backend, and production-ready infrastructure.
Table of Contents
Project Architecture
Frontend Architecture
Backend Architecture
Development Tools
Technology Stack
Core Dependencies
{ "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.2.2", "vite": "^5.4.20", "@radix-ui/react-*": "Various versions", "tailwindcss": "^3.3.5", "firebase": "^12.4.0", "react-router-dom": "^6.22.0", "react-hook-form": "^7.62.0", "zod": "^4.1.0", "recharts": "^3.1.2", "date-fns": "^4.1.0" }Development Dependencies
{ "@types/node": "^20.10.0", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@vitejs/plugin-react": "^4.1.1", "vitest": "^1.6.1", "playwright": "^1.43.1", "eslint": "^8.53.0", "typescript-eslint": "^8.40.0" }Project Structure