1602 / 1602/compound

Question: migrate from compound to pure ExpressJS

Ouverte
#655 3 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
JavaScript
Étoiles
1.6k
Forks
179
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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?

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

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.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
express, javascript, nodejs
Domaine
backend
Type d'issue
Refactorisation
Difficulté
4/5
Temps estimé
3-5 jours
Activité
À l'abandon
Clarté
À clarifier
Accessibilité débutants
35/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.