1602 / 1602/compound

Question: migrate from compound to pure ExpressJS

Abierto
#655 3 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
1.6k
Forks
179
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

I want to remove compound from application due multiple issue with evaluation of controllers that seems isn't removable. I suppose compound internally pass `req, res` from ExpressJs to any `action` handler. Just one question remained - where is declaration of `action` so I able to import it to specific controller file to avoid breaking production code?

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

The issue asks where the 'action' handler is declared in the compound framework to facilitate migration to pure Express. Start by examining the compound source code, particularly the controller and routing modules, to understand how actions are invoked. Look for the internal mechanism that passes Express's req and res to action handlers. Determine if 'action' is a global function or part of a module that needs importing.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
express, javascript, nodejs
Área
backend
Tipo de issue
Refactorización
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Estancado
Claridad
Necesita aclaración
Aptitud para principiantes
35/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.