Allow to restrict access for nested resources
- Langage dominant
- JavaScript
- Étoiles
- 1.6k
- Forks
- 179
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
In jugglingdb-http adapter restPath may contain some params to substitute before sending request, such as
```
set('restPath', '/users/{userId}/posts');
```
where {userId} will be substituted from post.userId.
- [ ] change jugglingdb adapter
- [ ] change generator for nested resources
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
The issue mentions the jugglingdb-http adapter and a restPath with parameter substitution. Look at the jugglingdb adapter code to understand how restPath is currently handled. Then examine the generator for nested resources to see how it creates routes. The goal is to modify these components to allow restricting access for nested resources based on parameters like userId.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- javascript, node.js
- Domaine
- api, backend
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100