-
As an authenticated user, I want to be able to perform CRUD operations on all entities in a more modern way.
We want to get away from a single management page and instead provide detail pages for a…
-
We need to add CRUD operations for entities following the [MVC pattern](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller).
This includes, reviewing the current entity classes. I…
-
Hi,
I am using nuget package v0.1.2 to expose my mongodb data.
But when I try to add data, I have an error about IDataServiceUpdateProvider2 implementation.
Have you any idea of what I have to do t…
-
Let we create tables and stored procs to perform CRUD operations.
Define schema to capture all government schemes for rural and gram panchayat along with information like:
- Scheme Name
- Descrip…
-
-
It seems EntityState is ignored when performing CRUD operations.
Review permutations of CRUD operations and the different entity states:
- [ ] EntityState: null (should perform the default oper…
-
--Install Mongoose for connecting to database.
--Create initial folder structure (/routes, /controllers, /models).
--Create basic schemas for the database.
--Make basic routes (CRUD operations).
-
We need to get rid of Authenticator component and to switch to something generic like Spring Security.
There is a need to support the following authentication methods:
- Local user (Local databas…
-
### UseCase and effect
We are trying to send data to FIWARE via CRUD(Post/Patch) operations. We have tried it via the requests package from python and via a curl executions in bash script. The script…
-
Here are the routes we currently have for a CrudController that uses the common operations:
So it's basically
| Operation | HTTP Verb | URL |
| ------------- | ------------- | ------------- …