-
Since DTO is regular class with BeanValidation annotations, JPA modeler could easily model such classes.
E.g. it could contain Button to create regular class (without @Entity annotation)
and cont…
-
## 📇 User story
- As a GCDS Components developer, I want to have the requirements for building and implementing the new page feedback component, so that all stakeholders can clearly understand the ne…
daine updated
2 weeks ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
This
```
public Customer AddCustomer(Customer customer)
{
ctx.Custom…
-
## Description
* Username can be changed in User Settings.
* Requires texts input field on FE in User Settings page.
## Technical notes
On `dev` branch:
* Will probably require `Usernam…
-
### 📜 Description
### Unbound length
User can create entities with veery long unpractical names/identifiers. I think we shouldn't allow for names with 88886 length.
### Lack of trim
Basically …
-
As a third party partner (eg SkyHive etc)
I want access to an anonymized copy of the TC candidate data
so that we can add value by applying our technology to the data
-
**My back-end uses the NestJS framework. When I configured the DTO...**
```
import { ApiProperty } from '@nestjs/swagger';
import { IsNumber, IsString } from 'class-validator';
export class Re…
-
Hello,
I have a problem with the fact that when reading data from the Order book from Kraken, sometimes exceptions of the type **java.util.ConcurrentModificationException: null** appear.
Loading…
-
i using abphelper on my microservice project to create crud,but i got error
============
### this is error and command info
(base) PS G:\AbpMicroservice\ms\src\services\product> abphelper generat…
-
So I was able to install and run prisma-crud-generator but I don't quite understand how to call the services either using a route or directly inside of a function.
Can you provide some usage exampl…