docs: update README and add project overview Excel report#18
Merged
Conversation
- Rewrite README with professional structure: badges, live demo, feature categories, tech stack, architecture diagram, getting started guide, E2E test results, CI/CD pipeline, project structure, API endpoints, security measures, and RBAC matrix - Create docs/reports/TaskPulse_Project_Overview.xlsx with 6 sheets: Features (46), E2E Test Results (113), Security (19), Tech Stack (45), API Endpoints (80), Architecture (23) - Update Playwright config for deployed app testing via E2E_BASE_URL - Add test:e2e:deployed npm script Fixes #17 Co-Authored-By: Beeax
🚀 Vercel Preview Deployment
Commit: |
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.
Summary
docs/reports/TaskPulse_Project_Overview.xlsxwith 6 styled sheets: Features (46 rows), E2E Test Results (113 rows), Security (19 measures), Tech Stack (45 deps), API Endpoints (80 endpoints), Architecture (23 components)E2E_BASE_URLenv vartest:e2e:deployednpm scriptTest plan
E2E_BASE_URL=https://relaxed-gates.vercel.app npx playwright testto confirm E2E config worksFixes #17