-
// CRUD
int createPerson(Person *p); // 명단 추가하기 -- 최혜림
void readPerson(Person *p); // 명단 출력하기 -- 김민기
int updatePerson(Person *p); // 명단 업데이트하기 -- 최혜림
int deletePerson(Person *p); // 명단 삭제하기 -- 김민…
-
We using nestjsx/crud for admin module.
I want to save logs of update/delete queries to check which actions do our admins.
How can I do this?
-
Criar CRUD para cadastro de Unidades com os seguites campos:
1. CodigoSiafi
2. CodigoSiasg (campo previsto no banco porem não aparece para usuário)
3. CodigoSiorg
4. Descrição
5. NomeResumido
…
-
Criar crud web com até 5 campos principais da tabela orders_api.seller_orders_sellerorder
-
Nest docs say:
> So far, @nestjsx/crud only supports TypeORM, but other ORMs like Sequelize and Mongoose will be included in the near future.
Where is the progress currently at for `Sequelize`? …
-
As a user, I want to interact with a UI that allows me to upload, view, and delete my photos.
-
As a user, I want to interact with a UI in order to create, view, edit, and delete my playlists.
-
-
1. (ADMIN) - hard code this user, set admin field to true (/register on separate page right now)
-
* User Create
* User Remove
* User Update
* User Delete