# MicCheck Admin Site Plan ## Overview Build a fully functional VueJS 3 + Vuetify 3 + TypeScript single-page admin application for the MicCheck feature flag platform. The site manages the complete lifecycle of feature flags across the Organization → Project → Environment hierarchy exposed by the MicCheck API. --- ## Architecture Decisions - **State Management**: Pinia (replaces Vuex; first-class Vue 3 support) - **HTTP Client**: Axios with request/response interceptors for auth token injection and 401 refresh handling - **Component Library**: Vuetify 3 (already configured) - **Router**: Vue Router 4 (already configured) - **Testing**: Jest + Vue Test Utils (already configured) - **Code Style**: Composition API (`