platformplatform / PlatformPlatform

🚀 Pre-alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
https://platformplatform.github.io
MIT License
217 stars 21 forks source link

Consolidate shared configurations and simplify code structure #520

Closed tjementum closed 4 weeks ago

tjementum commented 1 month ago

Summary & Motivation

Consolidate shared configurations and simplify the code structure for better maintainability and consistency across self-contained systems.

Move ErrorPage and NotFoundPage to shared-webapp, and remove favicon.ico and robots.txt from the BackOffice self-contained system. Rename LandingPage to Home, and simplify main.tsx by removing null checks. Consolidate various configurations into the root package.json, including browserslist, and Tailwind PostCSS. Remove unused dependencies like react-aria-components and react-dom-confetti from each self-contained system.

Checklist

sonarcloud[bot] commented 4 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

raix commented 4 weeks ago

@tjementum nice work 🎉 - I did not trust that we could move the postcss and browserslist out in to the root package.json file, but learned something new 😃