-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: gestion d'utilisateur #16
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dans index.ts
on peut retirer
import { modelDescriptors } from "./models/collections";
pour avoir
await configureDbSchemaValidation();
et dans mongodb.ts
directement avoir le modelDescriptors, IModelDescriptor depuis dans le fichier
et donc supprimer models/collections.ts
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #16 +/- ##
=======================================
Coverage ? 71.85%
=======================================
Files ? 9
Lines ? 334
Branches ? 9
=======================================
Hits ? 240
Misses ? 94
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
c968141
to
f6a8249
Compare
f758d41
to
c89d575
Compare
c89d575
to
9a91460
Compare
🎉 This PR is included in version 1.5.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
#14
to do