-
Notifications
You must be signed in to change notification settings - Fork 2
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
added lookupmodel and unidadproponentelookup #12
base: main
Are you sure you want to change the base?
Conversation
src/dals/lookups/lookup.model.ts
Outdated
_id: ObjectId; | ||
code?: string; | ||
nombre: string; | ||
} |
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.
add space at the end, use the order _id, nombre and code is optional the last
src/dals/mock.data.ts
Outdated
unidadesProponentesLookups:[ | ||
{ _id: new ObjectId(), code: "E1", nombre: "Unidad E" }, | ||
{ _id: new ObjectId(), code: "B2", nombre: "Unidad B" }, | ||
{ _id: new ObjectId(), code: "C4", nombre: "Unidad C" } | ||
] |
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.
@brauliodiez should we ask Paco for real data? or are they real data?
Remember use Closed , e.g. Closed #5, in the PR comment so that the issue is removed when the PR is merged. |
No description provided.