feat: migrar AI Radar a Next.js con Supabase#6
Open
MiguelAngelGutierrezMaya wants to merge 2 commits into
Open
feat: migrar AI Radar a Next.js con Supabase#6MiguelAngelGutierrezMaya wants to merge 2 commits into
MiguelAngelGutierrezMaya wants to merge 2 commits into
Conversation
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.
Problema
AI Radar ya tenia el dashboard y la conexion server-side a Supabase, pero el frontend/backend activo no estaba montado sobre Next.js App Router como framework core del proyecto.
Solucion
/appcomo dashboard React con estados visibles, busqueda, filtros y panels operativos.GET /api/snapshots/latestGET /api/signals?date=YYYY-MM-DD&limit=5&order=impact-descPOST /api/signals/import-dailySUPABASE_SERVICE_ROLE_KEY.legacy-static-app/como referencia historica.package.jsonyREADME.md.Seguridad
.env.local,.vercel/,.next/,node_modules/y artefactos locales quedan ignorados..env.examplesolo contiene placeholders..env.local..next/staticno contiene claves ni referencias sensibles a Supabase.Validacion
npm run testpython3 -m unittest discover -s testsnpm run buildgit diff --checkrgde identificadores sensibles fuera de.env.local/api/snapshots/latestconsource.mode: supabasevercel curl /api/snapshots/latestDeploy Preview
https://codex-16ahq7di3-gutierrezmayamiguelangel-5635s-projects.vercel.app